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 Nov 15, 2023
1 parent c3f1be2 commit cedb334
Show file tree
Hide file tree
Showing 11 changed files with 148 additions and 154 deletions.
274 changes: 134 additions & 140 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 @@ -18,8 +18,8 @@
"prettify": "npx prettier . --write"
},
"devDependencies": {
"@file-services/memory": "^8.3.2",
"@file-services/node": "^8.3.2",
"@file-services/memory": "^8.3.3",
"@file-services/node": "^8.3.3",
"@rollup/plugin-html": "^1.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.10",
Expand Down Expand Up @@ -65,7 +65,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^4.3.0",
"rollup": "^4.4.1",
"source-map": "^0.7.4",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.3",
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": "^8.3.2",
"@file-services/types": "^8.3.2",
"@file-services/node": "^8.3.3",
"@file-services/types": "^8.3.3",
"@stylable/build-tools": "^5.16.0",
"@stylable/code-formatter": "^5.16.0",
"@stylable/core": "^5.16.0",
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": "^8.3.2",
"@file-services/memory": "^8.3.3",
"@stylable/core": "^5.16.0",
"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": "^8.3.2",
"@file-services/resolve": "^8.3.3",
"@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": "^8.3.2",
"@file-services/node": "^8.3.3",
"@stylable/build-tools": "^5.16.0",
"@stylable/cli": "^5.16.0",
"@stylable/core": "^5.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-stylable/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 5000"
},
"dependencies": {
"@file-services/node": "^8.3.2",
"@file-services/node": "^8.3.3",
"@stylable/core": "^5.16.0",
"@typescript-eslint/utils": "^5.61.0"
},
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": "^8.3.2",
"@file-services/node": "^8.3.3",
"@stylable/core": "^5.16.0",
"@stylable/module-utils": "^5.16.0",
"@stylable/node": "^5.16.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 @@ -11,8 +11,8 @@
"typescript": ">=3.8"
},
"dependencies": {
"@file-services/types": "^8.3.2",
"@file-services/typescript": "^8.3.2",
"@file-services/types": "^8.3.3",
"@file-services/typescript": "^8.3.3",
"@stylable/code-formatter": "^5.16.0",
"@stylable/core": "^5.16.0",
"@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": "^8.3.2",
"@file-services/node": "^8.3.3",
"@stylable/build-tools": "^5.16.0",
"@stylable/core": "^5.16.0",
"@stylable/module-utils": "^5.16.0",
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": "^8.3.2",
"@file-services/node": "^8.3.3",
"@stylable/build-tools": "^5.16.0",
"@stylable/cli": "^5.16.0",
"@stylable/core": "^5.16.0",
Expand Down

0 comments on commit cedb334

Please sign in to comment.