Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Commit 0a2ab07

Browse files
committed
update deps
1 parent c911536 commit 0a2ab07

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

.aegir.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
'use strict'
2+
3+
const path = require('path')
4+
5+
module.exports = {
6+
webpack: {
7+
resolve: {
8+
alias: {
9+
'node-forge': path.resolve(
10+
path.dirname(require.resolve('libp2p-crypto')),
11+
'../vendor/forge.bundle.js'
12+
)
13+
}
14+
}
15+
}
16+
}

package.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,28 @@
3131
},
3232
"homepage": "https://github.com/ipfs/js-libp2p-ipfs-browser#readme",
3333
"devDependencies": {
34-
"aegir": "^3.0.4",
34+
"aegir": "^3.1.0",
3535
"bl": "^1.1.2",
3636
"chai": "^3.5.0",
3737
"gulp": "^3.9.1",
38-
"libp2p-ipfs": "^0.8.0",
39-
"peer-id": "^0.6.7",
38+
"libp2p-ipfs": "^0.9.0",
39+
"peer-id": "^0.7.0",
4040
"pre-commit": "^1.1.3",
4141
"run-parallel": "^1.1.6",
4242
"webrtcsupport": "^2.2.0"
4343
},
4444
"dependencies": {
4545
"babel-runtime": "^6.9.0",
4646
"libp2p-spdy": "^0.6.1",
47-
"libp2p-swarm": "^0.18.1",
48-
"libp2p-webrtc-star": "^0.1.3",
47+
"libp2p-swarm": "^0.19.0",
48+
"libp2p-webrtc-star": "^0.2.0",
4949
"libp2p-websockets": "^0.6.0",
5050
"multiaddr": "^2.0.2",
51-
"peer-info": "^0.6.2"
52-
},
53-
"aegir": {
54-
"webpack": {
55-
"resolve": {
56-
"alias": {
57-
"node-forge": "../vendor/forge.bundle.js"
58-
}
59-
}
60-
}
51+
"peer-info": "^0.7.0"
6152
},
6253
"contributors": [
6354
"David Dias <[email protected]>",
6455
"dignifiedquire <[email protected]>",
6556
"greenkeeperio-bot <[email protected]>"
6657
]
67-
}
58+
}

0 commit comments

Comments
 (0)