Skip to content

Commit

Permalink
Merge branch 'develop' into test/deleteAdvertisment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
git-init-priyanshu authored Mar 12, 2024
2 parents 81168dd + b92c041 commit 76c9fda
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 24 deletions.
142 changes: 122 additions & 20 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dotenv": "^16.4.1",
"express": "^4.18.3",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.1.5",
"express-rate-limit": "^7.2.0",
"graphql": "^16.8.1",
"graphql-depth-limit": "^1.1.0",
"graphql-scalars": "^1.20.1",
Expand All @@ -83,7 +83,7 @@
"mongoose-paginate-v2": "^1.7.0",
"morgan": "^1.10.0",
"nanoid": "^5.0.5",
"nodemailer": "^6.9.11",
"nodemailer": "^6.9.12",
"pm2": "^5.2.0",
"redis": "^4.6.13",
"rrule": "^2.8.1",
Expand Down Expand Up @@ -114,12 +114,12 @@
"@types/lodash": "^4.14.202",
"@types/mongoose-paginate-v2": "^1.6.5",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.24",
"@types/node": "^20.11.25",
"@types/nodemailer": "^6.4.14",
"@types/uuid": "^9.0.7",
"@types/validator": "^13.11.9",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-c8": "^0.24.3",
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
Expand Down

0 comments on commit 76c9fda

Please sign in to comment.