fix(site): upgrade to React 19 to resolve invalid hook call (#597)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-24 13:55:21 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent ba17f34091
commit a70c04c6fc
4 changed files with 40 additions and 50 deletions
+2 -2
View File
@@ -43,8 +43,8 @@
"marked": "^17.0.1",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^1.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reading-time": "^1.5.0",
"schema-dts": "^1.1.5",
"sharp": "^0.34.3",