Skip to content

Commit

Permalink
chore(deps): update npm dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 0148015 commit 084047b
Show file tree
Hide file tree
Showing 9 changed files with 570 additions and 342 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"pnpm": "9.3.0"
},
"devDependencies": {
"zx": "7.2.3",
"zx": "8.1.4",
"@biomejs/biome": "1.8.0",
"check-dependency-version-consistency": "^4.1.0",
"@microsoft/api-extractor": "^7.43.1",
Expand All @@ -62,8 +62,8 @@
"@taplo/cli": "^0.7.0",
"@types/is-ci": "^3.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/rimraf": "3.0.2",
"@types/node": "22.4.1",
"@types/rimraf": "4.0.5",
"commander": "12.0.0",
"cross-env": "^7.0.3",
"husky": "^9.0.0",
Expand All @@ -73,8 +73,8 @@
"jest-environment-node": "29.7.0",
"lint-staged": "^15.0.0",
"prettier": "3.2.5",
"prettier-2": "npm:prettier@2.8.8",
"rimraf": "3.0.2",
"prettier-2": "npm:prettier@3.3.3",
"rimraf": "6.0.1",
"ts-jest": "29.1.2",
"typescript": "5.0.2",
"webpack": "^5.92.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tailwindcss": "^3.3.0",
"vue": "^3.4.21",
"vue-loader": "^17.3.1",
"css-loader": "^6.11.0",
"css-loader": "^7.0.0",
"webpack-dev-server": "^5.0.4",
"ws": "^8.16.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"ts-node": "^10.9.2",
"concat-stream": "^2.0.0",
"cross-env": "^7.0.3",
"execa": "^5.0.0",
"internal-ip": "6.2.0"
"execa": "^9.0.0",
"internal-ip": "8.0.0"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
"@types/babel__traverse": "7.20.5",
"acorn": "^8.11.3",
"core-js": "3.36.1",
"coffee-loader": "^1.0.0",
"coffee-loader": "^5.0.0",
"coffeescript": "^2.5.1",
"copy-webpack-plugin": "5.1.2",
"chalk": "^4.1.0",
"copy-webpack-plugin": "12.0.2",
"chalk": "^5.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-import": "^1.13.5",
"file-loader": "^6.2.0",
"css-loader": "^6.11.0",
"css-loader": "^7.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"less-loader": "^12.2.0",
Expand All @@ -110,7 +110,7 @@
"react-refresh": "^0.14.0",
"sass-embedded": "^1.77.8",
"sass-loader": "^16.0.0",
"style-loader": "^3.3.3",
"style-loader": "^4.0.0",
"source-map-loader": "^5.0.0",
"terser": "5.27.2",
"typescript": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"webpack-sources": "3.2.3",
"webpack-dev-server": "^5.0.4",
"zod": "^3.23.8",
"zod-validation-error": "1.3.1"
"zod-validation-error": "3.3.1"
},
"dependencies": {
"@module-federation/runtime-tools": "0.2.3",
Expand Down
Loading

0 comments on commit 084047b

Please sign in to comment.