Skip to content

Commit 86648c2

Browse files
committed
update dependencies
1 parent 71302fe commit 86648c2

File tree

2 files changed

+367
-312
lines changed

2 files changed

+367
-312
lines changed

package.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,65 +24,65 @@
2424
"dev": "concurrently -c \"#604CC3, #8FD14F ,#FF6600,#FFA600\" \"pnpm dev:turbo\" \"pnpm dr:build:watch\" \"pnpm format:write:watch\" --names \"Next.js,Routing,Prettier\""
2525
},
2626
"dependencies": {
27-
"@better-fetch/fetch": "^1.1.12",
28-
"@hookform/resolvers": "^3.10.0",
29-
"@icons-pack/react-simple-icons": "^11.0.1",
27+
"@better-fetch/fetch": "^1.1.15",
28+
"@hookform/resolvers": "^4.1.3",
29+
"@icons-pack/react-simple-icons": "^12.2.0",
3030
"@its-satyajit/id-generator": "npm:@jsr/its-satyajit__id-generator@^0.2.1",
31-
"@radix-ui/react-avatar": "^1.1.2",
32-
"@radix-ui/react-dropdown-menu": "^2.1.4",
33-
"@radix-ui/react-label": "^2.1.1",
34-
"@radix-ui/react-slot": "^1.1.1",
35-
"@radix-ui/react-toast": "^1.2.4",
31+
"@radix-ui/react-avatar": "^1.1.3",
32+
"@radix-ui/react-dropdown-menu": "^2.1.6",
33+
"@radix-ui/react-label": "^2.1.2",
34+
"@radix-ui/react-slot": "^1.1.2",
35+
"@radix-ui/react-toast": "^1.2.6",
3636
"@t3-oss/env-nextjs": "^0.12.0",
37-
"@tanstack/react-query": "^5.64.1",
38-
"@tanstack/react-query-devtools": "^5.64.1",
39-
"better-auth": "^1.1.14",
37+
"@tanstack/react-query": "^5.67.2",
38+
"@tanstack/react-query-devtools": "^5.67.2",
39+
"better-auth": "^1.2.3",
4040
"class-variance-authority": "^0.7.1",
4141
"clsx": "^2.1.1",
4242
"declarative-routing": "^0.1.20",
4343
"drizzle-orm": "^0.40.0",
4444
"lucide-react": "^0.479.0",
4545
"next": "15.2.1",
46-
"next-themes": "^0.4.4",
47-
"nodemailer": "^6.9.16",
46+
"next-themes": "^0.4.5",
47+
"nodemailer": "^6.10.0",
4848
"postgres": "^3.4.5",
4949
"query-string": "^9.1.1",
5050
"react": "^19.0.0",
5151
"react-dom": "^19.0.0",
5252
"react-hook-form": "^7.54.2",
5353
"server-only": "^0.0.1",
54-
"sonner": "^1.7.2",
55-
"tailwind-merge": "^2.6.0",
54+
"sonner": "^2.0.1",
55+
"tailwind-merge": "^3.0.2",
5656
"tailwindcss-animate": "^1.0.7",
5757
"winston": "^3.17.0",
58-
"zod": "^3.24.1"
58+
"zod": "^3.24.2"
5959
},
6060
"devDependencies": {
61-
"@eslint/eslintrc": "^3.2.0",
62-
"@eslint/js": "^9.18.0",
61+
"@eslint/eslintrc": "^3.3.0",
62+
"@eslint/js": "^9.22.0",
6363
"@tailwindcss/postcss": "^4.0.12",
6464
"@tailwindcss/typography": "^0.5.16",
65-
"@tanstack/eslint-plugin-query": "^5.62.16",
66-
"@types/node": "^22.10.7",
65+
"@tanstack/eslint-plugin-query": "^5.67.2",
66+
"@types/node": "^22.13.10",
6767
"@types/nodemailer": "^6.4.17",
68-
"@types/react": "^19.0.7",
69-
"@types/react-dom": "^19.0.3",
70-
"@typescript-eslint/eslint-plugin": "^8.20.0",
71-
"@typescript-eslint/parser": "^8.20.0",
72-
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
68+
"@types/react": "^19.0.10",
69+
"@types/react-dom": "^19.0.4",
70+
"@typescript-eslint/eslint-plugin": "^8.26.0",
71+
"@typescript-eslint/parser": "^8.26.0",
72+
"babel-plugin-react-compiler": "beta",
7373
"concurrently": "^9.1.2",
74-
"drizzle-kit": "^0.30.2",
75-
"eslint": "^9.18.0",
74+
"drizzle-kit": "^0.30.5",
75+
"eslint": "^9.22.0",
7676
"eslint-config-next": "15.2.1",
7777
"eslint-plugin-drizzle": "^0.2.3",
7878
"onchange": "^7.1.0",
79-
"postcss": "^8.5.1",
80-
"prettier": "^3.4.2",
79+
"postcss": "^8.5.3",
80+
"prettier": "^3.5.3",
8181
"prettier-plugin-tailwindcss": "^0.6.11",
8282
"tailwindcss": "^4.0.12",
83-
"typedoc": "^0.27.6",
83+
"typedoc": "^0.27.9",
8484
"typedoc-github-theme": "^0.2.1",
85-
"typedoc-plugin-markdown": "^4.4.1",
86-
"typescript": "^5.7.3"
85+
"typedoc-plugin-markdown": "^4.4.2",
86+
"typescript": "^5.8.2"
8787
}
8888
}

0 commit comments

Comments
 (0)