Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 4eca925 commit f270bfd
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 125 deletions.
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@emotion/styled": "^11.11.0",
"framer-motion": "^11.0.3",
"next": "15.1.1",
"react": "^18",
"react-dom": "^18",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.50.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.0.1",
"eslint": "^9.0.0",
"eslint-config-next": "15.1.1",
Expand Down
Loading

0 comments on commit f270bfd

Please sign in to comment.