We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c043c19 commit 4524eb5Copy full SHA for 4524eb5
playground/nextjs/package.json
@@ -14,13 +14,13 @@
14
"@clerk/nextjs": "canary",
15
"@clerk/themes": "canary",
16
"next": "^15",
17
- "react": "^18.2.0",
18
- "react-dom": "^18.2.0"
+ "react": "^19.1.1",
+ "react-dom": "^19.1.1"
19
},
20
"devDependencies": {
21
"@types/node": "18.8.3",
22
- "@types/react": "18.2.33",
23
- "@types/react-dom": "18.2.14",
+ "@types/react": "19.1.10",
+ "@types/react-dom": "19.1.7",
24
"eslint": "8.24.0",
25
"eslint-config-next": "12.3.1",
26
"typescript": "4.8.4"
0 commit comments