Skip to content

Commit

Permalink
chore: dependency updates (#720)
Browse files Browse the repository at this point in the history
switch to chrome-net v3.3.2
Release includes feross/chrome-net#36
(improved feature-detection of chrome.sockets)

+ usual dependency updates
  • Loading branch information
lidel authored Jun 2, 2019
1 parent 52cd633 commit ea21935
Show file tree
Hide file tree
Showing 2 changed files with 397 additions and 207 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"multiaddr": "6.0.6"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"babel-loader": "8.0.5",
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"babel-loader": "8.0.6",
"babel-plugin-syntax-async-generators": "6.13.0",
"chai": "4.2.0",
"cross-env": "5.2.0",
Expand All @@ -88,52 +88,52 @@
"firefox-addons-add-update-version": "https://github.com/lidel/firefox-addons-add-update-version/tarball/7901bf69b4ed122a20cd5e10ed7f8dae9b00dde7/firefox-addons-add-update-version.tar.gz",
"fs-promise": "2.0.3",
"get-firefox": "2.2.1",
"husky": "2.2.0",
"husky": "2.3.0",
"ignore-styles": "5.0.1",
"json": "9.0.6",
"mem-storage-area": "1.0.3",
"mocha": "6.1.4",
"npm-run-all": "4.1.5",
"nyc": "14.1.0",
"nyc": "14.1.1",
"raw-loader": "2.0.0",
"request-progress": "3.0.0",
"shx": "0.3.2",
"simple-progress-webpack-plugin": "1.1.2",
"sinon": "7.3.2",
"sinon-chrome": "3.0.1",
"standard": "12.0.1",
"tar": "4.4.8",
"terser": "3.17.0",
"terser-webpack-plugin": "1.2.3",
"tar": "4.4.9",
"terser": "4.0.0",
"terser-webpack-plugin": "1.3.0",
"transform-loader": "0.2.4",
"web-ext": "3.0.0",
"webpack": "4.30.0",
"webpack": "4.32.2",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.3.2",
"webpack-merge": "4.2.1"
},
"dependencies": {
"@material/switch": "2.0.0",
"@material/switch": "2.3.0",
"browser-process-hrtime": "1.0.0",
"choo": "6.13.3",
"chrome-dgram": "3.0.1",
"chrome-net": "https://github.com/lidel/chrome-net/tarball/838ffde4a33721888f74783821e0486dfcc88797/chrome-net.tar.gz",
"chrome-net": "3.3.2",
"debug": "4.1.1",
"doc-sniff": "1.0.1",
"drag-and-drop-files": "0.0.1",
"file-type": "11.0.0",
"file-type": "11.1.0",
"filesize": "4.1.2",
"http-dns": "3.0.1",
"http-node": "1.2.0",
"ipfs": "https://github.com/lidel/js-ipfs/tarball/4081cbd69a252ec8adcec1e965724246669c9e9f/js-ipfs.tar.gz",
"ipfs-css": "0.12.0",
"ipfs-http-client": "30.1.4",
"ipfs-http-response": "0.2.2",
"ipfs-http-client": "32.0.1",
"ipfs-http-response": "0.3.0",
"ipfs-postmsg-proxy": "3.1.1",
"ipfsx": "0.17.0",
"is-fqdn": "1.0.1",
"is-ipfs": "0.6.0",
"is-svg": "4.1.0",
"is-ipfs": "0.6.1",
"is-svg": "4.2.0",
"lru-cache": "5.1.1",
"merge-options": "1.0.1",
"mime-types": "2.1.24",
Expand Down
Loading

0 comments on commit ea21935

Please sign in to comment.