Skip to content

Commit

Permalink
Upgrade dependency react-dom 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 6918985
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 @@ -29,7 +29,7 @@
"next": "15.1.4",
"pg": "^8.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"recharts": "^2.13.1",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@types/node": "^22.8.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-dom": "^19.0.0",
"eslint": "^9.13.0",
"eslint-config-next": "15.1.4",
"kysely-ctl": "^0.10.0",
Expand All @@ -53,7 +53,7 @@
"pnpm": {
"overrides": {
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7"
"@types/react-dom": "^19.0.0"
}
}
}

0 comments on commit 6918985

Please sign in to comment.