Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions dashboard/final-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@
"next": "latest",
"next-auth": "5.0.0-beta.25",
"postcss": "8.5.1",
"postgres": "^3.4.5",
"postgres": "^3.4.6",
"react": "latest",
"react-dom": "latest",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"use-debounce": "^10.0.4",
"zod": "^3.24.1"
"zod": "^3.25.17"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3"
},
"pnpm": {
"onlyBuiltDependencies": ["bcrypt"]
}
}
Loading
Loading