diff --git a/package.json b/package.json index 39609f1c812..575385f84cd 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ } }, "dependencies": { - "@logto/cli": "workspace:^1.1.0", - "@logto/translate": "workspace:^0.0.0" + "@logto/cli": "workspace:^", + "@logto/translate": "workspace:^" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7aa7d468eb2..ad544bca239 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,10 +12,10 @@ importers: .: dependencies: '@logto/cli': - specifier: workspace:^1.1.0 + specifier: workspace:^ version: link:packages/cli '@logto/translate': - specifier: workspace:^0.0.0 + specifier: workspace:^ version: link:packages/translate devDependencies: '@changesets/cli':