Skip to content

Commit e48be4a

Browse files
fix(deps): update npm-packages [skip ci]
1 parent eb76e8b commit e48be4a

2 files changed

Lines changed: 2338 additions & 1850 deletions

File tree

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"start": "next start"
2020
},
2121
"dependencies": {
22-
"@hookform/resolvers": "^3.7.0",
22+
"@hookform/resolvers": "^5.2.2",
2323
"@radix-ui/react-alert-dialog": "^1.1.1",
2424
"@radix-ui/react-avatar": "^1.1.0",
2525
"@radix-ui/react-checkbox": "^1.1.1",
@@ -43,34 +43,34 @@
4343
"class-variance-authority": "^0.7.0",
4444
"clsx": "^2.1.1",
4545
"cmdk": "^1.0.0",
46-
"date-fns": "^3.6.0",
47-
"lucide-react": "^0.400.0",
46+
"date-fns": "^4.1.0",
47+
"lucide-react": "^1.14.0",
4848
"next": "15.5.10",
4949
"next-themes": "^0.3.0",
50-
"react": "^18",
51-
"react-day-picker": "^8.10.1",
52-
"react-dom": "^18",
50+
"react": "^19.2.6",
51+
"react-day-picker": "^10.0.0",
52+
"react-dom": "^19.2.6",
5353
"react-hook-form": "^7.52.1",
54-
"recharts": "^2.12.7",
55-
"sonner": "^1.5.0",
54+
"recharts": "^3.8.1",
55+
"sonner": "^2.0.7",
5656
"swr": "^2.2.5",
57-
"tailwind-merge": "^2.3.0",
57+
"tailwind-merge": "^3.6.0",
5858
"tailwindcss-animate": "^1.0.7",
59-
"vaul": "^0.9.1",
60-
"zod": "^3.23.8"
59+
"vaul": "^1.1.2",
60+
"zod": "^4.4.3"
6161
},
6262
"devDependencies": {
6363
"@trivago/prettier-plugin-sort-imports": "6.0.2",
64-
"@types/node": "^20",
65-
"@types/react": "^18",
66-
"@types/react-dom": "^18",
67-
"eslint": "^8.57.1",
68-
"eslint-config-next": "14.2.4",
64+
"@types/node": "^24.12.3",
65+
"@types/react": "^19.2.14",
66+
"@types/react-dom": "^19.2.3",
67+
"eslint": "^10.3.0",
68+
"eslint-config-next": "16.2.6",
6969
"postcss": "^8",
7070
"prettier": "3.8.3",
7171
"prettier-plugin-astro": "0.14.1",
72-
"tailwindcss": "^3.4.1",
73-
"typescript": "^5"
72+
"tailwindcss": "^4.3.0",
73+
"typescript": "^6.0.3"
7474
},
7575
"packageManager": "pnpm@10.10.0"
7676
}

0 commit comments

Comments
 (0)