Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable (#2957)
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Apr 25, 2024
1 parent 2cd836e commit 73ef7ae
Show file tree
Hide file tree
Showing 7 changed files with 230 additions and 216 deletions.
411 changes: 212 additions & 199 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,43 +40,43 @@
"@types/mocha": "^10.0.6",
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@typescript-eslint/rule-tester": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/rule-tester": "^7.7.1",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"chai": "^4.3.10",
"chai-subset": "^1.6.0",
"create-listening-server": "^2.1.0",
"css-loader": "^7.0.0",
"css-loader": "^7.1.1",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.1",
"mini-css-extract-plugin": "^2.9.0",
"mocha": "^10.4.0",
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.43.0",
"playwright-core": "^1.43.0",
"playwright-chromium": "^1.43.1",
"playwright-core": "^1.43.1",
"postcss": "^8.4.38",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.14.0",
"rollup": "^4.16.4",
"source-map": "^0.7.4",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"ts-expect": "^1.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "~5.4.4",
"typescript": "~5.4.5",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@stylable/runtime": "^6.0.2",
"node-eval": "^2.0.0",
"playwright-core": "^1.43.0",
"playwright-core": "^1.43.1",
"rimraf": "^5.0.5"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-stylable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@file-services/node": "^9.2.0",
"@stylable/core": "^6.0.2",
"@typescript-eslint/scope-manager": "^7.5.0",
"@typescript-eslint/utils": "^7.5.0",
"@typescript-eslint/scope-manager": "^7.7.1",
"@typescript-eslint/utils": "^7.7.1",
"postcss-safe-parser": "^7.0.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@stylable/core": "^6.0.2",
"@stylable/runtime": "^6.0.2",
"@stylable/webpack-plugin": "^6.0.2",
"css-loader": "^7.0.0",
"css-loader": "^7.1.1",
"decache": "^4.6.2",
"loader-utils": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"css-selector-tokenizer": "^0.8.0",
"postcss": "^8.4.38",
"postcss-value-parser": "^4.2.0",
"vscode-css-languageservice": "^6.2.13",
"vscode-css-languageservice": "^6.2.14",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-uri": "^3.0.8"
Expand Down
1 change: 1 addition & 0 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export default {
{ name: 'mime', reason: 'esm only' },
{ name: '@types/mime', reason: 'v4 has built-in types, but is esm only' },
{ name: 'chai', reason: 'esm only from v5' },
{ name: 'eslint', reason: 'plugins are not yet compatible with v9' },
],
};

0 comments on commit 73ef7ae

Please sign in to comment.