diff --git a/client/deps.ts b/client/deps.ts index 57d7b44..9454742 100644 --- a/client/deps.ts +++ b/client/deps.ts @@ -18,8 +18,8 @@ * along with this program. If not, see . */ -export { unreachable } from "https://deno.land/std@0.222.1/assert/unreachable.ts"; -export { unimplemented } from "https://deno.land/std@0.222.1/assert/unimplemented.ts"; +export { unreachable } from "https://deno.land/std@0.223.0/assert/unreachable.ts"; +export { unimplemented } from "https://deno.land/std@0.223.0/assert/unimplemented.ts"; export type { BotCommand, @@ -50,8 +50,8 @@ export type { Story, Update, User, -} from "https://deno.land/x/mtkruto@0.1.201/mod.ts"; -export { cleanObject } from "https://deno.land/x/mtkruto@0.1.201/utilities/0_object.ts"; -export { Composer } from "https://deno.land/x/mtkruto@0.1.201/client/1_composer.ts"; -export { resolve } from "https://deno.land/x/mtkruto@0.1.201/client/0_utilities.ts"; +} from "https://deno.land/x/mtkruto@0.1.400/mod.ts"; +export { cleanObject } from "https://deno.land/x/mtkruto@0.1.400/utilities/0_object.ts"; +export { Composer } from "https://deno.land/x/mtkruto@0.1.400/client/1_composer.ts"; +export { resolve } from "https://deno.land/x/mtkruto@0.1.400/client/0_utilities.ts"; export type { AllowedMethod } from "../allowed_methods.ts"; diff --git a/deno.jsonc b/deno.jsonc index f1ae79e..0e6d511 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -8,7 +8,7 @@ }, "imports": { "mtkruto/": "./MTKruto/", - "std/": "https://deno.land/std@0.222.1/", + "std/": "https://deno.land/std@0.223.0/", "preact": "https://esm.sh/preact@10.20.1", "preact/": "https://esm.sh/preact@10.20.1/", "ts_morph/": "https://deno.land/x/ts_morph@19.0.0/",