Update react monorepo to v19

This commit is contained in:
2025-05-28 00:37:40 +00:00
parent 0d4e53bcac
commit 493d14a7c4
2 changed files with 21 additions and 53 deletions

View File

@@ -11,12 +11,12 @@
"next": "latest",
"next-mdx-remote": "^3.0.1",
"next-remote-watch": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "18.8.5",
"@types/react": "18.0.21",
"@types/react": "19.1.6",
"typescript": "4.8.4"
}
}