Skip to content

Commit 941b20d

Browse files
authoredDec 9, 2022
chore: update vite to ^4.0.0 (#57)
1 parent af25ec7 commit 941b20d

File tree

3 files changed

+236
-16
lines changed

3 files changed

+236
-16
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"tsx": "^3.12.1",
6262
"typescript": "^4.6.4",
6363
"unbuild": "^0.9.4",
64-
"vite": "^4.0.0-alpha.6",
64+
"vite": "^4.0.0",
6565
"vitest": "^0.25.3"
6666
},
6767
"simple-git-hooks": {

‎packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"react-refresh": "^0.14.0"
4646
},
4747
"peerDependencies": {
48-
"vite": "^4.0.0-beta.6"
48+
"vite": "^4.0.0"
4949
}
5050
}

‎pnpm-lock.yaml

+234-14
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.