Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Dec 5, 2023
1 parent 48466d9 commit 25acbdc
Show file tree
Hide file tree
Showing 112 changed files with 5,565 additions and 5,525 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
yarn install
- name: Build each package
run: |
yarn run build
yarn run build:all
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"editor.tabSize": 2,
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"typescript.enablePromptUseWorkspaceTsdk": true,
"peacock.color": "#37a07e",
"deno.enable": false,
Expand Down
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.0-rc.53.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions .yarn/sdks/eslint/lib/unsupported-api.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/usr/bin/env node

const {existsSync} = require(`fs`);
const {createRequire} = require(`module`);
const {resolve} = require(`path`);

const relPnpApiPath = "../../../../.pnp.cjs";

const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = createRequire(absPnpApiPath);

if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require eslint/use-at-your-own-risk
require(absPnpApiPath).setup();
}
}

// Defer to the real eslint/use-at-your-own-risk your application uses
module.exports = absRequire(`eslint/use-at-your-own-risk`);
12 changes: 10 additions & 2 deletions .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"name": "eslint",
"version": "8.43.0-sdk",
"version": "8.55.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
"type": "commonjs",
"bin": {
"eslint": "./bin/eslint.js"
},
"exports": {
"./package.json": "./package.json",
".": "./lib/api.js",
"./use-at-your-own-risk": "./lib/unsupported-api.js"
}
}
20 changes: 20 additions & 0 deletions .yarn/sdks/prettier/bin/prettier.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#!/usr/bin/env node

const {existsSync} = require(`fs`);
const {createRequire} = require(`module`);
const {resolve} = require(`path`);

const relPnpApiPath = "../../../../.pnp.cjs";

const absPnpApiPath = resolve(__dirname, relPnpApiPath);
const absRequire = createRequire(absPnpApiPath);

if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require prettier/bin/prettier.cjs
require(absPnpApiPath).setup();
}
}

// Defer to the real prettier/bin/prettier.cjs your application uses
module.exports = absRequire(`prettier/bin/prettier.cjs`);
6 changes: 3 additions & 3 deletions .yarn/sdks/prettier/index.js → .yarn/sdks/prettier/index.cjs
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);

if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require prettier/index.js
// Setup the environment to be able to require prettier
require(absPnpApiPath).setup();
}
}

// Defer to the real prettier/index.js your application uses
module.exports = absRequire(`prettier/index.js`);
// Defer to the real prettier your application uses
module.exports = absRequire(`prettier`);
7 changes: 4 additions & 3 deletions .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "prettier",
"version": "2.8.8-sdk",
"main": "./index.js",
"type": "commonjs"
"version": "3.1.0-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
}
6 changes: 3 additions & 3 deletions .yarn/sdks/typescript/lib/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const absRequire = createRequire(absPnpApiPath);

if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require typescript/lib/typescript.js
// Setup the environment to be able to require typescript
require(absPnpApiPath).setup();
}
}

// Defer to the real typescript/lib/typescript.js your application uses
module.exports = absRequire(`typescript/lib/typescript.js`);
// Defer to the real typescript your application uses
module.exports = absRequire(`typescript`);
8 changes: 6 additions & 2 deletions .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "typescript",
"version": "5.1.3-sdk",
"version": "5.3.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
"type": "commonjs",
"bin": {
"tsc": "./bin/tsc",
"tsserver": "./bin/tsserver"
}
}
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ packageExtensions:

plugins: null

yarnPath: .yarn/releases/yarn-4.0.0-rc.53.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
48 changes: 24 additions & 24 deletions demos/accessibility-gamepad/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,55 +23,55 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-export-default-from": "^7.22.5",
"@babel/plugin-syntax-export-default-from": "^7.23.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@babel/runtime-corejs3": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.5",
"@babel/runtime-corejs3": "^7.23.5",
"@ribajs/babel-config": "workspace:^",
"@ribajs/eslint-config": "workspace:^",
"@ribajs/tsconfig": "workspace:^",
"@ribajs/webpack-config": "workspace:^",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^6.7.5",
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"@typescript-eslint/parser": "^6.13.2",
"@yarnpkg/pnpify": "^4.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-array-includes": "^2.0.3",
"babelify": "^10.0.0",
"core-js": "^3.33.0",
"core-js": "^3.33.3",
"css-loader": "^6.8.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"html-loader": "^4.2.0",
"inspectpack": "^4.7.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"pug-loader": "^2.4.0",
"sass": "^1.69.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"serve": "^14.2.1",
"typescript": "5.2.2",
"webpack": "^5.88.2",
"typescript": "5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
Expand Down
48 changes: 24 additions & 24 deletions demos/accessibility-keyboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,55 +23,55 @@
"author": "Pascal Garber <pascal@artandcode.studio>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-export-default-from": "^7.22.5",
"@babel/plugin-syntax-export-default-from": "^7.23.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@babel/runtime-corejs3": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.5",
"@babel/runtime-corejs3": "^7.23.5",
"@ribajs/babel-config": "workspace:^",
"@ribajs/eslint-config": "workspace:^",
"@ribajs/tsconfig": "workspace:^",
"@ribajs/webpack-config": "workspace:^",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^6.7.5",
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"@typescript-eslint/parser": "^6.13.2",
"@yarnpkg/pnpify": "^4.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-array-includes": "^2.0.3",
"babelify": "^10.0.0",
"core-js": "^3.33.0",
"core-js": "^3.33.3",
"css-loader": "^6.8.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"html-loader": "^4.2.0",
"inspectpack": "^4.7.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"pug-loader": "^2.4.0",
"sass": "^1.69.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"serve": "^14.2.1",
"typescript": "5.2.2",
"webpack": "^5.88.2",
"typescript": "5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
Expand Down
48 changes: 24 additions & 24 deletions demos/bs4-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,55 +27,55 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.22.17",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-export-default-from": "^7.22.5",
"@babel/plugin-syntax-export-default-from": "^7.23.3",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@babel/runtime-corejs3": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/plugin-transform-typescript": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.5",
"@babel/runtime-corejs3": "^7.23.5",
"@ribajs/babel-config": "workspace:^",
"@ribajs/eslint-config": "workspace:^",
"@ribajs/tsconfig": "workspace:^",
"@ribajs/webpack-config": "workspace:^",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^6.7.5",
"@yarnpkg/pnpify": "^4.0.0-rc.53",
"@typescript-eslint/parser": "^6.13.2",
"@yarnpkg/pnpify": "^4.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-array-includes": "^2.0.3",
"babelify": "^10.0.0",
"core-js": "^3.33.0",
"core-js": "^3.33.3",
"css-loader": "^6.8.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"html-loader": "^4.2.0",
"inspectpack": "^4.7.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"postcss-loader": "^7.3.3",
"postcss-modules": "^6.0.0",
"postcss-preset-env": "^9.2.0",
"prettier": "^3.0.3",
"postcss-preset-env": "^9.3.0",
"prettier": "^3.1.0",
"pug-loader": "^2.4.0",
"sass": "^1.69.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"serve": "^14.2.1",
"typescript": "5.2.2",
"webpack": "^5.88.2",
"typescript": "5.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
Expand Down
Loading

0 comments on commit 25acbdc

Please sign in to comment.