Skip to content

Commit

Permalink
chore: bump the api dependency version (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin authored Aug 2, 2024
1 parent 57d62e5 commit 5471dc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
".github/maintainers_guide.md",
".github/CONTRIBUTING.md"
],
"exclude": ["src/schema/slack/functions/_scripts/functions.json"]
"exclude": ["src/schema/slack/functions/_scripts/functions.json"],
"semiColons": true,
"indentWidth": 2,
"lineWidth": 80,
Expand All @@ -20,10 +20,7 @@
},
"lint": {
"include": ["src", "tests", "scripts"],
"exclude": [
"src/schema/slack/functions/_scripts/functions.json",
"**/*.md"
]
"exclude": ["src/schema/slack/functions/_scripts/functions.json", "**/*.md"]
},
"tasks": {
"test": "deno fmt --check && deno lint && deno bundle src/mod.ts && deno test --allow-read --allow-run --parallel src/ tests/",
Expand Down
4 changes: 2 additions & 2 deletions src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.7.1/mod.ts";
export { SlackAPI } from "https://deno.land/x/deno_slack_api@2.8.0/mod.ts";
export type {
SlackAPIClient,
Trigger,
} from "https://deno.land/x/deno_slack_api@2.7.1/types.ts";
} from "https://deno.land/x/deno_slack_api@2.8.0/types.ts";

0 comments on commit 5471dc7

Please sign in to comment.