Skip to content

Commit c082693

Browse files
committed
build: bump deps
1 parent 98a1830 commit c082693

File tree

3 files changed

+179
-180
lines changed

3 files changed

+179
-180
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript": "^5.5.4",
5555
"vite": "~5.4.1",
5656
"vitest": "^2.0.5",
57-
"vue-tsc": "^2.0.29"
57+
"vue-tsc": "^2.1.2"
5858
},
5959
"packageManager": "[email protected]"
6060
}

packages/bundler-vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"clean": "rimraf dist"
3636
},
3737
"dependencies": {
38-
"@vitejs/plugin-vue": "^5.1.2",
38+
"@vitejs/plugin-vue": "^5.1.3",
3939
"@vuepress/client": "workspace:*",
4040
"@vuepress/core": "workspace:*",
4141
"@vuepress/shared": "workspace:*",
@@ -44,7 +44,7 @@
4444
"connect-history-api-fallback": "^2.0.0",
4545
"postcss": "^8.4.41",
4646
"postcss-load-config": "^6.0.1",
47-
"rollup": "^4.21.1",
47+
"rollup": "^4.21.2",
4848
"vite": "~5.4.1",
4949
"vue": "^3.4.38",
5050
"vue-router": "^4.4.3"

0 commit comments

Comments
 (0)