Skip to content

Commit

Permalink
chore(deps): update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent ccbb924 commit 1d187a8
Show file tree
Hide file tree
Showing 9 changed files with 397 additions and 112 deletions.
2 changes: 1 addition & 1 deletion packages/create-rspack/template-vue-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "cross-env NODE_ENV=production rspack build"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.5.13"
},
"devDependencies": {
"@rspack/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "cross-env NODE_ENV=production rspack build"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.5.13"
},
"devDependencies": {
"@rspack/cli": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@rspack/dev-server": "1.0.10",
"colorette": "2.0.19",
"colorette": "2.0.20",
"exit-hook": "^4.0.0",
"interpret": "^3.1.1",
"rechoir": "^0.8.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
"directory": "packages/rspack-test-tools"
},
"dependencies": {
"@babel/generator": "7.26.5",
"@babel/generator": "7.26.8",
"@babel/helpers": "7.26.7",
"@babel/parser": "7.26.7",
"@babel/parser": "7.26.8",
"@babel/template": "7.25.9",
"@babel/traverse": "7.26.7",
"@babel/types": "7.26.7",
"@babel/traverse": "7.26.8",
"@babel/types": "7.26.8",
"cross-env": "^7.0.3",
"csv-to-markdown-table": "^1.3.0",
"csv-to-markdown-table": "^1.4.1",
"deepmerge": "^4.3.1",
"filenamify": "4.3.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"jest-diff": "^29.7.0",
"jest-snapshot": "29.7.0",
"jsdom": "^26.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"zod-validation-error": "3.4.0"
},
"dependencies": {
"@module-federation/runtime-tools": "0.8.4",
"@module-federation/runtime-tools": "0.8.10",
"@rspack/binding": "workspace:*",
"@rspack/lite-tapable": "1.0.1",
"caniuse-lite": "^1.0.30001616"
"caniuse-lite": "^1.0.30001699"
},
"peerDependencies": {
"@rspack/tracing": "^1.x",
Expand Down
Loading

0 comments on commit 1d187a8

Please sign in to comment.