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 May 9, 2024
1 parent 73c31ab commit ba3f6b2
Show file tree
Hide file tree
Showing 12 changed files with 1,739 additions and 971 deletions.
2 changes: 1 addition & 1 deletion benchcases/react-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@rspack/cli": "workspace:*",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
}
}
2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": "web-infra-dev/rspack",
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.45"
"@napi-rs/cli": "3.0.0-alpha.54"
},
"napi": {
"binaryName": "rspack"
Expand Down
4 changes: 2 additions & 2 deletions crates/rspack_fs_node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:local": "jest"
},
"devDependencies": {
"@napi-rs/cli": "2.18.0",
"memfs": "4.8.1"
"@napi-rs/cli": "2.18.3",
"memfs": "4.9.2"
}
}
4 changes: 2 additions & 2 deletions diffcases/arco-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rspack/core": "workspace:*",
"@rspack/plugin-react-refresh": "workspace:*",
"@svgr/webpack": "^8.0.0",
"@swc/core": "1.4.0",
"@swc/core": "1.5.5",
"@swc/helpers": "^0.5.3",
"bundle-stats": "^4.1.2",
"css-loader": "^6.8.1",
Expand All @@ -50,7 +50,7 @@
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^8.0.0",
"react-refresh": "^0.14.0",
"serve": "14.2.1",
"serve": "14.2.3",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.3",
"webpack": "^5.90.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@taplo/cli": "^0.7.0",
"@types/is-ci": "^3.0.4",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.11",
"@types/rimraf": "3.0.2",
"commander": "12.0.0",
"cross-env": "^7.0.3",
Expand All @@ -66,7 +66,7 @@
"jest-environment-node": "29.7.0",
"lint-staged": "^15.0.0",
"npm-run-all": "4.1.5",
"oxlint": "0.2.16",
"oxlint": "0.3.2",
"prettier": "3.2.5",
"prettier-2": "npm:[email protected]",
"rimraf": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@rspack/core": "workspace:*",
"@rspack/dev-server": "workspace:*",
"@rspack/plugin-react-refresh": "workspace:*",
"@swc/helpers": "0.5.8",
"@swc/helpers": "0.5.11",
"@types/fs-extra": "11.0.4",
"babel-loader": "^9.1.3",
"fs-extra": "11.2.0",
Expand All @@ -28,9 +28,9 @@
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"tailwindcss": "^3.3.0",
"vue": "3.4.21",
"vue": "3.4.27",
"vue-loader": "^17.3.1",
"webpack-dev-server": "4.13.1",
"ws": "8.16.0"
"ws": "8.17.0"
}
}
2 changes: 1 addition & 1 deletion packages/rspack-plugin-react-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@rspack/core": "workspace:*",
"@rspack/plugin-react-refresh": "workspace:*",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
},
"peerDependencies": {
"react-refresh": ">=0.10.0 <1.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
"@types/react-dom": "^18.2.18",
"@types/webpack": "5.28.5",
"@types/webpack-sources": "3.2.3",
"core-js": "3.36.1",
"core-js": "3.37.0",
"filenamify": "4.3.0",
"mkdirp": "0.5.6",
"monaco-editor": "0.47.0",
"monaco-editor": "0.48.0",
"monaco-editor-webpack-plugin": "7.1.0",
"normalize.css": "^8.0.0",
"npm-run-all": "4.1.5",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-refresh": "0.14.0"
"react-refresh": "0.14.2"
}
}
6 changes: 3 additions & 3 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"del": "^6.0.0",
"file-loader": "^6.2.0",
"glob": "^10.3.10",
"graceful-fs": "4.2.10",
"graceful-fs": "4.2.11",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "3.0.0",
Expand All @@ -75,12 +75,12 @@
"source-map": "^0.7.4",
"source-map-loader": "^5.0.0",
"styled-components": "^6.0.8",
"terser": "5.27.2",
"terser": "5.31.0",
"tsc-alias": "^1.8.8",
"wast-loader": "^1.11.4",
"watchpack": "^2.4.0",
"zod": "^3.21.4",
"zod-validation-error": "1.3.1"
"zod-validation-error": "1.5.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 @@ -13,7 +13,7 @@
"@rspack/plugin-minify": "workspace:^",
"jsdom": "^24.0.0",
"del": "^6.0.0",
"memfs": "4.7.7"
"memfs": "4.9.2"
},
"dependencies": {}
}

0 comments on commit ba3f6b2

Please sign in to comment.