Skip to content

Commit

Permalink
chore: update vite to ^4.0.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Dec 9, 2022
1 parent af25ec7 commit 941b20d
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"tsx": "^3.12.1",
"typescript": "^4.6.4",
"unbuild": "^0.9.4",
"vite": "^4.0.0-alpha.6",
"vite": "^4.0.0",
"vitest": "^0.25.3"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-react/package.json
Expand Up @@ -45,6 +45,6 @@
"react-refresh": "^0.14.0"
},
"peerDependencies": {
"vite": "^4.0.0-beta.6"
"vite": "^4.0.0"
}
}
248 changes: 234 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 941b20d

Please sign in to comment.