Skip to content

Commit

Permalink
Update dependencies (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika authored Mar 30, 2021
1 parent 4921ba0 commit 80d082b
Show file tree
Hide file tree
Showing 10 changed files with 2,848 additions and 7,741 deletions.
1,856 changes: 820 additions & 1,036 deletions p2p-media-loader-core/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions p2p-media-loader-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,32 @@
"url": "https://github.com/Novage/p2p-media-loader.git"
},
"dependencies": {
"bittorrent-tracker": "^9.15.0",
"bittorrent-tracker": "^9.16.1",
"debug": "^4.3.1",
"events": "^3.2.0",
"events": "^3.3.0",
"sha.js": "^2.4.11",
"simple-peer": "^9.9.3"
"simple-peer": "^9.10.0"
},
"devDependencies": {
"@types/assert": "^1.5.2",
"@types/assert": "^1.5.4",
"@types/debug": "^4.1.5",
"@types/events": "^3.0.0",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.10",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.37",
"@types/sha.js": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"browserify": "^17.0.0",
"copyfiles": "^2.4.1",
"eslint": "^7.14.0",
"eslint": "^7.23.0",
"mkdirp": "^1.0.4",
"mocha": "^8.2.1",
"terser": "^5.5.1",
"ts-loader": "^8.0.11",
"mocha": "^8.3.2",
"terser": "^5.6.1",
"ts-loader": "^8.1.0",
"ts-mockito": "^2.6.1",
"ts-node": "^9.0.0",
"typescript": "^4.1.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0"
"ts-node": "^9.1.1",
"typescript": "^4.2.3",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0"
}
}
2 changes: 1 addition & 1 deletion p2p-media-loader-core/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.base.json",
"compilerOptions": {
"noEmit": true,
"types": [],
"types": ["node"],
},
"include": ["test/**/*"],
}
Loading

0 comments on commit 80d082b

Please sign in to comment.