Skip to content

Commit

Permalink
Upgrade to Vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisalley committed Nov 23, 2023
1 parent d5c9019 commit 80e0477
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 493 deletions.
5 changes: 3 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
Expand All @@ -13,8 +14,8 @@
"devDependencies": {
"@types/react": "^16.14.43",
"@types/react-dom": "^16.9.19",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^3.9.10",
"vite": "^4.3.9"
"vite": "^5.0.2"
}
}
Loading

0 comments on commit 80e0477

Please sign in to comment.