Skip to content

Commit 4e2f681

Browse files
authoredNov 24, 2021
chore: demand up to date ipjs (#913)
To fix bugs like ipfs/js-ipfs#3938 where Jest ends up resolving browser specific code, use a version of ipjs with the fix.
1 parent a7aad3c commit 4e2f681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"git-authors-cli": "^1.0.33",
9797
"globby": "^11.0.3",
9898
"ipfs-utils": "^9.0.1",
99-
"ipjs": "^5.0.5",
99+
"ipjs": "^5.1.2",
100100
"it-glob": "^1.0.1",
101101
"kleur": "^4.1.4",
102102
"lilconfig": "^2.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.