Skip to content

Commit

Permalink
chore(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 1ec7c99 commit d128db2
Show file tree
Hide file tree
Showing 29 changed files with 368 additions and 340 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/vue3",
"version": "1.0.0",
"dependencies": {
"vue": "^3.5.3"
"vue": "^3.5.5"
}
}
10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"preact": "^10.23.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.1",
"react-router-dom": "^6.26.2",
"solid-js": "^1.8.22",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"vue": "^3.5.5",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@e2e/helper": "workspace:*",
Expand All @@ -38,7 +38,7 @@
"@rsbuild/plugin-vue": "workspace:*",
"@rsbuild/plugin-vue-jsx": "^1.0.1",
"@rsbuild/webpack": "workspace:*",
"@module-federation/rspack": "0.6.1",
"@module-federation/rspack": "0.6.4",
"@scripts/test-helper": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
Expand All @@ -50,7 +50,7 @@
"fs-extra": "^11.2.0",
"playwright": "1.44.1",
"strip-ansi": "6.0.1",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/module-federation-v2/host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.6.1",
"@module-federation/rspack": "0.6.4",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/module-federation-v2/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@module-federation/rspack": "0.6.1",
"@module-federation/rspack": "0.6.4",
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"svelte": "5.0.0-next.244"
"svelte": "5.0.0-next.246"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.3"
"vue": "^3.5.5"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"package.json": "pnpm run check-dependency-version"
},
"devDependencies": {
"@biomejs/biome": "1.9.0",
"@biomejs/biome": "1.9.1",
"@changesets/cli": "^2.27.8",
"@modern-js/module-tools": "^2.60.0",
"@rsbuild/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@rspack/core": "~1.0.5",
"@rspack/lite-tapable": "~1.0.0",
"@swc/helpers": "^0.5.13",
"caniuse-lite": "^1.0.30001659",
"caniuse-lite": "^1.0.30001660",
"core-js": "~3.38.1"
},
"devDependencies": {
Expand Down Expand Up @@ -83,7 +83,7 @@
"on-finished": "2.4.1",
"open": "^8.4.0",
"picocolors": "^1.1.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"postcss-load-config": "6.0.1",
"postcss-loader": "8.1.1",
"prebundle": "1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"start": "node ./dist/index.js"
},
"dependencies": {
"create-rstack": "1.0.2"
"create-rstack": "1.0.3"
},
"devDependencies": {
"@rslib/core": "0.0.5",
"@rslib/core": "0.0.6",
"@types/node": "18.x",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"lit": "^3.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1"
"@rsbuild/core": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-lit-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lit": "^3.2.0"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.23.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-preact": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"preact": "^10.23.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-preact": "^1.0.1",
"typescript": "^5.5.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/plugin-react": "^1.0.1"
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-react": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/plugin-react": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-react": "^1.0.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.8.22"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"solid-js": "^1.8.22"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.1",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-svelte": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"svelte": "^4.2.19"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-svelte": "^1.0.1",
"svelte-check": "^4.0.1",
"svelte-check": "^4.0.2",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1"
"@rsbuild/core": "^1.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-vue2": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue2-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^2.7.16"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-vue2": "^1.0.1",
"typescript": "^5.5.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-vue3-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.3"
"vue": "^3.5.5"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-vue": "^1.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.3"
"vue": "^3.5.5"
},
"devDependencies": {
"@rsbuild/core": "^1.0.1",
"@rsbuild/core": "^1.0.4",
"@rsbuild/plugin-vue": "^1.0.1",
"typescript": "^5.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"deepmerge": "^4.3.1",
"loader-utils": "^2.0.4",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"reduce-configs": "^1.0.0",
"sass-embedded": "^1.78.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.5.2",
"vue": "^3.5.3",
"vue": "^3.5.5",
"webpack": "^5.94.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d128db2

Please sign in to comment.