Skip to content

Commit

Permalink
Merge pull request #582 from ipfs-shipyard/fix/issue-485
Browse files Browse the repository at this point in the history
fix: slow window.ipfs.files.add in Firefox
  • Loading branch information
lidel committed Sep 17, 2018
2 parents c965ae8 + 6f6e5b3 commit e4388fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"ipfs-api": "24.0.1",
"ipfs-css": "0.8.0",
"ipfs-http-response": "0.1.4",
"ipfs-postmsg-proxy": "3.0.0",
"ipfs-postmsg-proxy": "3.1.1",
"is-ipfs": "0.4.2",
"is-svg": "3.0.0",
"lru-cache": "4.1.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5305,9 +5305,9 @@ ipfs-multipart@~0.1.0:
content "^3.0.0"
dicer "^0.2.5"

ipfs-postmsg-proxy@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-3.0.0.tgz#893b9135299154ca110851a952ea11f288afca09"
ipfs-postmsg-proxy@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-3.1.1.tgz#7f14fcaecddcd1ca41d2ee077757efe234c92ac0"
dependencies:
big.js "^5.1.2"
callbackify "^1.1.0"
Expand All @@ -5317,7 +5317,7 @@ ipfs-postmsg-proxy@3.0.0:
is-pull-stream "0.0.0"
is-stream "^1.1.0"
multiaddr "^5.0.0"
peer-id "^0.10.7"
peer-id "^0.11.0"
peer-info "^0.14.1"
postmsg-rpc "^2.4.0"
prepost "^1.1.0"
Expand Down Expand Up @@ -8601,7 +8601,7 @@ peer-id@^0.10.7, peer-id@~0.10.0, peer-id@~0.10.7:
lodash "^4.17.5"
multihashes "~0.4.13"

peer-id@~0.11.0:
peer-id@^0.11.0, peer-id@~0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/peer-id/-/peer-id-0.11.0.tgz#71bd3fad8fed00e1e0868e5861c79de46ceb3788"
dependencies:
Expand Down

0 comments on commit e4388fd

Please sign in to comment.