Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
chore: replace gh dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Aug 3, 2020
1 parent f75198f commit af9dea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"dependencies": {
"class-is": "^1.1.0",
"multibase": "^3.0.0",
"multicodec": "multiformats/js-multicodec#fix/replace-node-buffers-with-uint8arrays",
"multihashes": "multiformats/js-multihash#fix/replace-node-buffers-with-uint8arrays",
"multicodec": "^2.0.0",
"multihashes": "^3.0.0",
"uint8arrays": "^1.0.0"
},
"devDependencies": {
"aegir": "^25.0.0",
"multihashing-async": "multiformats/js-multihashing-async#fix/replace-node-buffers-with-uint8arrays"
"multihashing-async": "^2.0.0"
},
"engines": {
"node": ">=4.0.0",
Expand Down

0 comments on commit af9dea1

Please sign in to comment.