Skip to content

Commit

Permalink
chore(deps): update to react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
busybox11 committed Dec 8, 2024
1 parent 2de916c commit 477f5dc
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 78 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@uidotdev/usehooks": "^2.4.1",
"dotenv": "^16.4.5",
"jotai": "^2.10.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.4",
"usehooks-ts": "^3.1.0",
"vinxi": "^0.4.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
Expand Down
142 changes: 68 additions & 74 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 477f5dc

Please sign in to comment.