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 Oct 1, 2024
1 parent 33a5468 commit 891e818
Show file tree
Hide file tree
Showing 7 changed files with 1,239 additions and 1,058 deletions.
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dev": "rslib build -w"
},
"dependencies": {
"create-rstack": "1.0.2"
"create-rstack": "1.0.3"
},
"devDependencies": {
"@rslib/core": "0.0.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"typescript": "5.0.2"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@rspack/dev-server": "1.0.5",
"colorette": "2.0.19",
"@discoveryjs/json-ext": "^0.6.0",
"@rspack/dev-server": "1.0.7",
"colorette": "2.0.20",
"exit-hook": "^3.2.0",
"interpret": "^3.1.1",
"rechoir": "^0.8.0",
"semver": "^7.6.2",
"webpack-bundle-analyzer": "4.6.1",
"yargs": "17.6.2"
"yargs": "17.7.2"
}
}
14 changes: 7 additions & 7 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"directory": "packages/rspack-test-tools"
},
"dependencies": {
"@babel/generator": "7.23.0",
"@babel/helpers": "7.23.2",
"@babel/parser": "7.23.0",
"@babel/template": "7.22.15",
"@babel/traverse": "7.23.2",
"@babel/types": "7.23.0",
"@babel/generator": "7.25.6",
"@babel/helpers": "7.25.6",
"@babel/parser": "7.25.6",
"@babel/template": "7.25.0",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"csv-to-markdown-table": "^1.3.0",
"deepmerge": "^4.3.1",
"filenamify": "4.3.0",
Expand All @@ -59,7 +59,7 @@
"jest-serializer-path": "^0.1.15",
"jest-snapshot": "29.7.0",
"jsdom": "^24.0.0",
"memfs": "4.8.1",
"memfs": "4.12.0",
"mkdirp": "0.5.6",
"pretty-format": "29.7.0",
"rimraf": "3.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 @@ -67,7 +67,7 @@
"zod-validation-error": "3.3.1"
},
"dependencies": {
"@module-federation/runtime-tools": "0.5.1",
"@module-federation/runtime-tools": "0.6.8",
"@rspack/binding": "workspace:*",
"@rspack/lite-tapable": "1.0.1",
"caniuse-lite": "^1.0.30001616"
Expand Down
Loading

0 comments on commit 891e818

Please sign in to comment.