Skip to content

Commit

Permalink
Upgrade dependency react to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 3213e35 commit ed6c538
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lucide-react": "^0.469.0",
"next": "15.1.4",
"pg": "^8.13.1",
"react": "^18.2.0",
"react": "^19.0.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
Expand All @@ -41,7 +41,7 @@
},
"devDependencies": {
"@types/node": "^22.8.4",
"@types/react": "^18.2.21",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.2.7",
"eslint": "^9.13.0",
"eslint-config-next": "15.1.4",
Expand All @@ -52,7 +52,7 @@
},
"pnpm": {
"overrides": {
"@types/react": "^18.2.21",
"@types/react": "^19.0.0",
"@types/react-dom": "^18.2.7"
}
}
Expand Down

0 comments on commit ed6c538

Please sign in to comment.