chore(deps): update dependency @types/react-dom to v19.0.2

This commit is contained in:
2024-12-14 01:02:42 +00:00
parent 60f87c4006
commit e01f35acba
2 changed files with 9 additions and 8 deletions

View File

@ -27,7 +27,7 @@
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-next": "15.0.4",
"postcss": "8.4.49",
@ -37,6 +37,6 @@
},
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1"
"@types/react-dom": "19.0.2"
}
}