Skip to content

Commit c046eba

Browse files
committed
chore: upgrade deps
1 parent 991e39a commit c046eba

File tree

4 files changed

+529
-701
lines changed

4 files changed

+529
-701
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"playwright-chromium": "^1.39.0",
6262
"prettier": "3.1.0",
6363
"resolve": "^1.22.8",
64-
"rollup": "^3.28.0",
64+
"rollup": "^3.29.4",
6565
"rollup-plugin-license": "^3.2.0",
6666
"simple-git-hooks": "^2.9.0",
6767
"tsx": "^3.14.0",

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@jridgewell/gen-mapping": "^0.3.3",
4242
"@jridgewell/trace-mapping": "^0.3.20",
4343
"debug": "^4.3.4",
44-
"rollup": "^3.17.2",
44+
"rollup": "^3.29.4",
4545
"slash": "^5.1.0",
4646
"source-map-js": "^1.0.2",
4747
"vite": "^4.5.0",

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"devDependencies": {
2424
"@vitejs/plugin-vue": "workspace:*",
2525
"@vitejs/plugin-vue-jsx": "workspace:*",
26+
"@vitejs/test-dep-import-type": "link:dep-import-type",
2627
"compression": "^1.7.4",
27-
"@vitejs/test-dep-import-type": "link:./dep-import-type",
2828
"express": "^4.18.2",
2929
"serve-static": "^1.15.0"
3030
}

0 commit comments

Comments
 (0)