We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a1830 commit c082693Copy full SHA for c082693
package.json
@@ -54,7 +54,7 @@
54
"typescript": "^5.5.4",
55
"vite": "~5.4.1",
56
"vitest": "^2.0.5",
57
- "vue-tsc": "^2.0.29"
+ "vue-tsc": "^2.1.2"
58
},
59
"packageManager": "pnpm@9.9.0"
60
}
packages/bundler-vite/package.json
@@ -35,7 +35,7 @@
35
"clean": "rimraf dist"
36
37
"dependencies": {
38
- "@vitejs/plugin-vue": "^5.1.2",
+ "@vitejs/plugin-vue": "^5.1.3",
39
"@vuepress/client": "workspace:*",
40
"@vuepress/core": "workspace:*",
41
"@vuepress/shared": "workspace:*",
@@ -44,7 +44,7 @@
44
"connect-history-api-fallback": "^2.0.0",
45
"postcss": "^8.4.41",
46
"postcss-load-config": "^6.0.1",
47
- "rollup": "^4.21.1",
+ "rollup": "^4.21.2",
48
49
"vue": "^3.4.38",
50
"vue-router": "^4.4.3"
0 commit comments