Skip to content

Commit

Permalink
fix: revert deps upgrades (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored May 6, 2023
1 parent d2a8ce1 commit 74c878e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 30 deletions.
75 changes: 48 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
],
"dependencies": {
"@multiformats/blake2": "^1.0.13",
"@multiformats/murmur3": "^2.1.3",
"@multiformats/murmur3": "^1.1.3",
"@multiformats/sha3": "^2.0.15",
"multiformats": "^11.0.2"
"multiformats": "9.9.0",
"uint8arrays": "^3.1.1"
},
"devDependencies": {
"@ipld/car": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
keccak512
// @ts-expect-error types not well published
} from '@multiformats/sha3'
import { equals } from 'multiformats/bytes'
import { equals } from 'uint8arrays'

/**
* @typedef {object} Block
Expand Down

0 comments on commit 74c878e

Please sign in to comment.