Skip to content

Commit 4524eb5

Browse files
authored
fix(repo): Update React to v19 for Next.js 15 compatibility in playground (#6590)
1 parent c043c19 commit 4524eb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

playground/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"@clerk/nextjs": "canary",
1515
"@clerk/themes": "canary",
1616
"next": "^15",
17-
"react": "^18.2.0",
18-
"react-dom": "^18.2.0"
17+
"react": "^19.1.1",
18+
"react-dom": "^19.1.1"
1919
},
2020
"devDependencies": {
2121
"@types/node": "18.8.3",
22-
"@types/react": "18.2.33",
23-
"@types/react-dom": "18.2.14",
22+
"@types/react": "19.1.10",
23+
"@types/react-dom": "19.1.7",
2424
"eslint": "8.24.0",
2525
"eslint-config-next": "12.3.1",
2626
"typescript": "4.8.4"

0 commit comments

Comments
 (0)