Skip to content

Commit 472da37

Browse files
authored
Merge pull request #47 from acmutsa/mainUpdate
Main Package Update
2 parents 1ccc173 + 06b22c7 commit 472da37

File tree

4 files changed

+1616
-1144
lines changed

4 files changed

+1616
-1144
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626
"@radix-ui/react-label": "^2.1.8",
2727
"@radix-ui/react-progress": "^1.1.7",
2828
"@radix-ui/react-scroll-area": "^1.2.10",
29-
"@radix-ui/react-separator": "^1.1.7",
30-
"@radix-ui/react-slot": "^1.2.3",
29+
"@radix-ui/react-separator": "^1.1.8",
30+
"@radix-ui/react-slot": "^1.2.4",
3131
"@radix-ui/react-tabs": "^1.1.13",
32-
"better-auth": "^1.3.26",
32+
"@radix-ui/react-tooltip": "^1.2.8",
33+
"better-auth": "^1.3.34",
3334
"class-variance-authority": "^0.7.1",
3435
"clsx": "^2.1.1",
35-
"drizzle-orm": "^0.44.6",
36-
"lucide-react": "^0.552.0",
37-
"next": "15.5.4",
36+
"drizzle-orm": "^0.44.7",
37+
"lucide-react": "^0.554.0",
38+
"next": "16.0.3",
3839
"next-safe-action": "8.0.11",
3940
"next-themes": "^0.4.6",
4041
"react": "19.1.0",
@@ -46,21 +47,21 @@
4647
"zod": "^4.1.11"
4748
},
4849
"devDependencies": {
49-
"@eslint/eslintrc": "^3",
50-
"@tailwindcss/postcss": "^4",
50+
"@eslint/eslintrc": "^3.3.1",
51+
"@tailwindcss/postcss": "^4.1.17",
5152
"@types/better-sqlite3": "^7.6.13",
52-
"@types/node": "^20",
53-
"@types/react": "^19",
54-
"@types/react-dom": "^19",
55-
"autoprefixer": "^10.4.21",
53+
"@types/node": "^24.10.1",
54+
"@types/react": "^19.2.6",
55+
"@types/react-dom": "^19.2.3",
56+
"autoprefixer": "^10.4.22",
5657
"dotenv": "^17.2.3",
57-
"drizzle-kit": "^0.31.5",
58-
"eslint": "^9",
59-
"eslint-config-next": "15.5.4",
58+
"drizzle-kit": "^0.31.7",
59+
"eslint": "^9.39.1",
60+
"eslint-config-next": "16.0.3",
6061
"postcss": "^8.5.6",
61-
"tailwindcss": "^4",
62+
"tailwindcss": "^4.1.17",
6263
"tsx": "^4.20.6",
6364
"tw-animate-css": "^1.4.0",
64-
"typescript": "^5"
65+
"typescript": "^5.9.3"
6566
}
6667
}

0 commit comments

Comments
 (0)