chore(deps): update react monorepo

This commit is contained in:
2025-01-12 11:01:20 +00:00
parent a68c66094f
commit d8edae9b43
2 changed files with 12 additions and 12 deletions

View File

@ -26,8 +26,8 @@
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"postcss": "8.4.49",
@ -36,7 +36,7 @@
"typescript": "5.7.3"
},
"overrides": {
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
"@types/react": "19.0.5",
"@types/react-dom": "19.0.3"
}
}