mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-25 04:32:26 +00:00
chore: update deps
This commit is contained in:
parent
f8f52665f7
commit
48eefa1b40
10
package.json
10
package.json
@ -5,14 +5,14 @@
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"lint": "aegir lint",
|
||||
"test": "aegir test --t node",
|
||||
"test": "aegir test -t node",
|
||||
"release": "aegir release -t node --no-build",
|
||||
"release-minor": "aegir release -t node --type minor --no-build",
|
||||
"release-major": "aegir-release -t node --type major --no-build",
|
||||
"coverage": "aegir coverage",
|
||||
"coverage-publish": "aegir coverage --provider coveralls"
|
||||
},
|
||||
"pre-commit": [
|
||||
"pre-push": [
|
||||
"lint",
|
||||
"test"
|
||||
],
|
||||
@ -34,11 +34,11 @@
|
||||
"npm": ">=3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aegir": "^12.3.0",
|
||||
"aegir": "^12.4.0",
|
||||
"chai": "^4.1.2",
|
||||
"dirty-chai": "^2.0.1",
|
||||
"interface-transport": "~0.3.5",
|
||||
"lodash.isfunction": "^3.0.8",
|
||||
"lodash.isfunction": "^3.0.9",
|
||||
"pre-commit": "^1.2.2",
|
||||
"pull-stream": "^3.6.1"
|
||||
},
|
||||
@ -47,7 +47,7 @@
|
||||
"interface-connection": "~0.3.2",
|
||||
"ip-address": "^5.8.9",
|
||||
"lodash.includes": "^4.3.0",
|
||||
"lodash.isfunction": "^3.0.8",
|
||||
"lodash.isfunction": "^3.0.9",
|
||||
"mafmt": "^3.0.2",
|
||||
"multiaddr": "^3.0.2",
|
||||
"once": "^1.4.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user