fix: missing dependency

This commit is contained in:
fryorcraken.eth 2022-11-04 15:34:42 +11:00
parent 2f5e08e52b
commit d9cdb78f8a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 4 additions and 1 deletions

2
package-lock.json generated
View File

@ -22898,6 +22898,7 @@
"dependencies": {
"@noble/secp256k1": "^1.3.4",
"@waku/byte-utils": "*",
"@waku/core": "*",
"@waku/interfaces": "*",
"js-sha3": "^0.8.0"
},
@ -27661,6 +27662,7 @@
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@waku/byte-utils": "*",
"@waku/core": "*",
"@waku/interfaces": "*",
"chai": "^4.3.6",
"cspell": "^5.14.0",

View File

@ -59,7 +59,8 @@
"@noble/secp256k1": "^1.3.4",
"@waku/byte-utils": "*",
"@waku/interfaces": "*",
"js-sha3": "^0.8.0"
"js-sha3": "^0.8.0",
"@waku/core": "*"
},
"devDependencies": {
"fast-check": "^2.14.0",