Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 19, 2024
1 parent 43018a6 commit dd43a98
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dependencies/deno_slack_api.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/deno_slack_api@2.3.2/mod.ts";
export * from "https://deno.land/x/deno_slack_api@2.4.0/mod.ts";
2 changes: 1 addition & 1 deletion dependencies/deno_slack_api_typed_method_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/deno_slack_api@2.3.2/typed-method-types/apps.ts";
export * from "https://deno.land/x/deno_slack_api@2.4.0/typed-method-types/apps.ts";
2 changes: 1 addition & 1 deletion dependencies/deno_slack_api_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/deno_slack_api@2.3.2/types.ts";
export * from "https://deno.land/x/deno_slack_api@2.4.0/types.ts";
2 changes: 1 addition & 1 deletion dependencies/deno_slack_sdk.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/deno_slack_sdk@2.9.0/mod.ts";
export * from "https://deno.land/x/deno_slack_sdk@2.10.0/mod.ts";
4 changes: 2 additions & 2 deletions dependencies/logger.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { ConsoleHandler } from "https://deno.land/std@0.221.0/log/console_handler.ts";
export * from "https://deno.land/std@0.221.0/log/mod.ts";
export { ConsoleHandler } from "https://deno.land/std@0.223.0/log/console_handler.ts";
export * from "https://deno.land/std@0.223.0/log/mod.ts";
2 changes: 1 addition & 1 deletion dependencies/testing_asserts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.221.0/assert/mod.ts";
export * from "https://deno.land/std@0.223.0/assert/mod.ts";
4 changes: 2 additions & 2 deletions test-app/import_map.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.5.0/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.2/"
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.10.0/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.4.0/"
}
}

0 comments on commit dd43a98

Please sign in to comment.