Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
idoros committed Sep 20, 2023
1 parent 30b01f5 commit 59f78de
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 57 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"@file-services/node": "^8.2.0",
"@rollup/plugin-html": "^1.0.2",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/balanced-match": "^1.0.3",
"@types/balanced-match": "^1.0.4",
"@types/chai": "^4.3.6",
"@types/chai-subset": "^1.3.3",
"@types/css-selector-tokenizer": "^0.7.2",
"@types/cssesc": "^3.0.0",
"@types/csso": "^5.0.1",
"@types/find-config": "^1.0.1",
"@types/flat": "^5.0.2",
"@types/js-beautify": "^1.14.0",
"@types/json-schema": "^7.0.12",
"@types/find-config": "^1.0.2",
"@types/flat": "^5.0.3",
"@types/js-beautify": "^1.14.1",
"@types/json-schema": "^7.0.13",
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.clonedeep": "^4.5.7",
"@types/lodash.clonedeepwith": "^4.5.7",
Expand All @@ -42,7 +42,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.1",
"@types/react": "^18.2.21",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/semver": "^7.5.2",
"@types/validate-npm-package-name": "^4.0.0",
Expand All @@ -63,13 +63,13 @@
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.38.0",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.1",
"rollup": "^3.29.1",
"rollup": "^3.29.2",
"source-map": "^0.7.4",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
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": "^5.16.0",
"@tokey/css-value-parser": "^0.1.4",
"js-beautify": "^1.14.9",
"postcss": "^8.4.29"
"postcss": "^8.4.30"
},
"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": "^5.16.0",
"chai": "^4.3.8",
"flat": "^5.0.2",
"postcss": "^8.4.29"
"postcss": "^8.4.30"
},
"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 @@ -20,7 +20,7 @@
"is-vendor-prefixed": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.clonedeepwith": "^4.5.0",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"postcss-js": "^4.0.1",
"postcss-nested": "^6.0.1",
"postcss-safe-parser": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/language-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@tokey/css-selector-parser": "^0.6.2",
"@tokey/css-value-parser": "^0.1.4",
"css-selector-tokenizer": "^0.8.0",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"postcss-value-parser": "^4.2.0",
"vscode-css-languageservice": "^6.2.7",
"vscode-languageserver": "^8.1.0",
"vscode-languageserver": "^9.0.0",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-uri": "^3.0.7"
},
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": "^5.16.0",
"@tokey/css-selector-parser": "^0.6.2",
"csso": "^5.0.5",
"postcss": "^8.4.29"
"postcss": "^8.4.30"
},
"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 @@ -19,7 +19,7 @@
"@stylable/runtime": "^5.16.0",
"decache": "^4.6.2",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.29"
"postcss": "^8.4.30"
},
"files": [
"dist",
Expand Down
4 changes: 4 additions & 0 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ export default {
name: '@wixc3/resolve-directory-context',
reason: 'drop node 14',
},
{
name: 'flat',
reason: 'esm only',
},
],
};

0 comments on commit 59f78de

Please sign in to comment.