Skip to content

Commit 0dccb2c

Browse files
authored
chore: update dependencies
1 parent d8133d4 commit 0dccb2c

2 files changed

Lines changed: 722 additions & 2768 deletions

File tree

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,40 +28,40 @@
2828
]
2929
},
3030
"dependencies": {
31-
"@hookform/resolvers": "^5.1.1",
32-
"@internationalized/date": "^3.10.1",
33-
"@radix-ui/react-checkbox": "^1.3.2",
31+
"@hookform/resolvers": "^5.2.2",
32+
"@internationalized/date": "^3.12.1",
33+
"@radix-ui/react-checkbox": "^1.3.3",
3434
"@radix-ui/react-dialog": "^1.1.15",
35-
"@radix-ui/react-label": "^2.1.7",
35+
"@radix-ui/react-label": "^2.1.8",
3636
"@radix-ui/react-popover": "^1.1.15",
3737
"@radix-ui/react-scroll-area": "^1.2.10",
38-
"@radix-ui/react-select": "^2.2.5",
38+
"@radix-ui/react-select": "^2.2.6",
3939
"@radix-ui/react-separator": "^1.1.8",
4040
"@radix-ui/react-slot": "^1.2.4",
41-
"@radix-ui/react-tabs": "^1.1.12",
41+
"@radix-ui/react-tabs": "^1.1.13",
4242
"@radix-ui/react-tooltip": "^1.2.8",
4343
"class-variance-authority": "^0.7.1",
4444
"clsx": "^2.1.1",
4545
"cmdk": "^1.1.1",
4646
"date-fns": "^4.1.0",
47-
"dotenv": "^17.3.1",
48-
"framer-motion": "^12.18.1",
49-
"google-auth-library": "^10.2.1",
50-
"google-spreadsheet": "^5.0.2",
47+
"dotenv": "^17.4.2",
48+
"framer-motion": "^12.38.0",
49+
"google-auth-library": "^10.6.2",
50+
"google-spreadsheet": "^5.2.0",
5151
"lucide-react": "^0.518.0",
52-
"next": "^15.5.11",
52+
"next": "^15.5.15",
5353
"next-themes": "^0.4.6",
54-
"nodemailer": "^8.0.4",
55-
"posthog-js": "^1.347.2",
56-
"react": "^19.1.0",
57-
"react-aria-components": "^1.14.0",
58-
"react-day-picker": "^9.13.0",
59-
"react-dom": "^19.1.0",
60-
"react-hook-form": "^7.58.1",
61-
"tailwind-merge": "^3.3.1",
54+
"nodemailer": "^8.0.5",
55+
"posthog-js": "^1.369.3",
56+
"react": "^19.2.5",
57+
"react-aria-components": "^1.17.0",
58+
"react-day-picker": "^9.14.0",
59+
"react-dom": "^19.2.5",
60+
"react-hook-form": "^7.72.1",
61+
"tailwind-merge": "^3.5.0",
6262
"tailwindcss-animate": "^1.0.7",
6363
"uuid": "^13.0.0",
64-
"zod": "^3.25.67"
64+
"zod": "^3.25.76"
6565
},
6666
"packageManager": "pnpm@10.30.3",
6767
"engines": {
@@ -70,13 +70,13 @@
7070
},
7171
"devDependencies": {
7272
"@biomejs/biome": "2.0.6",
73-
"@tailwindcss/postcss": "^4",
74-
"@types/node": "^24",
75-
"@types/react": "^19",
76-
"@types/react-dom": "^19",
73+
"@tailwindcss/postcss": "^4.2.2",
74+
"@types/node": "^24.12.2",
75+
"@types/react": "^19.2.14",
76+
"@types/react-dom": "^19.2.3",
7777
"husky": "^9.1.7",
78-
"lint-staged": "^16.1.2",
79-
"tailwindcss": "^4.1.10",
80-
"typescript": "^5"
78+
"lint-staged": "^16.4.0",
79+
"tailwindcss": "^4.2.2",
80+
"typescript": "^5.9.3"
8181
}
8282
}

0 commit comments

Comments
 (0)