Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl committed Nov 11, 2024
1 parent f56bd1e commit 6ae4c17
Show file tree
Hide file tree
Showing 10 changed files with 94 additions and 107 deletions.
177 changes: 82 additions & 95 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/react-dom": "^18.3.1",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.33",
"@typescript-eslint/rule-tester": "^8.13.0",
"@typescript-eslint/rule-tester": "^8.14.0",
"autoprefixer": "^10.4.20",
"c8": "^10.1.2",
"chai": "^4.3.10",
Expand All @@ -62,7 +62,7 @@
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.48.2",
"playwright-core": "^1.48.2",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.2",
Expand All @@ -76,7 +76,7 @@
"ts-expect": "^1.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"url-loader": "^4.1.1",
"webpack": "~5.95.0",
"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.48",
"postcss": "^8.4.49",
"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.48"
"postcss": "^8.4.49"
},
"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.48"
"postcss": "^8.4.49"
},
"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.48",
"postcss": "^8.4.49",
"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.13.0",
"@typescript-eslint/utils": "^8.13.0",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/utils": "^8.14.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.48",
"postcss": "^8.4.49",
"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.28.1",
"postcss": "^8.4.48"
"postcss": "^8.4.49"
},
"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.48"
"postcss": "^8.4.49"
},
"files": [
"dist",
Expand Down

0 comments on commit 6ae4c17

Please sign in to comment.