Skip to content

Commit

Permalink
chore: update to react v19
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Dec 27, 2024
1 parent 7beeab1 commit 99b4bfa
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 187 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@
"framer-motion": "^11.13.1",
"jotai": "^2.10.3",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@eslint/js": "^9.16.0",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"add": "^2.0.6",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
Expand Down
Loading

0 comments on commit 99b4bfa

Please sign in to comment.