Skip to content

Commit 91a1f4c

Browse files
authored
fix: ts types after multihashing-async release (ipfs#3529)
The new types in multihashing-async are unsurprisingly stricter than using no types at all. fixes ipfs#3527
1 parent 21e6185 commit 91a1f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"rimraf": "^3.0.2",
16-
"test-ipfs-example": "^2.0.3"
16+
"test-ipfs-example": "^3.0.0"
1717
},
1818
"scripts": {
1919
"start": "react-scripts start",

0 commit comments

Comments
 (0)