Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit a85cf70

Browse files
committed
chore: update deps
1 parent b16115c commit a85cf70

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ dist
3737
test/test-data/go-ipfs-repo/LOCK
3838
test/test-data/go-ipfs-repo/LOG
3939
test/test-data/go-ipfs-repo/LOG.old
40+
41+
# while testing npm5
42+
package-lock.json

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@
6363
"devDependencies": {
6464
"aegir": "^11.0.2",
6565
"buffer-loader": "0.0.1",
66-
"chai": "^4.1.0",
66+
"chai": "^4.1.1",
6767
"delay": "^2.0.0",
6868
"detect-node": "^2.0.3",
6969
"dir-compare": "^1.4.0",
7070
"dirty-chai": "^2.0.1",
71-
"eslint-plugin-react": "^7.1.0",
72-
"execa": "^0.7.0",
71+
"eslint-plugin-react": "^7.2.1",
72+
"execa": "^0.8.0",
7373
"expose-loader": "^0.7.3",
7474
"form-data": "^2.2.0",
7575
"gulp": "^3.9.1",
7676
"interface-ipfs-core": "~0.30.1",
7777
"ipfsd-ctl": "~0.21.0",
7878
"left-pad": "^1.1.3",
7979
"lodash": "^4.17.4",
80-
"mocha": "^3.4.2",
80+
"mocha": "^3.5.0",
8181
"ncp": "^2.0.0",
8282
"nexpect": "^0.5.0",
8383
"pre-commit": "^1.2.2",
@@ -93,13 +93,13 @@
9393
"bl": "^1.2.1",
9494
"boom": "^5.2.0",
9595
"cids": "^0.5.1",
96-
"debug": "^2.6.8",
96+
"debug": "^3.0.0",
9797
"fsm-event": "^2.1.0",
9898
"glob": "^7.1.2",
99-
"hapi": "^16.5.0",
99+
"hapi": "^16.5.2",
100100
"hapi-set-header": "^1.0.2",
101101
"hoek": "^4.2.0",
102-
"ipfs-api": "^14.1.1",
102+
"ipfs-api": "^14.1.2",
103103
"ipfs-bitswap": "~0.15.0",
104104
"ipfs-block": "~0.6.0",
105105
"ipfs-block-service": "~0.12.0",
@@ -202,4 +202,4 @@
202202
"tcme <hi@this-connect.me>",
203203
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <victorbjelkholm@gmail.com>"
204204
]
205-
}
205+
}

0 commit comments

Comments
 (0)