Skip to content

Commit f3f6e90

Browse files
chore(deps): update all dependencies (#422)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 539c650 commit f3f6e90

File tree

5 files changed

+279
-285
lines changed

5 files changed

+279
-285
lines changed
Lines changed: 273 additions & 279 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ plugins:
77
path: .yarn/plugins/plugin-prepare-lifecycle.cjs
88
spec: 'https://github.com/un-es/yarn-plugin-prepare-lifecycle/releases/download/v0.0.1/index.js'
99

10-
yarnPath: .yarn/releases/yarn-4.9.1.cjs
10+
yarnPath: .yarn/releases/yarn-4.9.2.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"workspaces": [
1212
"packages/*"
1313
],
14-
"packageManager": "yarn@4.9.1",
14+
"packageManager": "yarn@4.9.2",
1515
"scripts": {
1616
"build": "run-s build:ts build:r",
1717
"build:r": "yarn r -f cjs -d false -e named --esbuild '{target:es2022}'",

packages/rollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"lib"
2020
],
2121
"peerDependencies": {
22-
"@vitejs/plugin-vue": "^5.0.0",
23-
"@vitejs/plugin-vue-jsx": "^3.0.0 || ^4.0.0"
22+
"@vitejs/plugin-vue": "^6.0.0",
23+
"@vitejs/plugin-vue-jsx": "^5.0.0"
2424
},
2525
"peerDependenciesMeta": {
2626
"@vitejs/plugin-vue": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,8 +3172,8 @@ __metadata:
31723172
tinyglobby: "npm:^0.2.14"
31733173
unassert: "npm:^2.0.2"
31743174
peerDependencies:
3175-
"@vitejs/plugin-vue": ^5.0.0
3176-
"@vitejs/plugin-vue-jsx": ^3.0.0 || ^4.0.0
3175+
"@vitejs/plugin-vue": ^6.0.0
3176+
"@vitejs/plugin-vue-jsx": ^5.0.0
31773177
peerDependenciesMeta:
31783178
"@vitejs/plugin-vue":
31793179
optional: true

0 commit comments

Comments
 (0)