Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 1, 2024
1 parent e9c8c4a commit 9cea98c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"imports": {
"std/": "https://deno.land/std@0.219.0/",
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.7.0/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.2.0/",
"deno-slack-data-mapper/": "https://deno.land/x/deno_slack_data_mapper@2.4.2/",
"std/": "https://deno.land/std@0.221.0/",
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.9.0/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.3.2/",
"deno-slack-data-mapper/": "https://deno.land/x/deno_slack_data_mapper@2.5.0/",
"slack-web-api-client/": "https://deno.land/x/[email protected]/"
}
}
2 changes: 1 addition & 1 deletion slack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hooks": {
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.2.3/mod.ts"
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.3.0/mod.ts"
}
}

0 comments on commit 9cea98c

Please sign in to comment.