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] committed Jun 7, 2024
1 parent c040bfc commit ab2e22f
Show file tree
Hide file tree
Showing 10 changed files with 454 additions and 244 deletions.
4 changes: 2 additions & 2 deletions diffcases/arco-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"@swc/core": "1.4.0",
"@swc/helpers": "^0.5.3",
"bundle-stats": "^4.1.2",
"css-loader": "^6.8.1",
"css-loader": "^7.0.0",
"html-webpack-plugin": "^5.5.0",
"less": "^4.1.3",
"less-loader": "^12.0.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^8.0.0",
"react-refresh": "^0.14.0",
"serve": "14.2.1",
"style-loader": "^3.3.3",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.3",
"webpack": "^5.90.1"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"@types/is-ci": "^3.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/rimraf": "3.0.2",
"@types/rimraf": "4.0.5",
"commander": "12.0.0",
"cross-env": "^7.0.3",
"filenamify": "^4.3.0",
"filenamify": "^6.0.0",
"husky": "^9.0.0",
"is-ci": "3.0.1",
"jest": "29.7.0",
Expand All @@ -71,8 +71,8 @@
"npm-run-all": "4.1.5",
"oxlint": "0.3.4",
"prettier": "3.2.5",
"prettier-2": "npm:prettier@2.8.8",
"rimraf": "3.0.2",
"prettier-2": "npm:prettier@3.3.1",
"rimraf": "5.0.7",
"ts-jest": "29.1.2",
"typescript": "5.0.2",
"webpack": "5.90.1",
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 @@ -34,8 +34,8 @@
"@types/webpack-bundle-analyzer": "^4.6.0",
"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
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@rspack/core": "workspace:*",
"@rspack/plugin-minify": "workspace:*",
"@swc/jest": "^0.2.29",
"@types/prettier": "^2.7.2",
"@types/prettier": "^3.0.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/webpack": "5.28.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@
"devDependencies": {
"@rspack/core": "workspace:*",
"@rspack/plugin-minify": "workspace:^",
"@swc/plugin-remove-console": "1.5.121",
"@swc/plugin-remove-console": "2.0.4",
"@types/neo-async": "^2.6.6",
"@types/watchpack": "^2.4.0",
"@types/webpack-sources": "3.2.3",
"@types/ws": "8.5.10",
"babel-loader": "^9.1.0",
"babel-plugin-import": "^1.13.5",
"browserslist": "^4.21.3",
"copy-webpack-plugin": "5.1.2",
"copy-webpack-plugin": "12.0.2",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"del": "^7.0.0",
"enhanced-resolve": "5.12.0",
"file-loader": "^6.2.0",
"glob": "^10.3.10",
Expand All @@ -65,7 +65,7 @@
"less": "4.2.0",
"less-loader": "^12.0.0",
"neo-async": "2.6.2",
"node-polyfill-webpack-plugin": "3.0.0",
"node-polyfill-webpack-plugin": "4.0.0",
"postcss-loader": "^8.0.0",
"postcss-pxtorem": "^6.0.0",
"prebundle": "^1.1.0",
Expand All @@ -81,7 +81,7 @@
"wast-loader": "^1.11.4",
"watchpack": "^2.4.0",
"zod": "^3.21.4",
"zod-validation-error": "1.3.1"
"zod-validation-error": "3.3.0"
},
"dependencies": {
"@module-federation/runtime-tools": "0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion plugin-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@rspack/core": "workspace:*",
"@rspack/plugin-minify": "workspace:^",
"jsdom": "^24.0.0",
"del": "^6.0.0",
"del": "^7.0.0",
"memfs": "4.7.7"
},
"dependencies": {}
Expand Down
Loading

0 comments on commit ab2e22f

Please sign in to comment.