1
0

chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 22s

This commit is contained in:
2025-10-11 01:05:19 +00:00
parent c0bd949e1c
commit acd19a9a04
2 changed files with 18 additions and 18 deletions

View File

@@ -21,8 +21,8 @@
"@eslint/eslintrc": "3.3.1",
"@tailwindcss/postcss": "4.1.14",
"@types/node": "22.18.8",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1",
"eslint": "9.37.0",
"eslint-config-next": "15.5.4",
"eslint-config-prettier": "10.1.8",
@@ -36,8 +36,8 @@
"packageManager": "pnpm@10.18.0",
"pnpm": {
"overrides": {
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0"
"@types/react": "19.2.2",
"@types/react-dom": "19.2.1"
}
}
}