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

Commit 183569d

Browse files
committed
chore: update deps
1 parent 72f2f56 commit 183569d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
sudo: false
22
language: node_js
3+
34
matrix:
45
include:
56
- node_js: stable
67
env: CXX=g++-4.8
78

8-
# Make sure we have new NPM.
9-
before_install:
10-
- npm install -g npm
11-
129
script:
1310
- npm run lint
1411

12+
before_script:
13+
- export DISPLAY=:99.0
14+
- sh -e /etc/init.d/xvfb start
15+
1516
addons:
17+
firefox: 'latest'
1618
apt:
1719
sources:
1820
- ubuntu-toolchain-r-test

package.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,22 @@
3030
},
3131
"homepage": "https://github.com/ipfs/interface-ipfs-core#readme",
3232
"dependencies": {
33-
"aegir": "^12.1.0",
34-
"async": "^2.5.0",
33+
"aegir": "^12.1.3",
34+
"async": "^2.6.0",
3535
"bl": "^1.2.1",
3636
"bs58": "^4.0.1",
3737
"chai": "^4.1.2",
38-
"cids": "^0.5.2",
38+
"cids": "~0.5.2",
3939
"concat-stream": "^1.6.0",
4040
"detect-node": "^2.0.3",
41-
"ipfs-block": "^0.6.0",
42-
"ipld-dag-cbor": "^0.11.1",
43-
"ipld-dag-pb": "^0.11.2",
41+
"ipfs-block": "~0.6.1",
42+
"ipld-dag-cbor": "~0.11.2",
43+
"ipld-dag-pb": "~0.11.3",
4444
"multiaddr": "^3.0.1",
45-
"multihashes": "^0.4.12",
46-
"multihashing-async": "^0.4.7",
47-
"peer-id": "^0.10.2",
48-
"pull-stream": "^3.6.1"
49-
},
50-
"devDependencies": {
45+
"multihashes": "~0.4.12",
46+
"multihashing-async": "~0.4.7",
47+
"peer-id": "~0.10.2",
48+
"pull-stream": "^3.6.1",
5149
"dirty-chai": "^2.0.1"
5250
},
5351
"contributors": [

0 commit comments

Comments
 (0)