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 ddf6782 commit 515e23fCopy full SHA for 515e23f
example/nextjs/package.json
@@ -9,15 +9,15 @@
9
"lint": "next lint"
10
},
11
"dependencies": {
12
- "react": "^19.0.0",
13
- "react-dom": "^19.0.0",
+ "react": "^18.0.0",
+ "react-dom": "^18.0.0",
14
"next": "15.3.1"
15
16
"devDependencies": {
17
"typescript": "^5",
18
"@types/node": "^20",
19
- "@types/react": "^19",
20
- "@types/react-dom": "^19",
+ "@types/react": "^18",
+ "@types/react-dom": "^18",
21
"@tailwindcss/postcss": "^4",
22
"tailwindcss": "^4"
23
}
0 commit comments