Skip to content

Commit

Permalink
chore(deps): [email protected], latest others
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Jan 14, 2025
1 parent 72193c3 commit dd37711
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/mocha": "^10.0.10",
"@types/node": "20",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^19.0.6",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.33",
Expand All @@ -61,7 +61,7 @@
"node-eval": "^2.0.0",
"playwright-chromium": "^1.49.1",
"playwright-core": "^1.49.1",
"postcss": "^8.5.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.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.5.0",
"postcss": "^8.5.1",
"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.5.0"
"postcss": "^8.5.1"
},
"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.5.0"
"postcss": "^8.5.1"
},
"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.5.0",
"postcss": "^8.5.1",
"postcss-js": "^4.0.1",
"postcss-nested": "^7.0.2",
"postcss-safe-parser": "^7.0.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 @@ -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.5.0",
"postcss": "^8.5.1",
"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.5.0"
"postcss": "^8.5.1"
},
"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.5.0"
"postcss": "^8.5.1"
},
"files": [
"dist",
Expand Down

0 comments on commit dd37711

Please sign in to comment.