Skip to content

Commit 97af89c

Browse files
committedAug 15, 2024·
feat(bundler-vite): upgrade vite to v5.4 (close #1598)
1 parent a1049e7 commit 97af89c

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tsconfig-vuepress": "^4.5.0",
5252
"tsup": "^8.2.4",
5353
"typescript": "^5.5.4",
54-
"vite": "~5.3.5",
54+
"vite": "~5.4.0",
5555
"vitest": "^2.0.5",
5656
"vue-tsc": "^2.0.29"
5757
},

‎packages/bundler-vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"postcss": "^8.4.41",
4646
"postcss-load-config": "^6.0.1",
4747
"rollup": "^4.20.0",
48-
"vite": "~5.3.5",
48+
"vite": "~5.4.0",
4949
"vue": "^3.4.37",
5050
"vue-router": "^4.4.3"
5151
},

‎pnpm-lock.yaml

+25-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.