chore(deps): update react monorepo

This commit is contained in:
2025-02-22 02:03:00 +00:00
parent d30e9260a9
commit 79722b3dd9
2 changed files with 12 additions and 12 deletions

View File

@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "22.13.5",
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"eslint": "8.57.1",
"eslint-config-next": "15.1.7",
"postcss": "8.5.3",
@ -36,7 +36,7 @@
"typescript": "5.7.3"
},
"overrides": {
"@types/react": "19.0.9",
"@types/react-dom": "19.0.3"
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}