Skip to content

Commit ec9353e

Browse files
authored
feat: bump deps (#20)
* feat: bump deps * fix: typecheck * fix: code formatting
1 parent c30894b commit ec9353e

File tree

4 files changed

+1214
-1119
lines changed

4 files changed

+1214
-1119
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"format:fix": "prettier --check --write ."
1818
},
1919
"dependencies": {
20-
"@auth/drizzle-adapter": "^1.7.4",
20+
"@auth/drizzle-adapter": "^1.8.0",
2121
"@hookform/error-message": "^2.0.1",
2222
"@hookform/resolvers": "4.0.0",
2323
"@radix-ui/react-alert-dialog": "^1.1.6",
@@ -30,57 +30,57 @@
3030
"@radix-ui/react-slot": "^1.1.2",
3131
"@radix-ui/react-tooltip": "^1.1.8",
3232
"@t3-oss/env-nextjs": "^0.12.0",
33-
"@tanstack/react-query": "^5.66.9",
34-
"@trpc/client": "11.0.0-rc.730",
35-
"@trpc/react-query": "11.0.0-rc.730",
36-
"@trpc/server": "11.0.0-rc.730",
33+
"@tanstack/react-query": "^5.70.0",
34+
"@trpc/client": "11.0.1",
35+
"@trpc/react-query": "11.0.1",
36+
"@trpc/server": "11.0.1",
3737
"bcrypt": "^5.1.1",
3838
"class-variance-authority": "^0.7.1",
3939
"clsx": "^2.1.1",
40-
"drizzle-orm": "^0.39.3",
41-
"drizzle-zod": "^0.7.0",
40+
"drizzle-orm": "^0.41.0",
41+
"drizzle-zod": "^0.7.1",
4242
"geist": "^1.3.1",
43-
"lucide-react": "^0.475.0",
44-
"next": "^15.1.7",
43+
"lucide-react": "^0.485.0",
44+
"next": "^15.2.4",
4545
"next-auth": "5.0.0-beta.25",
46-
"next-themes": "^0.4.4",
47-
"nextjs-toploader": "^3.7.15",
48-
"pg": "^8.13.3",
46+
"next-themes": "^0.4.6",
47+
"nextjs-toploader": "^3.8.16",
48+
"pg": "^8.14.1",
4949
"postgres": "^3.4.5",
5050
"radix-ui": "^1.1.3",
51-
"react": "^19.0.0",
52-
"react-dom": "^19.0.0",
53-
"react-hook-form": "^7.54.2",
51+
"react": "^19.1.0",
52+
"react-dom": "^19.1.0",
53+
"react-hook-form": "^7.55.0",
5454
"server-only": "^0.0.1",
55-
"sonner": "^2.0.1",
55+
"sonner": "^2.0.2",
5656
"superjson": "^2.2.2",
57-
"tailwind-merge": "^3.0.1",
57+
"tailwind-merge": "^3.0.2",
5858
"tailwindcss-animate": "^1.0.7",
5959
"uuid": "^11.1.0",
6060
"zod": "^3.24.2"
6161
},
6262
"devDependencies": {
6363
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
64-
"@tailwindcss/postcss": "^4.0.8",
64+
"@tailwindcss/postcss": "^4.0.17",
6565
"@types/bcrypt": "^5.0.2",
6666
"@types/eslint": "^9.6.1",
67-
"@types/node": "^22.13.5",
67+
"@types/node": "^22.13.14",
6868
"@types/pg": "^8.11.11",
69-
"@types/react": "^19.0.10",
69+
"@types/react": "^19.0.12",
7070
"@types/react-dom": "^19.0.4",
7171
"@types/uuid": "^10.0.0",
72-
"@typescript-eslint/eslint-plugin": "^8.24.1",
73-
"@typescript-eslint/parser": "^8.24.1",
74-
"drizzle-kit": "^0.30.4",
75-
"eslint": "^9.21.0",
76-
"eslint-config-next": "^15.1.7",
72+
"@typescript-eslint/eslint-plugin": "^8.28.0",
73+
"@typescript-eslint/parser": "^8.28.0",
74+
"drizzle-kit": "^0.30.6",
75+
"eslint": "^9.23.0",
76+
"eslint-config-next": "^15.2.4",
7777
"eslint-plugin-drizzle": "^0.2.3",
7878
"postcss": "^8.5.3",
79-
"prettier": "^3.5.1",
79+
"prettier": "^3.5.3",
8080
"prettier-plugin-tailwindcss": "^0.6.11",
81-
"tailwindcss": "^4.0.8",
82-
"typescript": "^5.7.3",
83-
"typescript-eslint": "^8.24.1"
81+
"tailwindcss": "^4.0.17",
82+
"typescript": "^5.8.2",
83+
"typescript-eslint": "^8.28.0"
8484
},
8585
"ct3aMetadata": {
8686
"initVersion": "7.37.0"

0 commit comments

Comments
 (0)