Skip to content

Commit

Permalink
chore(deps): upgrade to latest stable (#2954)
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl authored Apr 5, 2024
1 parent 58314e2 commit 2dcb7f8
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/node": "18",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@types/react-dom": "^18.2.24",
"@types/validate-npm-package-name": "^4.0.2",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.5.0",
Expand All @@ -52,7 +52,7 @@
"chai": "^4.3.10",
"chai-subset": "^1.6.0",
"create-listening-server": "^2.1.0",
"css-loader": "^6.10.0",
"css-loader": "^7.0.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -62,8 +62,8 @@
"mocha": "^10.4.0",
"node-eval": "^2.0.0",
"npm-run-all": "^4.1.5",
"playwright-chromium": "^1.42.1",
"playwright-core": "^1.42.1",
"playwright-chromium": "^1.43.0",
"playwright-core": "^1.43.0",
"postcss": "^8.4.38",
"promise-assist": "^2.0.1",
"raw-loader": "^4.0.2",
Expand All @@ -76,7 +76,7 @@
"style-loader": "^3.3.4",
"ts-expect": "^1.3.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "~5.4.3",
"typescript": "~5.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.91.0",
"yargs": "^17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@stylable/runtime": "^6.0.1",
"node-eval": "^2.0.0",
"playwright-core": "^1.42.1",
"playwright-core": "^1.43.0",
"rimraf": "^5.0.5"
},
"files": [
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 @@ -9,7 +9,7 @@
"@stylable/core": "^6.0.1",
"@stylable/runtime": "^6.0.1",
"@stylable/webpack-plugin": "^6.0.1",
"css-loader": "^6.10.0",
"css-loader": "^7.0.0",
"decache": "^4.6.2",
"loader-utils": "^3.2.1"
},
Expand Down

0 comments on commit 2dcb7f8

Please sign in to comment.