From a722803370d3b59ad50eea82edb10189c9b69720 Mon Sep 17 00:00:00 2001 From: marshacb Date: Fri, 15 Dec 2023 16:54:44 -0500 Subject: [PATCH] remove unneeded package --- package.json | 1 - yarn.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/package.json b/package.json index d4d3e63b..b16978bb 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "typedoc-theme-hierarchy": "^4.0.0" }, "dependencies": { - "@babel/plugin-transform-modules-commonjs": "^7.23.3", "@polkadot/api": "^10.11.1", "@substrate/asset-transfer-api-registry": "^0.2.11" } diff --git a/yarn.lock b/yarn.lock index b5c85dd3..a4838aa3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1347,7 +1347,6 @@ __metadata: version: 0.0.0-use.local resolution: "@substrate/asset-transfer-api@workspace:." dependencies: - "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3" "@polkadot/api": "npm:^10.11.1" "@substrate/asset-transfer-api-registry": "npm:^0.2.11" "@substrate/dev": "npm:^0.7.1"