Skip to content

Commit

Permalink
update storybook with alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
phcurado committed May 14, 2024
1 parent f3c64a0 commit 112edbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daisy_ui_components_site/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule DaisyUIComponentsSite.MixProject do
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.2"},
{:phoenix_storybook, "~> 0.6.0"},
{:daisy_ui_components, "~> 0.1.0"}
{:daisy_ui_components, "~> 0.1.1"}
# {:daisy_ui_components, path: "../"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion daisy_ui_components_site/mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{
"bandit": {:hex, :bandit, "1.5.2", "ed0a41c43a9e529c670d0fd48371db4027e7b80d43b1942893e17deb8bed0540", [:mix], [{:hpax, "~> 0.1.1", [hex: :hpax, repo: "hexpm", optional: false]}, {:plug, "~> 1.14", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}, {:thousand_island, "~> 1.0", [hex: :thousand_island, repo: "hexpm", optional: false]}, {:websock, "~> 0.5", [hex: :websock, repo: "hexpm", optional: false]}], "hexpm", "35ddbdce7e8a2a3c6b5093f7299d70832a43ed2f4a1852885a61d334cab1b4ad"},
"castore": {:hex, :castore, "1.0.7", "b651241514e5f6956028147fe6637f7ac13802537e895a724f90bf3e36ddd1dd", [:mix], [], "hexpm", "da7785a4b0d2a021cd1292a60875a784b6caef71e76bf4917bdee1f390455cf5"},
"daisy_ui_components": {:hex, :daisy_ui_components, "0.1.0", "9827e3969f2af5b6173bd1e0b6c167d912bf5138ba6c7f90f500c5a1a395975a", [:mix], [{:phoenix_live_view, "~> 0.18", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}], "hexpm", "8f2ff0f1cd9c41dff9830da6d8f3611ad0c069bc27d4a26761cff1ccb19be97d"},
"daisy_ui_components": {:hex, :daisy_ui_components, "0.1.1", "27549d6007b8d600c0fde9f54974bfcdcd2d4a94510325e5477fa51b5471f073", [:mix], [{:phoenix_live_view, "~> 0.20.14", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}], "hexpm", "c4b3c25c175d40005311d9358298cbcea604e40c0e6840a81b245cfd0bbdeb52"},
"dns_cluster": {:hex, :dns_cluster, "0.1.3", "0bc20a2c88ed6cc494f2964075c359f8c2d00e1bf25518a6a6c7fd277c9b0c66", [:mix], [], "hexpm", "46cb7c4a1b3e52c7ad4cbe33ca5079fbde4840dedeafca2baf77996c2da1bc33"},
"earmark": {:hex, :earmark, "1.4.46", "8c7287bd3137e99d26ae4643e5b7ef2129a260e3dcf41f251750cb4563c8fb81", [:mix], [], "hexpm", "798d86db3d79964e759ddc0c077d5eb254968ed426399fbf5a62de2b5ff8910a"},
"esbuild": {:hex, :esbuild, "0.8.1", "0cbf919f0eccb136d2eeef0df49c4acf55336de864e63594adcea3814f3edf41", [:mix], [{:castore, ">= 0.0.0", [hex: :castore, repo: "hexpm", optional: false]}, {:jason, "~> 1.4", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "25fc876a67c13cb0a776e7b5d7974851556baeda2085296c14ab48555ea7560f"},
Expand Down

0 comments on commit 112edbc

Please sign in to comment.