Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 12, 2024
1 parent 73d811e commit e9c8c4a
Showing 1 changed file with 4 additions and 4 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.210.0/",
"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/",
"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/[email protected]/",
"slack-web-api-client/": "https://deno.land/x/slack_web_api_client@0.7.4/"
"slack-web-api-client/": "https://deno.land/x/slack_web_api_client@0.8.2/"
}
}

0 comments on commit e9c8c4a

Please sign in to comment.