Skip to content

Commit 1b77850

Browse files
committedMay 31, 2024·
fix(bundler-vite): exclude vite 5.2.12 from version range (close #1573)
1 parent 81ab881 commit 1b77850

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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.0.2",
5353
"typescript": "^5.4.5",
54-
"vite": "~5.2.12",
54+
"vite": "5.2.11",
5555
"vitest": "^1.6.0",
5656
"vue-tsc": "^2.0.19"
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": "^5.1.0",
4545
"rollup": "^4.18.0",
46-
"vite": "~5.2.12",
46+
"vite": "5.2.11 || >5.2.12 <5.3.0",
4747
"vue": "^3.4.27",
4848
"vue-router": "^4.3.2"
4949
},

‎pnpm-lock.yaml

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