From f03a5b14e9b907bdc8323969477cd1f532db92b0 Mon Sep 17 00:00:00 2001 From: pomelo-nwu Date: Tue, 22 Nov 2022 10:00:51 +0800 Subject: [PATCH] feat: remove ali deps --- .npmrc | 2 ++ packages/gi-portal/package.json | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.npmrc b/.npmrc index 4a77a6b54..e21cbf73e 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,5 @@ + # 修改仓库镜像(中国镜像) +registry=https://registry.npmmirror.com # pnpm auto-install-peers=true git-checks=false \ No newline at end of file diff --git a/packages/gi-portal/package.json b/packages/gi-portal/package.json index c6376b501..39f6a4bc0 100644 --- a/packages/gi-portal/package.json +++ b/packages/gi-portal/package.json @@ -20,10 +20,7 @@ "react": "17.x", "react-dom": "17.x" }, - "dependencies": { - "@ali/global-locale": "^1.0.5", - "@ali/global-string-format": "^1.0.7" - }, + "dependencies": {}, "author": "AntV", "license": "MIT", "publishConfig": {