Skip to content

Commit

Permalink
chore(deps-dev): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Jan 13, 2025
1 parent 8d54454 commit 72193c3
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 97 deletions.
164 changes: 82 additions & 82 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"@types/mocha": "^10.0.10",
"@types/node": "20",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.33",
"@typescript-eslint/rule-tester": "^8.19.1",
"@typescript-eslint/rule-tester": "^8.20.0",
"autoprefixer": "^10.4.20",
"c8": "^10.1.3",
"chai": "^4.3.10",
Expand All @@ -53,15 +53,15 @@
"css-loader": "^7.1.2",
"esbuild": "^0.24.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"mocha": "^11.0.1",
"node-eval": "^2.0.0",
"playwright-chromium": "^1.49.1",
"playwright-core": "^1.49.1",
"postcss": "^8.4.49",
"postcss": "^8.5.0",
"prettier": "^3.4.2",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.2",
Expand All @@ -75,7 +75,7 @@
"ts-expect": "^1.3.0",
"tsconfig-paths-webpack-plugin": "^4.2.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.19.1",
"typescript-eslint": "^8.20.0",
"url-loader": "^4.1.1",
"webpack": "^5.97.1",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lodash.camelcase": "^4.3.0",
"lodash.upperfirst": "^4.3.1",
"mime": "^3.0.0",
"postcss": "^8.4.49",
"postcss": "^8.5.0",
"yargs": "^17.7.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/code-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@stylable/core": "^6.1.1",
"@tokey/css-value-parser": "^0.1.4",
"js-beautify": "^1.15.1",
"postcss": "^8.4.49"
"postcss": "^8.5.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@stylable/core": "^6.1.1",
"chai": "^4.3.10",
"flat": "^5.0.2",
"postcss": "^8.4.49"
"postcss": "^8.5.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"is-vendor-prefixed": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.clonedeepwith": "^4.5.0",
"postcss": "^8.4.49",
"postcss": "^8.5.0",
"postcss-js": "^4.0.1",
"postcss-nested": "^7.0.2",
"postcss-safe-parser": "^7.0.1",
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.4.1",
"@stylable/core": "^6.1.1",
"@typescript-eslint/scope-manager": "^8.19.1",
"@typescript-eslint/utils": "^8.19.1",
"@typescript-eslint/scope-manager": "^8.20.0",
"@typescript-eslint/utils": "^8.20.0",
"postcss-safe-parser": "^7.0.1"
},
"keywords": [
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 @@ -19,7 +19,7 @@
"@tokey/css-selector-parser": "^0.6.2",
"@tokey/css-value-parser": "^0.1.4",
"css-selector-tokenizer": "^0.8.0",
"postcss": "^8.4.49",
"postcss": "^8.5.0",
"postcss-value-parser": "^4.2.0",
"vscode-css-languageservice": "^6.3.2",
"vscode-languageserver": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@stylable/core": "^6.1.1",
"@tokey/css-selector-parser": "^0.6.2",
"lightningcss": "^1.29.1",
"postcss": "^8.4.49"
"postcss": "^8.5.0"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"decache": "^4.6.2",
"enhanced-resolve": "^5.18.0",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.49"
"postcss": "^8.5.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 72193c3

Please sign in to comment.