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 Apr 9, 2024
1 parent 5d1cddd commit f768656
Show file tree
Hide file tree
Showing 13 changed files with 1,733 additions and 1,587 deletions.
2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": "web-infra-dev/rspack",
"devDependencies": {
"@napi-rs/cli": "3.0.0-alpha.41"
"@napi-rs/cli": "3.0.0-alpha.45"
},
"napi": {
"binaryName": "rspack"
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_fs_node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@napi-rs/cli": "2.18.0",
"memfs": "4.7.7"
"memfs": "4.8.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest-environment-node": "29.7.0",
"lint-staged": "^15.0.0",
"npm-run-all": "4.1.5",
"oxlint": "0.2.10",
"oxlint": "0.2.16",
"prettier": "3.2.5",
"prettier-2": "npm:prettier@2.8.8",
"rimraf": "3.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-rspack/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspack/cli": "0.5.4",
"@rspack/core": "0.5.4",
"@rspack/plugin-react-refresh": "0.5.4",
"@rspack/cli": "0.5.9",
"@rspack/core": "0.5.9",
"@rspack/plugin-react-refresh": "0.5.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"react-refresh": "^0.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/create-rspack/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rspack/plugin-react-refresh": "0.5.4",
"@rspack/cli": "0.5.4",
"@rspack/core": "0.5.4",
"@rspack/plugin-react-refresh": "0.5.9",
"@rspack/cli": "0.5.9",
"@rspack/core": "0.5.9",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"react-refresh": "^0.14.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspack/template-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"browserify": "latest",
"@rspack/cli": "0.5.4",
"@rspack/core": "0.5.4"
"@rspack/cli": "0.5.9",
"@rspack/core": "0.5.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-rspack/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"vue": "3.2.45"
},
"devDependencies": {
"@rspack/cli": "0.5.4",
"@rspack/core": "0.5.4",
"@rspack/cli": "0.5.9",
"@rspack/core": "0.5.9",
"vue-loader": "^17.2.2"
},
"keywords": [],
Expand Down
4 changes: 2 additions & 2 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.6",
"@swc/helpers": "0.5.8",
"@types/fs-extra": "11.0.4",
"babel-loader": "^9.1.3",
"fs-extra": "11.2.0",
Expand All @@ -28,7 +28,7 @@
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"tailwindcss": "^3.3.0",
"vue": "3.4.19",
"vue": "3.4.21",
"vue-loader": "^17.3.1",
"webpack-dev-server": "4.13.1",
"ws": "8.16.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"@types/react-dom": "^18.2.18",
"@types/webpack": "5.28.5",
"@types/webpack-sources": "3.2.3",
"core-js": "3.36.0",
"monaco-editor": "0.46.0",
"core-js": "3.36.1",
"monaco-editor": "0.47.0",
"monaco-editor-webpack-plugin": "7.1.0",
"normalize.css": "^8.0.0",
"npm-run-all": "4.1.5",
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 @@
"jest-environment-jsdom": "^29",
"source-map": "^0.7.4",
"styled-components": "^6.0.8",
"terser": "5.27.2",
"terser": "5.30.3",
"wast-loader": "^1.11.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f768656

Please sign in to comment.