Skip to content

Commit

Permalink
chore: Upgrade React to version 19.0.0 across project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Mar 1, 2025
1 parent 9d6b505 commit 71c4f9e
Show file tree
Hide file tree
Showing 5 changed files with 466 additions and 471 deletions.
2 changes: 1 addition & 1 deletion apps/og/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@hey/indexer": "workspace:*",
"apollo-utilities": "^1.3.4",
"next": "^15.2.0",
"react": "18.3.1"
"react": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.13.7",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"plyr-react": "^5.3.0",
"prosekit": "^0.11.5",
"rc-slider": "^11.1.8",
"react": "18.3.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-markdown": "^10.0.0",
"react-tracked": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-cropper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hey/ui": "workspace:*",
"normalize-wheel": "^1.0.1",
"rc-slider": "^11.1.8",
"react": "18.3.1"
"react": "^19.0.0"
},
"devDependencies": {
"@hey/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@radix-ui/react-tooltip": "^1.1.8",
"clsx": "^2.1.1",
"next": "^15.2.0",
"react": "18.3.1",
"react": "^19.0.0",
"react-hook-form": "^7.54.2",
"tailwind-merge": "2.6.0",
"zod": "^3.24.2"
Expand Down
Loading

0 comments on commit 71c4f9e

Please sign in to comment.