Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 7 changed files with 286 additions and 326 deletions.
582 changes: 271 additions & 311 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"@types/mocha": "^10.0.6",
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.3.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@typescript-eslint/rule-tester": "^7.8.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/rule-tester": "^7.9.0",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"chai": "^4.3.10",
"chai-subset": "^1.6.0",
"create-listening-server": "^2.1.0",
"css-loader": "^7.1.1",
"esbuild": "^0.20.2",
"esbuild": "^0.21.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"file-loader": "^6.2.0",
Expand All @@ -62,14 +62,14 @@
"mocha": "^10.4.0",
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.43.1",
"playwright-core": "^1.43.1",
"playwright-chromium": "^1.44.0",
"playwright-core": "^1.44.0",
"postcss": "^8.4.38",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"source-map": "^0.7.4",
"source-map-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-stylable-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "tsc -p template/ts-react-webpack --noEmit && tsc -p template/ts-react-rollup --noEmit"
},
"dependencies": {
"validate-npm-package-name": "^5.0.0",
"validate-npm-package-name": "^5.0.1",
"yargs": "^17.7.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dependencies": {
"@stylable/runtime": "^6.0.2",
"node-eval": "^2.0.0",
"playwright-core": "^1.43.1",
"rimraf": "^5.0.5"
"playwright-core": "^1.44.0",
"rimraf": "^5.0.7"
},
"files": [
"dist",
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.2.1",
"@stylable/core": "^6.0.2",
"@typescript-eslint/scope-manager": "^7.8.0",
"@typescript-eslint/utils": "^7.8.0",
"@typescript-eslint/scope-manager": "^7.9.0",
"@typescript-eslint/utils": "^7.9.0",
"postcss-safe-parser": "^7.0.0"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@stylable/core": "^6.0.2",
"@tokey/css-selector-parser": "^0.6.2",
"lightningcss": "^1.24.1",
"lightningcss": "^1.25.0",
"postcss": "^8.4.38"
},
"files": [
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.0.2",
"@stylable/runtime": "^6.0.2",
"decache": "^4.6.2",
"enhanced-resolve": "^5.16.0",
"enhanced-resolve": "^5.16.1",
"lodash.clonedeep": "^4.5.0",
"postcss": "^8.4.38"
},
Expand Down

0 comments on commit 22860a0

Please sign in to comment.