Skip to content

Commit

Permalink
fix: add @types/ws
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Apr 26, 2022
1 parent 72213f5 commit f345352
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
"url": "https://github.com/mentos1386/nest-raven/issues"
},
"homepage": "https://github.com/mentos1386/nest-raven#readme",
"dependencies": {},
"optionalDependencies": {
"@nestjs/graphql": "^10.0.0",
"@nestjs/apollo": "^10.0.0"
"@nestjs/apollo": "^10.0.0",
"@nestjs/graphql": "^10.0.0"
},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
Expand All @@ -57,6 +56,7 @@
"@types/jest": "27.4.1",
"@types/node": "16.11.27",
"@types/supertest": "2.0.12",
"@types/ws": "^8.5.3",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"conventional-changelog-cli": "2.2.2",
Expand Down

0 comments on commit f345352

Please sign in to comment.