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 22, 2024
1 parent 9586c69 commit f98d99b
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 261 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.6"
"create-rstack": "1.0.7"
},
"devDependencies": {
"@rslib/core": "0.0.12",
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 @@ -32,15 +32,15 @@
"test": "cross-env jest --colors"
},
"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.9",
"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"
},
"devDependencies": {
"@rspack/core": "workspace:*",
Expand Down
16 changes: 8 additions & 8 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.9",
"@babel/helpers": "7.25.9",
"@babel/parser": "7.25.9",
"@babel/template": "7.25.9",
"@babel/traverse": "7.25.9",
"@babel/types": "7.25.9",
"csv-to-markdown-table": "^1.3.0",
"deepmerge": "^4.3.1",
"filenamify": "4.3.0",
Expand All @@ -59,9 +59,9 @@
"jest-serializer-path": "^0.1.15",
"jest-snapshot": "29.7.0",
"jsdom": "^25.0.0",
"memfs": "4.8.1",
"memfs": "4.14.0",
"mkdirp": "0.5.6",
"path-serializer": "0.1.2",
"path-serializer": "0.2.2",
"pretty-format": "29.7.0",
"rimraf": "3.0.2",
"strip-ansi": "6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"zod-validation-error": "3.3.1"
},
"dependencies": {
"@module-federation/runtime-tools": "0.5.1",
"@module-federation/runtime-tools": "0.6.11",
"@rspack/binding": "workspace:*",
"@rspack/lite-tapable": "1.0.1",
"caniuse-lite": "^1.0.30001616"
Expand Down
Loading

0 comments on commit f98d99b

Please sign in to comment.