Skip to content

Commit bca1f2a

Browse files
committed
update dependencies
1 parent 042b29d commit bca1f2a

File tree

2 files changed

+161
-230
lines changed

2 files changed

+161
-230
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dev": "concurrently -c \"#604CC3, #8FD14F ,#FF6600,#FFA600\" \"pnpm dev:turbo\" \"pnpm dr:build:watch\" \"pnpm format:write:watch\" --names \"Next.js,Routing,Prettier\""
2626
},
2727
"dependencies": {
28-
"@better-fetch/fetch": "^1.1.15",
28+
"@better-fetch/fetch": "^1.1.17",
2929
"@fontsource-variable/inter": "^5.2.5",
3030
"@hookform/resolvers": "^4.1.3",
3131
"@icons-pack/react-simple-icons": "^12.3.0",
@@ -35,8 +35,8 @@
3535
"@radix-ui/react-slot": "^1.1.2",
3636
"@t3-oss/env-nextjs": "^0.12.0",
3737
"@tailwindcss/typography": "^0.5.16",
38-
"@tanstack/react-query": "^5.68.0",
39-
"@tanstack/react-query-devtools": "^5.68.0",
38+
"@tanstack/react-query": "^5.69.0",
39+
"@tanstack/react-query-devtools": "^5.69.0",
4040
"babel-plugin-react-compiler": "beta",
4141
"better-auth": "^1.2.4",
4242
"class-variance-authority": "^0.7.1",
@@ -47,7 +47,7 @@
4747
"drizzle-orm": "^0.41.0",
4848
"eslint-plugin-drizzle": "^0.2.3",
4949
"lucide-react": "^0.483.0",
50-
"next": "15.2.3",
50+
"next": "15.2.4",
5151
"next-themes": "^0.4.6",
5252
"nodemailer": "^6.10.0",
5353
"onchange": "^7.1.0",
@@ -64,26 +64,26 @@
6464
"zod": "^3.24.2"
6565
},
6666
"devDependencies": {
67-
"@eslint/eslintrc": "^3.3.0",
68-
"@eslint/js": "^9.22.0",
69-
"@next/eslint-plugin-next": "^15.2.2",
70-
"@tailwindcss/postcss": "^4.0.14",
67+
"@eslint/eslintrc": "^3.3.1",
68+
"@eslint/js": "^9.23.0",
69+
"@next/eslint-plugin-next": "^15.2.4",
70+
"@tailwindcss/postcss": "^4.0.15",
7171
"@tanstack/eslint-plugin-query": "^5.68.0",
7272
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
73-
"@types/node": "^22.13.10",
73+
"@types/node": "^22.13.13",
7474
"@types/nodemailer": "^6.4.17",
75-
"@types/react": "^19.0.10",
75+
"@types/react": "^19.0.12",
7676
"@types/react-dom": "^19.0.4",
77-
"@typescript-eslint/eslint-plugin": "^8.26.1",
78-
"@typescript-eslint/parser": "^8.26.1",
77+
"@typescript-eslint/eslint-plugin": "^8.28.0",
78+
"@typescript-eslint/parser": "^8.28.0",
7979
"drizzle-kit": "^0.30.5",
80-
"eslint": "^9.22.0",
80+
"eslint": "^9.23.0",
8181
"eslint-config-next": "15.2.4",
8282
"eslint-plugin-react-hooks": "^5.2.0",
8383
"prettier": "^3.5.3",
8484
"prettier-plugin-organize-attributes": "^1.0.0",
8585
"prettier-plugin-tailwindcss": "^0.6.11",
86-
"tailwindcss": "^4.0.14",
86+
"tailwindcss": "^4.0.15",
8787
"tsx": "^4.19.3",
8888
"typescript": "^5.8.2"
8989
},

0 commit comments

Comments
 (0)