Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Update JSX-Slack
Browse files Browse the repository at this point in the history
  • Loading branch information
masataka committed Oct 14, 2023
1 parent 0fde03d commit 88fb48e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions functions/engine/forms.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @jsxImportSource https://esm.sh/jsx-slack@5.3.0 */
/** @jsxImportSource https://esm.sh/v133/jsx-slack@6.0.0 */
import {
Blocks,
Button,
Expand All @@ -10,7 +10,7 @@ import {
Mrkdwn,
Section,
UsersSelect,
} from "https://esm.sh/jsx-slack@5.3.0";
} from "https://esm.sh/v133/jsx-slack@6.0.0";

export type RepositoryMapping = {
repositoryURL: string;
Expand Down
4 changes: 2 additions & 2 deletions functions/engine/renderers.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @jsxImportSource https://esm.sh/jsx-slack@5.3.0 */
/** @jsxImportSource https://esm.sh/v133/jsx-slack@6.0.0 */
import {
Blocks,
Context,
Expand All @@ -7,7 +7,7 @@ import {
Header,
JSXSlack,
Section,
} from "https://esm.sh/jsx-slack@5.3.0";
} from "https://esm.sh/v133/jsx-slack@6.0.0";
import type {
Connection,
KeyValueStore,
Expand Down

0 comments on commit 88fb48e

Please sign in to comment.