chore(deps): update react monorepo

This commit is contained in:
2025-04-12 01:04:25 +00:00
parent 670bd5038c
commit 3c265409df
2 changed files with 12 additions and 12 deletions

View File

@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"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.1.0",
"@types/react-dom": "19.1.1"
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2"
}
}