Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 10, 2024
1 parent 2dfbfe9 commit 18d61f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.223.0/",
"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/",
"deno-slack-data-mapper/": "https://deno.land/x/[email protected].0/",
"slack-web-api-client/": "https://deno.land/x/slack_web_api_client@0.11.0/"
"std/": "https://deno.land/std@0.224.0/",
"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.14.2/",
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
"deno-slack-data-mapper/": "https://deno.land/x/[email protected].2/",
"slack-web-api-client/": "https://deno.land/x/slack_web_api_client@1.1.2/"
}
}
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/[email protected].0/mod.ts"
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/[email protected].1/mod.ts"
}
}

0 comments on commit 18d61f6

Please sign in to comment.