Skip to content

Commit

Permalink
chore(deps): update dependency @rsbuild/core to ^1.2.2 (#4421)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 2b874ad commit ee75b03
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
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.1.13"
"@rsbuild/core": "^1.2.2"
}
}
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.1.13",
"@rsbuild/core": "^1.2.2",
"typescript": "^5.7.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.25.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-preact": "^1.2.0"
}
}
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.25.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-preact": "^1.2.0",
"typescript": "^5.7.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": "^19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-react": "^1.1.0",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
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.9.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4"
}
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.4"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-babel": "^1.0.3",
"@rsbuild/plugin-solid": "^1.0.4",
"typescript": "^5.7.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": "^5.19.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-svelte": "^1.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"svelte": "^5.19.0"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-svelte": "^1.0.7",
"svelte-check": "^4.1.4",
"typescript": "^5.7.3"
Expand Down
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.1.13"
"@rsbuild/core": "^1.2.2"
}
}
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.1.13",
"@rsbuild/core": "^1.2.2",
"typescript": "^5.7.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.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-vue2": "^1.0.2"
}
}
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.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-vue2": "^1.0.2",
"typescript": "^5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-vue": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/create-rsbuild/template-vue3-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"vue": "^3.5.13"
},
"devDependencies": {
"@rsbuild/core": "^1.1.13",
"@rsbuild/core": "^1.2.2",
"@rsbuild/plugin-vue": "^1.0.5",
"typescript": "^5.7.3"
}
Expand Down

1 comment on commit ee75b03

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
plugins ✅ success
rspress ✅ success
rslib ❌ failure
examples ✅ success

Please sign in to comment.