From aaf6b7ee54a02b0296be5698e69f6e4c0eb967c3 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 20 Aug 2021 10:29:10 +1000 Subject: [PATCH] Remove unused dep --- package-lock.json | 13 ------------- package.json | 1 - 2 files changed, 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2806503104..a2d80c80d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index b7a1dd9de6..7b40408ecd 100644 --- a/package.json +++ b/package.json @@ -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",