Skip to content

Commit

Permalink
fix: Stick to certain version of webtorrent
Browse files Browse the repository at this point in the history
As the latest one causes some issues
  • Loading branch information
TriPSs committed Sep 26, 2020
1 parent dc3fa8f commit 1b09e7c
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 115 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic"
},
"resolutions": {
"webtorrent": "0.107.16",
"webtorrent-cli": "3.0.4",
"wrtc": "0.4.1"
},
"dependencies": {
"@hapi/joi": "17.1.1",
"@nestjs/cli": "7.5.1",
Expand All @@ -50,7 +55,7 @@
"graphql": "15.3.0",
"graphql-subscriptions": "^1.1.0",
"ical-generator": "^1.10.0",
"mongoose": "5.9.12",
"mongoose": "5.10.7",
"opensubtitles-api": "^5.1.2",
"p-map": "4.0.0",
"pm2": "^4.4.1",
Expand Down

0 comments on commit 1b09e7c

Please sign in to comment.