Skip to content

Commit 9c77f01

Browse files
fix(deps): update all non-major dependencies (#694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <[email protected]>
1 parent f75fc68 commit 9c77f01

File tree

8 files changed

+378
-331
lines changed

8 files changed

+378
-331
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@
8181
"eslint --cache --fix"
8282
]
8383
},
84-
"packageManager": "pnpm@10.20.0"
84+
"packageManager": "pnpm@10.21.0"
8585
}

packages/plugin-vue-jsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dist"
1515
],
1616
"exports": {
17-
".": "./dist/index.js",
17+
".": "./dist/index.mjs",
1818
"./package.json": "./package.json"
1919
},
2020
"scripts": {
@@ -38,11 +38,11 @@
3838
"@babel/core": "^7.28.5",
3939
"@babel/plugin-syntax-typescript": "^7.27.1",
4040
"@babel/plugin-transform-typescript": "^7.28.5",
41-
"@rolldown/pluginutils": "^1.0.0-beta.46",
41+
"@rolldown/pluginutils": "^1.0.0-beta.47",
4242
"@vue/babel-plugin-jsx": "^2.0.1"
4343
},
4444
"devDependencies": {
45-
"tsdown": "^0.15.12",
45+
"tsdown": "^0.16.1",
4646
"vite": "catalog:"
4747
},
4848
"peerDependencies": {

packages/plugin-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dist"
1515
],
1616
"exports": {
17-
".": "./dist/index.js",
17+
".": "./dist/index.mjs",
1818
"./package.json": "./package.json"
1919
},
2020
"scripts": {
@@ -45,11 +45,11 @@
4545
"rollup": "^4.52.5",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
48-
"tsdown": "^0.15.12",
48+
"tsdown": "^0.16.1",
4949
"vite": "catalog:",
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.46"
53+
"@rolldown/pluginutils": "1.0.0-beta.47"
5454
}
5555
}

playground/ssr-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^3.0.3",
19+
"pinia": "^3.0.4",
2020
"vue": "catalog:",
2121
"vue-router": "catalog:"
2222
},

playground/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.1.16",
14-
"tailwindcss": "^4.1.16",
13+
"@tailwindcss/vite": "^4.1.17",
14+
"tailwindcss": "^4.1.17",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {

playground/vue-jsx-ts-built-in/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@babel/plugin-syntax-decorators": "^7.27.1",
1717
"@rollup/plugin-swc": "^0.4.0",
18-
"@swc/core": "^1.14.0",
18+
"@swc/core": "^1.15.1",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"@vitejs/plugin-vue-jsx": "workspace:*"
2121
}

0 commit comments

Comments
 (0)