chore(deps): update react monorepo

This commit is contained in:
2025-04-05 03:03:01 +00:00
parent 89e8335fd9
commit e6f71e701d
2 changed files with 12 additions and 12 deletions

View File

@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "22.14.0",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
@ -36,7 +36,7 @@
"typescript": "5.8.3"
},
"overrides": {
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4"
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1"
}
}