Skip to content

Commit 7bf59e2

Browse files
fix(deps): update react monorepo to v19
1 parent 8750c60 commit 7bf59e2

File tree

2 files changed

+31
-43
lines changed

2 files changed

+31
-43
lines changed

package-lock.json

Lines changed: 25 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"@radix-ui/react-scroll-area": "^1.1.0",
1919
"@radix-ui/react-slot": "^1.1.0",
2020
"@types/node": "22.15.23",
21-
"@types/react": "18.3.23",
22-
"@types/react-dom": "18.3.7",
21+
"@types/react": "19.1.6",
22+
"@types/react-dom": "19.1.5",
2323
"@upstash/redis": "^1.34.0",
2424
"class-variance-authority": "^0.7.0",
2525
"clsx": "^2.1.1",
2626
"lucide-react": "^0.511.0",
2727
"next": "15.3.2",
28-
"react": "18.3.1",
29-
"react-dom": "18.3.1",
28+
"react": "19.1.0",
29+
"react-dom": "19.1.0",
3030
"swr": "^2.2.5",
3131
"tailwind-merge": "^2.5.2",
3232
"tailwindcss-animate": "^1.0.7",
@@ -44,7 +44,7 @@
4444
"tailwindcss": "^3.4.10"
4545
},
4646
"overrides": {
47-
"@types/react": "18.3.23",
48-
"@types/react-dom": "18.3.7"
47+
"@types/react": "19.1.6",
48+
"@types/react-dom": "19.1.5"
4949
}
5050
}

0 commit comments

Comments
 (0)