Skip to content

Commit 27e57fb

Browse files
committed
fix(react-19): update docs package to react 19
1 parent af8230c commit 27e57fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"next": "^13.5.7",
1616
"nextra": "2.13.3",
1717
"nextra-theme-docs": "2.13.3",
18-
"react": "^18.3.1",
19-
"react-dom": "^18.3.1"
18+
"react": "^19.1.0",
19+
"react-dom": "^19.1.0"
2020
},
2121
"devDependencies": {
2222
"@types/node": "^20.17.9",
23-
"@types/react": "^18.3.11",
24-
"@types/react-dom": "^18.3.1",
23+
"@types/react": "^19.1.0",
24+
"@types/react-dom": "^19.1.0",
2525
"typescript": "^5.7.2"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)