Skip to content

Commit

Permalink
chore(deps): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Sep 15, 2024
1 parent c61497d commit 884b1cc
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.47.1",
"playwright-core": "^1.47.1",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"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.4.45",
"postcss": "^8.4.47",
"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.45"
"postcss": "^8.4.47"
},
"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.45"
"postcss": "^8.4.47"
},
"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.45",
"postcss": "^8.4.47",
"postcss-js": "^4.0.1",
"postcss-nested": "^6.2.0",
"postcss-safe-parser": "^7.0.0",
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.45",
"postcss": "^8.4.47",
"postcss-value-parser": "^4.2.0",
"vscode-css-languageservice": "^6.3.1",
"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.27.0",
"postcss": "^8.4.45"
"postcss": "^8.4.47"
},
"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.17.1",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.45"
"postcss": "^8.4.47"
},
"files": [
"dist",
Expand Down

0 comments on commit 884b1cc

Please sign in to comment.