fix dependencies ref

This commit is contained in:
wxzhang 2023-01-12 11:50:20 +08:00
parent 706209904b
commit 4e620d80cb
6 changed files with 8 additions and 20 deletions

View File

@ -15,10 +15,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:^1.0.6" "@voerkai18n/utils": "workspace:latest"
}, },
"devDependencies": {
"@voerkai18n/autopublish": "workspace:^1.0.2"
},
"lastPublish": "2023-01-12T11:37:01+08:00" "lastPublish": "2023-01-12T11:37:01+08:00"
} }

View File

@ -30,8 +30,8 @@
"dependencies": { "dependencies": {
"@babel/cli": "^7.17.6", "@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5", "@babel/core": "^7.17.5",
"@voerkai18n/runtime": "workspace:^1.0.14", "@voerkai18n/runtime": "workspace:latest",
"@voerkai18n/utils": "workspace:^1.0.6", "@voerkai18n/utils": "workspace:latest",
"art-template": "^4.13.2", "art-template": "^4.13.2",
"axios": "^0.26.1", "axios": "^0.26.1",
"commander": "^9.0.0", "commander": "^9.0.0",

View File

@ -11,7 +11,7 @@
"author": "wxzhang", "author": "wxzhang",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@voerkai18n/runtime": "latest" "@voerkai18n/runtime": "workspace:latest"
}, },
"devDependencies": {}, "devDependencies": {},
"peerDependencies": { "peerDependencies": {

View File

@ -13,8 +13,5 @@
"fs-extra": "^10.0.1", "fs-extra": "^10.0.1",
"shelljs": "^0.8.5" "shelljs": "^0.8.5"
}, },
"devDependencies": {
"@voerkai18n/autopublish": "workspace:^1.0.2"
},
"lastPublish": "2023-01-12T11:36:19+08:00" "lastPublish": "2023-01-12T11:36:19+08:00"
} }

View File

@ -10,10 +10,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:^1.0.10" "@voerkai18n/utils": "workspace:latest"
}, },
"devDependencies": {
"@voerkai18n/autopublish": "workspace:^1.0.2"
},
"lastPublish": "2023-01-12T11:37:06+08:00" "lastPublish": "2023-01-12T11:37:06+08:00"
} }

View File

@ -8,9 +8,6 @@
"release": "pnpm autopublish" "release": "pnpm autopublish"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": {
"@voerkai18n/autopublish": "workspace:^1.0.2"
},
"lastPublish": "2023-01-12T11:37:12+08:00" "lastPublish": "2023-01-12T11:37:12+08:00"
} }