mirror of
https://github.com/logto-io/logto.git
synced 2025-03-17 22:31:28 -05:00
chore(deps): upgrade @logto/cloud
This commit is contained in:
parent
9d1349ee76
commit
f7e1176554
6 changed files with 12 additions and 14 deletions
|
@ -52,7 +52,7 @@
|
|||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@logto/cloud": "0.2.5-e5d8200",
|
||||
"@logto/cloud": "0.2.5-72891e6",
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"devDependencies": {
|
||||
"@fontsource/roboto-mono": "^5.0.0",
|
||||
"@jest/types": "^29.5.0",
|
||||
"@logto/cloud": "0.2.5-e5d8200",
|
||||
"@logto/cloud": "0.2.5-72891e6",
|
||||
"@logto/connector-kit": "workspace:^3.0.0",
|
||||
"@logto/core-kit": "workspace:^2.4.0",
|
||||
"@logto/language-kit": "workspace:^1.1.0",
|
||||
|
|
|
@ -50,7 +50,6 @@ function CreateTenantModal({ isOpen, onClose }: Props) {
|
|||
const cloudApi = useCloudApi();
|
||||
|
||||
const createTenant = async ({ name, tag, regionName }: CreateTenantData) => {
|
||||
// @ts-expect-error will be removed once we bump the `@logto/cloud` version
|
||||
const newTenant = await cloudApi.post('/api/tenants', { body: { name, tag, regionName } });
|
||||
onClose(newTenant);
|
||||
};
|
||||
|
|
|
@ -36,7 +36,6 @@ function CreateTenant() {
|
|||
|
||||
const onCreateClick = handleSubmit(
|
||||
trySubmitSafe(async ({ name, regionName }: CreateTenantForm) => {
|
||||
// @ts-expect-error will be removed once we bump the `@logto/cloud` version
|
||||
const newTenant = await cloudApi.post('/api/tenants', { body: { name, regionName } });
|
||||
prependTenant(newTenant);
|
||||
navigate(joinPath(OnboardingRoute.Onboarding, newTenant.id, OnboardingPage.SignInExperience));
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@logto/cloud": "0.2.5-e5d8200",
|
||||
"@logto/cloud": "0.2.5-72891e6",
|
||||
"@silverhand/eslint-config": "6.0.1",
|
||||
"@silverhand/ts-config": "6.0.0",
|
||||
"@types/debug": "^4.1.7",
|
||||
|
|
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
|
@ -1287,8 +1287,8 @@ importers:
|
|||
version: 3.22.4
|
||||
devDependencies:
|
||||
'@logto/cloud':
|
||||
specifier: 0.2.5-e5d8200
|
||||
version: 0.2.5-e5d8200(zod@3.22.4)
|
||||
specifier: 0.2.5-72891e6
|
||||
version: 0.2.5-72891e6(zod@3.22.4)
|
||||
'@rollup/plugin-commonjs':
|
||||
specifier: ^25.0.7
|
||||
version: 25.0.7(rollup@4.12.0)
|
||||
|
@ -2773,8 +2773,8 @@ importers:
|
|||
specifier: ^29.5.0
|
||||
version: 29.5.0
|
||||
'@logto/cloud':
|
||||
specifier: 0.2.5-e5d8200
|
||||
version: 0.2.5-e5d8200(zod@3.22.4)
|
||||
specifier: 0.2.5-72891e6
|
||||
version: 0.2.5-72891e6(zod@3.22.4)
|
||||
'@logto/connector-kit':
|
||||
specifier: workspace:^3.0.0
|
||||
version: link:../toolkit/connector-kit
|
||||
|
@ -3272,8 +3272,8 @@ importers:
|
|||
version: 3.22.4
|
||||
devDependencies:
|
||||
'@logto/cloud':
|
||||
specifier: 0.2.5-e5d8200
|
||||
version: 0.2.5-e5d8200(zod@3.22.4)
|
||||
specifier: 0.2.5-72891e6
|
||||
version: 0.2.5-72891e6(zod@3.22.4)
|
||||
'@silverhand/eslint-config':
|
||||
specifier: 6.0.1
|
||||
version: 6.0.1(eslint@8.57.0)(prettier@3.0.0)(typescript@5.3.3)
|
||||
|
@ -5182,8 +5182,8 @@ packages:
|
|||
'@logto/client@2.6.6':
|
||||
resolution: {integrity: sha512-QT7jMnzEIWHBNrf9/M8p1OErRBbbNZjoekXGji5aZCyUh975hh8+GEBL21HV71FT3H/5Cq4Gf1GzUbAIW3izMA==}
|
||||
|
||||
'@logto/cloud@0.2.5-e5d8200':
|
||||
resolution: {integrity: sha512-/ZPaiIU7ORfKtNqsopVg4jxDt/sM6CGAGny06ppv/2FNsL7h8rX6JXOUyyKmT6ffCh/K/5s2HZe7v86zx5gENQ==}
|
||||
'@logto/cloud@0.2.5-72891e6':
|
||||
resolution: {integrity: sha512-y0rKpGC0socxURg4rXZxW0FbFOfALEgXGWhwTMecHhU90NpVFYKydKMb3OCBWk7OuhxZl3NwZh4JxuBH3EiCxw==}
|
||||
engines: {node: ^20.9.0}
|
||||
|
||||
'@logto/js@4.1.1':
|
||||
|
@ -14705,7 +14705,7 @@ snapshots:
|
|||
camelcase-keys: 7.0.2
|
||||
jose: 5.2.2
|
||||
|
||||
'@logto/cloud@0.2.5-e5d8200(zod@3.22.4)':
|
||||
'@logto/cloud@0.2.5-72891e6(zod@3.22.4)':
|
||||
dependencies:
|
||||
'@silverhand/essentials': 2.9.1
|
||||
'@withtyped/server': 0.13.6(zod@3.22.4)
|
||||
|
|
Loading…
Add table
Reference in a new issue