Skip to content

Commit

Permalink
chore: Update npm dependencies and remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitShukla-dev committed Jul 15, 2024
1 parent 2b77774 commit 62deedc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"build": "cd Backend && npx tsc"
},
"dependencies": {
"@types/argon2": "^0.15.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.6",
Expand All @@ -21,12 +20,12 @@
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.13",
"otp-generator": "^4.0.1",
"typescript": "^5.5.3",
"typescript": "5.5.3",
"ws": "^8.16.0",
"zod": "^3.22.4",
"typescript": "^5.4.5"
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"cookie-parser": "^1.4.6"
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"cookie-parser": "^1.4.6"
}
}
}
}

0 comments on commit 62deedc

Please sign in to comment.