From 4e620d80cb3993d3827c0109ce3bc4bf557a6680 Mon Sep 17 00:00:00 2001 From: wxzhang Date: Thu, 12 Jan 2023 11:50:20 +0800 Subject: [PATCH] fix dependencies ref --- packages/babel/package.json | 7 ++----- packages/cli/package.json | 4 ++-- packages/react/package.json | 2 +- packages/utils/package.json | 3 --- packages/vite/package.json | 7 ++----- packages/vue/package.json | 5 +---- 6 files changed, 8 insertions(+), 20 deletions(-) diff --git a/packages/babel/package.json b/packages/babel/package.json index 644a26c..cacb5e2 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -15,10 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@voerkai18n/utils": "workspace:^1.0.6" - }, - "devDependencies": { - "@voerkai18n/autopublish": "workspace:^1.0.2" - }, + "@voerkai18n/utils": "workspace:latest" + }, "lastPublish": "2023-01-12T11:37:01+08:00" } \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index ce79646..5bd1d73 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -30,8 +30,8 @@ "dependencies": { "@babel/cli": "^7.17.6", "@babel/core": "^7.17.5", - "@voerkai18n/runtime": "workspace:^1.0.14", - "@voerkai18n/utils": "workspace:^1.0.6", + "@voerkai18n/runtime": "workspace:latest", + "@voerkai18n/utils": "workspace:latest", "art-template": "^4.13.2", "axios": "^0.26.1", "commander": "^9.0.0", diff --git a/packages/react/package.json b/packages/react/package.json index bd04b18..d62cecc 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -11,7 +11,7 @@ "author": "wxzhang", "license": "ISC", "dependencies": { - "@voerkai18n/runtime": "latest" + "@voerkai18n/runtime": "workspace:latest" }, "devDependencies": {}, "peerDependencies": { diff --git a/packages/utils/package.json b/packages/utils/package.json index 5f5c90c..3135617 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -13,8 +13,5 @@ "fs-extra": "^10.0.1", "shelljs": "^0.8.5" }, - "devDependencies": { - "@voerkai18n/autopublish": "workspace:^1.0.2" - }, "lastPublish": "2023-01-12T11:36:19+08:00" } \ No newline at end of file diff --git a/packages/vite/package.json b/packages/vite/package.json index d5c5cc6..2353726 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -10,10 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "@voerkai18n/utils": "workspace:^1.0.10" - }, - "devDependencies": { - "@voerkai18n/autopublish": "workspace:^1.0.2" - }, + "@voerkai18n/utils": "workspace:latest" + }, "lastPublish": "2023-01-12T11:37:06+08:00" } \ No newline at end of file diff --git a/packages/vue/package.json b/packages/vue/package.json index 74237b0..18ec29e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -8,9 +8,6 @@ "release": "pnpm autopublish" }, "author": "", - "license": "ISC", - "devDependencies": { - "@voerkai18n/autopublish": "workspace:^1.0.2" - }, + "license": "ISC", "lastPublish": "2023-01-12T11:37:12+08:00" } \ No newline at end of file