Update react monorepo to v19
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
2025-01-07 01:42:37 +00:00
parent 0d4e53bcac
commit 291b66bad0
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.0.3",
"typescript": "4.8.4"
}
}