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 12, 2024
1 parent fb06505 commit b4e2b8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
"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",
"@types/mongoose": "^5.11.97",
"@types/nodemailer": "^6.4.14",
"@types/otp-generator": "^4.0.2",
"@types/ws": "^8.5.10",
"argon2": "^0.40.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
Expand All @@ -23,5 +24,9 @@
"typescript": "^5.5.3",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.7",
"cookie-parser": "^1.4.6"
}
}
}

0 comments on commit b4e2b8c

Please sign in to comment.