Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cchensh committed May 26, 2023
1 parent 74c49ee commit a6e9357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions import_map.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"imports": {
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.1.2/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.0/",
"std/": "https://deno.land/std@0.184.0/"
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.1.3/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/"
}
}
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.0.1/mod.ts"
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/deno_slack_hooks@1.1.0/mod.ts"
}
}

0 comments on commit a6e9357

Please sign in to comment.