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 Nov 29, 2024
1 parent 5a967f7 commit ae3386a
Show file tree
Hide file tree
Showing 10 changed files with 420 additions and 353 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.9"
},
"devDependencies": {
"@rslib/core": "0.0.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspack/template-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "cross-env NODE_ENV=production rspack build"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rspack/plugin-react-refresh": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rspack/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "cross-env NODE_ENV=production rspack build"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rspack/cli": "workspace:*",
Expand Down
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
8 changes: 4 additions & 4 deletions packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"test": "cross-env jest --colors"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
"@discoveryjs/json-ext": "^0.6.3",
"@rspack/dev-server": "1.0.9",
"colorette": "2.0.19",
"colorette": "2.0.20",
"exit-hook": "^4.0.0",
"interpret": "^3.1.1",
"rechoir": "^0.8.0",
"semver": "^7.6.2",
"semver": "^7.6.3",
"webpack-bundle-analyzer": "4.6.1",
"yargs": "17.6.2"
"yargs": "17.7.2"
},
"devDependencies": {
"@rslib/core": "0.0.15",
Expand Down
20 changes: 10 additions & 10 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
"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",
"csv-to-markdown-table": "^1.3.0",
"@babel/generator": "7.26.2",
"@babel/helpers": "7.26.0",
"@babel/parser": "7.26.2",
"@babel/template": "7.25.9",
"@babel/traverse": "7.25.9",
"@babel/types": "7.26.0",
"csv-to-markdown-table": "^1.4.1",
"deepmerge": "^4.3.1",
"filenamify": "4.3.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"glob": "^10.4.5",
"jest-diff": "^29.7.0",
"jest-serializer-path": "^0.1.15",
"jest-snapshot": "29.7.0",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"memfs": "4.14.0",
"mkdirp": "0.5.6",
"path-serializer": "0.1.2",
"path-serializer": "0.3.4",
"pretty-format": "29.7.0",
"rimraf": "3.0.2",
"webpack": "^5.94.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 @@ -70,10 +70,10 @@
"zod-validation-error": "3.4.0"
},
"dependencies": {
"@module-federation/runtime-tools": "0.5.1",
"@module-federation/runtime-tools": "0.8.0",
"@rspack/binding": "workspace:*",
"@rspack/lite-tapable": "1.0.1",
"caniuse-lite": "^1.0.30001616"
"caniuse-lite": "^1.0.30001684"
},
"peerDependencies": {
"@swc/helpers": ">=0.5.1"
Expand Down
Loading

0 comments on commit ae3386a

Please sign in to comment.