Skip to content

Commit

Permalink
chore(api): add web-push dependency (#895)
Browse files Browse the repository at this point in the history
Co-authored-by: Johan Book <{ID}+{username}@users.noreply.github.com>
  • Loading branch information
johanbook and Johan Book authored Jul 19, 2024
1 parent c7c67b9 commit 135f36e
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 2 deletions.
115 changes: 114 additions & 1 deletion services/api/package-lock.json

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

4 changes: 3 additions & 1 deletion services/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"typeorm": "^0.3.17",
"typeorm-extension": "^2.7.0",
"typescript": "^5.5.2",
"uuid": "^9.0.0"
"uuid": "^9.0.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@nestjs/cli": "^10.1.10",
Expand All @@ -67,6 +68,7 @@
"@types/nodemailer": "^6.4.9",
"@types/supertest": "^2.0.11",
"@types/uuid": "^9.0.1",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
Expand Down

0 comments on commit 135f36e

Please sign in to comment.