From 24aa416740618d8211044502903184b65f1f4051 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Thu, 30 May 2024 14:17:43 +0800 Subject: [PATCH] chore: 1.20.10 --- .npmrc | 1 + packages/ui/certd-server/.npmrc | 2 ++ packages/ui/certd-server/package.json | 8 ++++---- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 packages/ui/certd-server/.npmrc diff --git a/.npmrc b/.npmrc index e69de29b..893912f5 100644 --- a/.npmrc +++ b/.npmrc @@ -0,0 +1 @@ +link-workspace-packages=deep diff --git a/packages/ui/certd-server/.npmrc b/packages/ui/certd-server/.npmrc new file mode 100644 index 00000000..beae5694 --- /dev/null +++ b/packages/ui/certd-server/.npmrc @@ -0,0 +1,2 @@ +link-workspace-packages=deep +prefer-workspace-packages=true diff --git a/packages/ui/certd-server/package.json b/packages/ui/certd-server/package.json index d0b77bc1..5af46a4f 100644 --- a/packages/ui/certd-server/package.json +++ b/packages/ui/certd-server/package.json @@ -24,10 +24,10 @@ "@alicloud/cs20151215": "^3.0.3", "@alicloud/openapi-client": "^0.4.0", "@alicloud/pop-core": "^1.7.10", - "@certd/acme-client": "workspace:^1.20.10", - "@certd/pipeline": "workspace:^1.20.10", - "@certd/plugin-cert": "workspace:^1.20.10", - "@certd/plugin-util": "workspace:^1.20.10", + "@certd/acme-client": "^1.20.10", + "@certd/pipeline": "^1.20.10", + "@certd/plugin-cert": "^1.20.10", + "@certd/plugin-util": "^1.20.10", "@koa/cors": "^3.4.3", "@midwayjs/bootstrap": "^3.15.0", "@midwayjs/cache": "^3.14.0",