Skip to content

Commit 0e41ddc

Browse files
authored
Update dependencies (#941)
1 parent 6f06a7f commit 0e41ddc

File tree

4 files changed

+680
-667
lines changed

4 files changed

+680
-667
lines changed

dashboard/final-example/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"@heroicons/react": "^2.1.4",
10-
"@tailwindcss/forms": "^0.5.7",
11-
"@vercel/postgres": "^0.8.0",
12-
"autoprefixer": "10.4.19",
9+
"@heroicons/react": "^2.2.0",
10+
"@tailwindcss/forms": "^0.5.9",
11+
"@vercel/postgres": "^0.10.0",
12+
"autoprefixer": "10.4.20",
1313
"bcrypt": "^5.1.1",
1414
"clsx": "^2.1.1",
15-
"next": "latest",
15+
"next": "^15.0.3",
1616
"next-auth": "5.0.0-beta.19",
17-
"postcss": "8.4.38",
17+
"postcss": "8.4.49",
1818
"react": "19.0.0-rc-cd22717c-20241013",
1919
"react-dom": "19.0.0-rc-cd22717c-20241013",
20-
"tailwindcss": "3.4.4",
21-
"typescript": "5.5.2",
22-
"use-debounce": "^10.0.1",
20+
"tailwindcss": "3.4.15",
21+
"typescript": "5.7.2",
22+
"use-debounce": "^10.0.4",
2323
"zod": "^3.23.8"
2424
},
2525
"devDependencies": {
2626
"@types/bcrypt": "^5.0.2",
27-
"@types/node": "20.14.8",
27+
"@types/node": "22.10.1",
2828
"@types/react": "npm:[email protected]",
2929
"@types/react-dom": "npm:[email protected]"
3030
},

0 commit comments

Comments
 (0)