Skip to content

Commit

Permalink
chore: upgrade to vite 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminskypavel committed Nov 18, 2023
1 parent 80cf639 commit a3261f9
Show file tree
Hide file tree
Showing 3 changed files with 5,264 additions and 4,399 deletions.
3 changes: 2 additions & 1 deletion apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.38.0",
"react-hot-toast": "^2.4.0"
"react-hot-toast": "^2.4.0",
"vite": "^5.0.0"
},
"devDependencies": {
"@fullpower-stack/eslint-config-custom": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@
"tailwindcss": "^3.2.4",
"tsup": "^6.5.0",
"typescript": "5.0.0-beta",
"vite": "^4.0.4",
"zod": "^3.20.2"
},
"repository": {
"type": "git",
"url": "https://github.com/kaminskypavel/fullpower-stack.git"
},
"packageManager": "pnpm@7.14.2"
}
}
Loading

0 comments on commit a3261f9

Please sign in to comment.