Skip to content

Commit

Permalink
chore(deps): update all patch dependencies (#3706)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: neverland <[email protected]>
  • Loading branch information
renovate[bot] and chenjiahan authored Oct 14, 2024
1 parent e8d121b commit 71c362a
Show file tree
Hide file tree
Showing 31 changed files with 818 additions and 946 deletions.
2 changes: 1 addition & 1 deletion e2e/cases/babel/decorator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/babel-decorator",
"version": "1.0.0",
"devDependencies": {
"@babel/preset-env": "^7.25.7"
"@babel/preset-env": "^7.25.8"
}
}
2 changes: 1 addition & 1 deletion e2e/cases/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"devDependencies": {
"less": "^4.2.0",
"sass": "^1.79.4",
"sass": "^1.79.5",
"stylus": "0.63.0"
}
}
2 changes: 1 addition & 1 deletion e2e/cases/swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "@e2e/swc-plugin",
"version": "1.0.0",
"dependencies": {
"@swc/plugin-remove-console": "3.0.2"
"@swc/plugin-remove-console": "3.0.3"
}
}
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.11"
"vue": "^3.5.12"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react-dom": "^18.3.1",
"react-router-dom": "^6.27.0",
"solid-js": "^1.9.2",
"vue": "^3.5.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@types/lodash": "^4.17.10",
"@types/node": "18.x",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"create-rsbuild": "workspace:*",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-react": "workspace:*",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}
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.11"
"vue": "^3.5.12"
},
"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 @@ -42,7 +42,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@changesets/cli": "^2.27.9",
"@modern-js/module-tools": "^2.60.2",
"@modern-js/module-tools": "^2.60.3",
"@rsbuild/config": "workspace:*",
"@rslib/core": "0.0.0-next-20241012061647",
"@scripts/test-helper": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "node ./dist/index.js"
},
"dependencies": {
"create-rstack": "1.0.3"
"create-rstack": "1.0.5"
},
"devDependencies": {
"@types/node": "18.x",
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.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12"
"@rsbuild/core": "^1.0.13"
}
}
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.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"typescript": "^5.6.3"
}
}
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.24.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-preact": "^1.0.2"
}
}
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.24.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-preact": "^1.0.2",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-react": "^1.0.3"
}
}
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,10 +12,10 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-react": "^1.0.3",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}
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.9.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.2"
}
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.9.2"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-babel": "^1.0.1",
"@rsbuild/plugin-solid": "^1.0.2",
"typescript": "^5.6.3"
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.12",
"@rsbuild/core": "^1.0.13",
"@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.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-svelte": "^1.0.1",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.5",
"typescript": "^5.6.3"
}
}
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.12"
"@rsbuild/core": "^1.0.13"
}
}
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.12",
"@rsbuild/core": "^1.0.13",
"typescript": "^5.6.3"
}
}
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.12",
"@rsbuild/core": "^1.0.13",
"@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.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-vue2": "^1.0.1",
"typescript": "^5.6.3"
}
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.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"@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.11"
"vue": "^3.5.12"
},
"devDependencies": {
"@rsbuild/core": "^1.0.12",
"@rsbuild/core": "^1.0.13",
"@rsbuild/plugin-vue": "^1.0.1",
"typescript": "^5.6.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-assets-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"serialize-javascript": "^6.0.2"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@rsbuild/core": "workspace:*",
"@types/serialize-javascript": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prebundle": "prebundle"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-transform-class-properties": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
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 @@ -33,7 +33,7 @@
"loader-utils": "^2.0.4",
"postcss": "^8.4.47",
"reduce-configs": "^1.0.0",
"sass-embedded": "^1.79.4"
"sass-embedded": "^1.79.5"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
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 @@ -34,7 +34,7 @@
"@rsbuild/core": "workspace:*",
"@scripts/test-helper": "workspace:*",
"typescript": "^5.6.3",
"vue": "^3.5.11",
"vue": "^3.5.12",
"webpack": "^5.95.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 71c362a

Please sign in to comment.