Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 18, 2019
1 parent 19ea4ef commit b60ee07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"lodash.clone": "^4.5.0",
"lodash.defaults": "^4.2.0",
"lodash.defaultsdeep": "^4.6.0",
"multiaddr": "^6.0.6",
"multiaddr": "^6.1.0",
"once": "^1.4.0",
"protons": "^1.0.1",
"rimraf": "^2.6.3",
Expand All @@ -85,12 +85,12 @@
"superagent": "^5.0.5"
},
"devDependencies": {
"aegir": "^18.2.2",
"aegir": "^19.0.3",
"chai": "^4.2.0",
"detect-port": "^1.3.0",
"dirty-chai": "^2.0.1",
"go-ipfs-dep": "~0.4.21",
"husky": "^1.3.1",
"husky": "^2.4.1",
"ipfs": "~0.36.3",
"is-running": "^2.1.0",
"lint-staged": "^8.1.7",
Expand Down
2 changes: 1 addition & 1 deletion test/api.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('ipfsd.api for Daemons', () => {
const fixuresDir = res.find(file => file.path === 'fixtures')
expect(fixuresDir).to.have.property(
'hash',
'QmR9731QMXHCjK2EvoQZNhMHVE77tGMbgPFXMWPHztMV4a'
'QmNiv9nS9xipNafXqApzGqwajU8EaXrS2vUPJftg5ZEDUb'
)

const testFile = res.find(file => file.path === 'fixtures/test.txt')
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/talky.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable no-console */
'use strict'

console.info('hello')
Expand Down

0 comments on commit b60ee07

Please sign in to comment.