Skip to content

Commit 68d3dbc

Browse files
committedJun 14, 2024·
feat(bundler-vite): upgrade vite to v5.3
1 parent 4b8a2c1 commit 68d3dbc

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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.1.0",
5353
"typescript": "^5.4.5",
54-
"vite": "5.2.11",
54+
"vite": "~5.3.0",
5555
"vitest": "^1.6.0",
5656
"vue-tsc": "^2.0.21"
5757
},

‎packages/bundler-vite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"postcss": "^8.4.38",
4444
"postcss-load-config": "^6.0.1",
4545
"rollup": "^4.18.0",
46-
"vite": "5.2.11 || >5.2.12 <5.3.0",
46+
"vite": "~5.3.0",
4747
"vue": "^3.4.27",
4848
"vue-router": "^4.3.3"
4949
},

‎pnpm-lock.yaml

+13-13
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.