Update react monorepo
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:
2024-10-23 04:51:21 +00:00
parent 0d4e53bcac
commit 525aeef1f5
2 changed files with 20 additions and 34 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": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/node": "18.8.5",
"@types/react": "18.0.21",
"@types/react": "18.3.12",
"typescript": "4.8.4"
}
}