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

This commit is contained in:
2024-10-23 04:06:00 +00:00
parent 2c42522b5b
commit 5fca255fda
2 changed files with 25 additions and 26 deletions

View File

@@ -7,13 +7,13 @@
},
"dependencies": {
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"tailwindcss": "3.3.2",