mirror of https://github.com/status-im/js-waku.git
Remove unused dep
This commit is contained in:
parent
a15069b3e3
commit
aaf6b7ee54
|
@ -31,7 +31,6 @@
|
|||
"@types/app-root-path": "^1.2.4",
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/chai": "^4.2.15",
|
||||
"@types/google-protobuf": "^3.7.4",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/secp256k1": "^4.0.2",
|
||||
|
@ -2969,12 +2968,6 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz",
|
||||
"integrity": "sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ=="
|
||||
},
|
||||
"node_modules/@types/google-protobuf": {
|
||||
"version": "3.15.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/google-protobuf/-/google-protobuf-3.15.2.tgz",
|
||||
"integrity": "sha512-ubeqvw7sl6CdgeiIilsXB2jIFoD/D0F+/LIEp7xEBEXRNtDJcf05FRINybsJtL7GlkWOUVn6gJs2W9OF+xI6lg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/graceful-fs": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
|
||||
|
@ -19855,12 +19848,6 @@
|
|||
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz",
|
||||
"integrity": "sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ=="
|
||||
},
|
||||
"@types/google-protobuf": {
|
||||
"version": "3.15.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/google-protobuf/-/google-protobuf-3.15.2.tgz",
|
||||
"integrity": "sha512-ubeqvw7sl6CdgeiIilsXB2jIFoD/D0F+/LIEp7xEBEXRNtDJcf05FRINybsJtL7GlkWOUVn6gJs2W9OF+xI6lg==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/graceful-fs": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
"@types/app-root-path": "^1.2.4",
|
||||
"@types/axios": "^0.14.0",
|
||||
"@types/chai": "^4.2.15",
|
||||
"@types/google-protobuf": "^3.7.4",
|
||||
"@types/mocha": "^8.2.2",
|
||||
"@types/node": "^14.14.31",
|
||||
"@types/secp256k1": "^4.0.2",
|
||||
|
|
Loading…
Reference in New Issue