From 2e34b0d20cac257116026200895faa3bb1e4a815 Mon Sep 17 00:00:00 2001 From: chaitanyapotti Date: Tue, 3 Oct 2023 14:46:46 +0800 Subject: [PATCH] remove dep --- package-lock.json | 22 ---------------------- packages/core/package.json | 1 - 2 files changed, 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index f73b604e..54caf8ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4387,27 +4387,6 @@ "resolved": "packages/web-storage", "link": true }, - "node_modules/@tkey/common-types": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/@tkey/common-types/-/common-types-11.0.3.tgz", - "integrity": "sha512-GW3wMKMnl0WTvg4Hsk5F1HjvYe1mK1XtDSXmvX0mM8+SVc36AhHfSVZqnKfpZB2Y0e+HZVLMnt5/3xSps1hsvg==", - "dependencies": { - "@toruslabs/customauth": "^16.0.6", - "@toruslabs/eccrypto": "^4.0.0", - "@toruslabs/torus.js": "^11.0.5", - "bn.js": "^5.2.1", - "elliptic": "^6.5.4", - "serialize-error": "^8.1.0", - "ts-custom-error": "^3.3.1" - }, - "engines": { - "node": ">=18.x", - "npm": ">=9.x" - }, - "peerDependencies": { - "@babel/runtime": "7.x" - } - }, "node_modules/@tootallnate/once": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", @@ -24302,7 +24281,6 @@ "license": "MIT", "dependencies": { "@tkey-mpc/common-types": "^8.2.2", - "@tkey/common-types": "^11.0.3", "@toruslabs/eccrypto": "^4.0.0", "@toruslabs/http-helpers": "^5.0.0", "@toruslabs/rss-client": "^1.5.0", diff --git a/packages/core/package.json b/packages/core/package.json index b1d34ae4..6142a232 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -36,7 +36,6 @@ "dependencies": { "@tkey-mpc/common-types": "^8.2.2", "@toruslabs/rss-client": "^1.5.0", - "@tkey/common-types": "^11.0.3", "@toruslabs/eccrypto": "^4.0.0", "@toruslabs/http-helpers": "^5.0.0", "@toruslabs/torus.js": "^11.0.5",