1
0

fix(deps): update react monorepo to v19.2.0
All checks were successful
Lint / Lint (push) Successful in 23s

This commit is contained in:
2025-10-04 05:03:42 +00:00
parent eb38fa0e68
commit 7772b7c6a5
2 changed files with 46 additions and 46 deletions

View File

@@ -13,16 +13,16 @@
"clsx": "^2.1.1",
"lucide-react": "^0.544.0",
"next": "15.5.4",
"react": "19.1.1",
"react-dom": "19.1.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.1",
"@tailwindcss/postcss": "4.1.14",
"@types/node": "22.18.8",
"@types/react": "19.1.15",
"@types/react-dom": "19.1.9",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"eslint": "9.37.0",
"eslint-config-next": "15.5.4",
"eslint-config-prettier": "10.1.8",
@@ -36,8 +36,8 @@
"packageManager": "pnpm@10.17.1",
"pnpm": {
"overrides": {
"@types/react": "19.1.15",
"@types/react-dom": "19.1.9"
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0"
}
}
}