File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 7676 "lodash.clone" : " ^4.5.0" ,
7777 "lodash.defaults" : " ^4.2.0" ,
7878 "lodash.defaultsdeep" : " ^4.6.0" ,
79- "multiaddr" : " ^6.0.6 " ,
79+ "multiaddr" : " ^6.1.0 " ,
8080 "once" : " ^1.4.0" ,
8181 "protons" : " ^1.0.1" ,
8282 "rimraf" : " ^2.6.3" ,
8585 "superagent" : " ^5.0.5"
8686 },
8787 "devDependencies" : {
88- "aegir" : " ^18.2.2 " ,
88+ "aegir" : " ^19.0.3 " ,
8989 "chai" : " ^4.2.0" ,
9090 "detect-port" : " ^1.3.0" ,
9191 "dirty-chai" : " ^2.0.1" ,
9292 "go-ipfs-dep" : " ~0.4.21" ,
93- "husky" : " ^1.3 .1" ,
93+ "husky" : " ^2.4 .1" ,
9494 "ipfs" : " ~0.36.3" ,
9595 "is-running" : " ^2.1.0" ,
9696 "lint-staged" : " ^8.1.7" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ describe('ipfsd.api for Daemons', () => {
7171 const fixuresDir = res . find ( file => file . path === 'fixtures' )
7272 expect ( fixuresDir ) . to . have . property (
7373 'hash' ,
74- 'QmR9731QMXHCjK2EvoQZNhMHVE77tGMbgPFXMWPHztMV4a '
74+ 'QmNiv9nS9xipNafXqApzGqwajU8EaXrS2vUPJftg5ZEDUb '
7575 )
7676
7777 const testFile = res . find ( file => file . path === 'fixtures/test.txt' )
Original file line number Diff line number Diff line change 1+ /* eslint-disable no-console */
12'use strict'
23
34console . info ( 'hello' )
You can’t perform that action at this time.
0 commit comments