Skip to content

Commit

Permalink
Merge pull request #38 from 0xdevcollins/feat/create-treasury-wallet
Browse files Browse the repository at this point in the history
chore(deps): update dependencies in package.json and pnpm-lock.yaml
  • Loading branch information
mo-jaber authored Nov 4, 2024
2 parents f8a0759 + f724ebd commit fffb1b6
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 423 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@clerk/nextjs": "^6.0.2",
"@hookform/resolvers": "^3.9.0",
"@neondatabase/serverless": "^0.9.4",
"@prisma/client": "^5.21.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
Expand Down Expand Up @@ -70,6 +71,7 @@
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.7"
"@types/jsonwebtoken": "^9.0.7",
"prisma": "^5.21.1"
}
}
Loading

0 comments on commit fffb1b6

Please sign in to comment.