Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable (#2963)
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl authored Jun 9, 2024
1 parent ae4f4e5 commit a7facdc
Show file tree
Hide file tree
Showing 13 changed files with 202 additions and 178 deletions.
336 changes: 180 additions & 156 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"prettify": "npx prettier . --write"
},
"devDependencies": {
"@file-services/memory": "^9.3.0",
"@file-services/node": "^9.3.0",
"@file-services/path": "^9.3.0",
"@file-services/types": "^9.3.0",
"@file-services/memory": "^9.3.1",
"@file-services/node": "^9.3.1",
"@file-services/path": "^9.3.1",
"@file-services/types": "^9.3.1",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.16",
Expand All @@ -44,9 +44,9 @@
"@types/react-dom": "^18.3.0",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/rule-tester": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@typescript-eslint/rule-tester": "^7.12.0",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"chai": "^4.3.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 25000"
},
"dependencies": {
"@file-services/node": "^9.3.0",
"@file-services/types": "^9.3.0",
"@file-services/node": "^9.3.1",
"@file-services/types": "^9.3.1",
"@stylable/build-tools": "^6.1.1",
"@stylable/code-formatter": "^6.1.1",
"@stylable/core": "^6.1.1",
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 @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/memory": "^9.3.0",
"@file-services/memory": "^9.3.1",
"@stylable/core": "^6.1.1",
"chai": "^4.3.10",
"flat": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/resolve": "^9.3.0",
"@file-services/resolve": "^9.3.1",
"@tokey/css-selector-parser": "^0.6.2",
"@tokey/css-value-parser": "^0.1.4",
"@tokey/imports-parser": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"esbuild": ">=0.17.18"
},
"dependencies": {
"@file-services/node": "^9.3.0",
"@file-services/node": "^9.3.1",
"@stylable/build-tools": "^6.1.1",
"@stylable/cli": "^6.1.1",
"@stylable/core": "^6.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-stylable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"test": "mocha \"dist/test/**/*.spec.js\" --timeout 5000"
},
"dependencies": {
"@file-services/node": "^9.3.0",
"@file-services/node": "^9.3.1",
"@stylable/core": "^6.1.1",
"@typescript-eslint/scope-manager": "^7.11.0",
"@typescript-eslint/utils": "^7.11.0",
"@typescript-eslint/scope-manager": "^7.12.0",
"@typescript-eslint/utils": "^7.12.0",
"postcss-safe-parser": "^7.0.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@stylable/webpack-plugin": "^6.1.1",
"css-loader": "^7.1.2",
"decache": "^4.6.2",
"loader-utils": "^3.2.1"
"loader-utils": "^3.3.1"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\""
},
"dependencies": {
"@file-services/node": "^9.3.0",
"@file-services/node": "^9.3.1",
"@stylable/core": "^6.1.1",
"@stylable/module-utils": "^6.1.1",
"@stylable/node": "^6.1.1",
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 @@ -11,8 +11,8 @@
"typescript": ">=3.8"
},
"dependencies": {
"@file-services/types": "^9.3.0",
"@file-services/typescript": "^9.3.0",
"@file-services/types": "^9.3.1",
"@file-services/typescript": "^9.3.1",
"@stylable/code-formatter": "^6.1.1",
"@stylable/core": "^6.1.1",
"@tokey/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "mocha \"./dist/test/**/*.spec.js\" --timeout 10000"
},
"dependencies": {
"@file-services/node": "^9.3.0",
"@file-services/node": "^9.3.1",
"@stylable/build-tools": "^6.1.1",
"@stylable/core": "^6.1.1",
"@stylable/module-utils": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"rollup": "^2.70.0 || ^3.0.0 || ^4.0.0"
},
"dependencies": {
"@file-services/node": "^9.3.0",
"@file-services/node": "^9.3.1",
"@stylable/build-tools": "^6.1.1",
"@stylable/cli": "^6.1.1",
"@stylable/core": "^6.1.1",
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 @@ -18,7 +18,7 @@
"@stylable/optimizer": "^6.1.1",
"@stylable/runtime": "^6.1.1",
"decache": "^4.6.2",
"enhanced-resolve": "^5.16.1",
"enhanced-resolve": "^5.17.0",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.38"
},
Expand Down

0 comments on commit a7facdc

Please sign in to comment.