Skip to content

Commit

Permalink
Merge branch 'master' of github.com:srcrip/live_toast
Browse files Browse the repository at this point in the history
  • Loading branch information
srcrip committed Jul 6, 2024
2 parents f1d86a1 + 66e898c commit 6519266
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { ViewHook } from "../deps/phoenix_live_view"

declare const createLiveToastHook: () => ViewHook

export { createLiveToastHook }
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule LiveToast.MixProject do
defp deps do
[
{:phoenix, ">= 1.7.0"},
{:phoenix_live_view, ">= 0.18.0"},
{:phoenix_live_view, ">= 0.20.0"},
{:ecto, ">= 3.11.0"},
{:esbuild, "~> 0.2", only: :dev},
{:bandit, "~> 1.1", only: :dev},
Expand Down

0 comments on commit 6519266

Please sign in to comment.