Skip to content

Commit da95cf0

Browse files
Update dependencies (#71)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
1 parent b520f01 commit da95cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

import_map.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
3-
"deno-slack-sdk/": "https://deno.land/x/[email protected].0/",
4-
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.7.0/",
3+
"deno-slack-sdk/": "https://deno.land/x/[email protected].2/",
4+
"deno-slack-api/": "https://deno.land/x/deno_slack_api@2.8.0/",
55
"std/": "https://deno.land/[email protected]/",
66
"mock-fetch/": "https://deno.land/x/[email protected]/"
77
}

slack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"hooks": {
3-
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/[email protected].0/mod.ts"
3+
"get-hooks": "deno run -q --allow-read --allow-net https://deno.land/x/[email protected].1/mod.ts"
44
}
55
}

0 commit comments

Comments
 (0)