Skip to content

Commit 515e23f

Browse files
committed
chore: update nextjs example.
1 parent ddf6782 commit 515e23f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"react": "^19.0.0",
13-
"react-dom": "^19.0.0",
12+
"react": "^18.0.0",
13+
"react-dom": "^18.0.0",
1414
"next": "15.3.1"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",
1818
"@types/node": "^20",
19-
"@types/react": "^19",
20-
"@types/react-dom": "^19",
19+
"@types/react": "^18",
20+
"@types/react-dom": "^18",
2121
"@tailwindcss/postcss": "^4",
2222
"tailwindcss": "^4"
2323
}

0 commit comments

Comments
 (0)