Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fazo96 committed Feb 26, 2018
1 parent c62d7a4 commit d994d1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion customer-wallet/src/helpers/ipfs.js
@@ -1,4 +1,4 @@
import ChluIPFS from 'chlu-ipfs-support/src'
import ChluIPFS from 'chlu-ipfs-support'

export async function getChluIPFS(type) {
const options = { type }
Expand Down
16 changes: 8 additions & 8 deletions customer-wallet/yarn.lock
Expand Up @@ -1701,7 +1701,7 @@ cheerio@^0.22.0:

"chlu-ipfs-support@https://github.com/ChluNetwork/chlu-ipfs-support.git#events":
version "0.1.0"
resolved "https://github.com/ChluNetwork/chlu-ipfs-support.git#e803cf5db31d4b3243936eb6432c7ea01e77a8ef"
resolved "https://github.com/ChluNetwork/chlu-ipfs-support.git#74bac239a2adbd940c317694421d8885d811ec9d"
dependencies:
bitcoinjs-lib "^3.3.2"
ipfs "~0.27.7"
Expand Down Expand Up @@ -5908,7 +5908,7 @@ level-js@^2.2.4, level-js@~2.2.4:
typedarray-to-buffer "~1.0.0"
xtend "~2.1.2"

level-js@timkuijsten/level.js#idbunwrapper:
"level-js@github:timkuijsten/level.js#idbunwrapper":
version "2.2.3"
resolved "https://codeload.github.com/timkuijsten/level.js/tar.gz/18e03adab34c49523be7d3d58fafb0c632f61303"
dependencies:
Expand Down Expand Up @@ -6950,7 +6950,7 @@ multihashing-async@~0.4.6, multihashing-async@~0.4.7:
murmurhash3js "^3.0.1"
nodeify "^1.0.1"

multiplex@dignifiedquire/multiplex:
"multiplex@github:dignifiedquire/multiplex":
version "6.7.0"
resolved "https://codeload.github.com/dignifiedquire/multiplex/tar.gz/b5d5edd30454e2c978ee8c52df86f5f4840d2eab"
dependencies:
Expand Down Expand Up @@ -7050,8 +7050,8 @@ nock@^9.0.18:
semver "^5.3.0"

node-abi@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.2.0.tgz#e802ac7a2408e2c0593fb3176ffdf8a99a9b4dec"
version "2.3.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.3.0.tgz#f3d554d6ac72a9ee16f0f4dc9548db7c08de4986"
dependencies:
semver "^5.4.1"

Expand Down Expand Up @@ -9597,11 +9597,11 @@ socket.io-client@2.0.4, socket.io-client@^2.0.4:
to-array "0.1.4"

socket.io-parser@~3.1.1:
version "3.1.2"
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-3.1.2.tgz#dbc2282151fc4faebbe40aeedc0772eba619f7f2"
version "3.1.3"
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-3.1.3.tgz#ed2da5ee79f10955036e3da413bfd7f1e4d86c8e"
dependencies:
component-emitter "1.2.1"
debug "~2.6.4"
debug "~3.1.0"
has-binary2 "~1.0.2"
isarray "2.0.1"

Expand Down

0 comments on commit d994d1d

Please sign in to comment.