fix(deps): update react monorepo to v19.2.0
All checks were successful
Lint / Lint (push) Successful in 23s
All checks were successful
Lint / Lint (push) Successful in 23s
This commit is contained in:
12
package.json
12
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user