Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Apr 16, 2024
1 parent fa324a4 commit 990df2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions client/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

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,
Expand Down Expand Up @@ -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";
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit 990df2d

Please sign in to comment.