Skip to content

Commit

Permalink
chore(deps): bump cloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jun 3, 2024
1 parent 755ffda commit fc05b28
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 69 deletions.
2 changes: 1 addition & 1 deletion packages/connectors/connector-logto-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"devDependencies": {
"@logto/cloud": "0.2.5-38aae44",
"@logto/cloud": "0.2.5-a7eedce",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@fontsource/roboto-mono": "^5.0.0",
"@jest/types": "^29.5.0",
"@logto/cloud": "0.2.5-38aae44",
"@logto/cloud": "0.2.5-a7eedce",
"@logto/connector-kit": "workspace:^3.0.0",
"@logto/core-kit": "workspace:^2.5.0",
"@logto/language-kit": "workspace:^1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ export default function FinalConfirmationModal({
removeTenant(tenant.id);
}

// TODO:
// @ts-expect-error bump the version of @logto/cloud will fix this
await cloudApi.delete('/api/me', {});
await cloudApi.delete('/api/me');
await signOut(postSignOutRedirectUri.href);
} catch (error) {
setDeletionError(error instanceof Error ? error : new Error(String(error)));
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@logto/cloud": "0.2.5-38aae44",
"@logto/cloud": "0.2.5-a7eedce",
"@silverhand/eslint-config": "6.0.1",
"@silverhand/ts-config": "6.0.0",
"@types/debug": "^4.1.7",
Expand Down
Loading

0 comments on commit fc05b28

Please sign in to comment.