chore(deps): update dependency @types/react-dom to v19.2.2
All checks were successful
Lint / Lint (push) Successful in 27s

This commit is contained in:
2025-10-18 01:04:07 +00:00
parent e24f1b3d2b
commit e5ab08fc81
2 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
"@tailwindcss/postcss": "4.1.14",
"@types/node": "22.18.11",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1",
"@types/react-dom": "19.2.2",
"eslint": "9.37.0",
"eslint-config-next": "15.5.4",
"eslint-config-prettier": "10.1.8",
@@ -37,7 +37,7 @@
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1"
"@types/react-dom": "19.2.2"
}
}
}