Skip to content

Commit

Permalink
Use surface_form_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
msaraiva committed Sep 24, 2024
1 parent 13f8699 commit 8a4cf22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule SurfaceSite.MixProject do
defp deps do
[
{:surface, "~> 0.12-dev", github: "surface-ui/surface", override: true},
{:surface_form, github: "surface-ui/surface_form", ref: "main"},
{:surface_form_helpers, github: "surface-ui/surface_form_helpers", ref: "main"},
{:phoenix, "1.7.10"},
{:surface_markdown, "~> 0.7.0"},
{:nimble_publisher, "~> 0.1.2"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"sourceror": {:hex, :sourceror, "1.0.3", "111711c147f4f1414c07a67b45ad0064a7a41569037355407eda635649507f1d", [:mix], [], "hexpm", "56c21ef146c00b51bc3bb78d1f047cb732d193256a7c4ba91eaf828d3ae826af"},
"surface": {:git, "https://github.com/surface-ui/surface.git", "4c1f4c65e97fe60c08f04036411f6355834a1310", []},
"surface_catalogue": {:git, "https://github.com/surface-ui/surface_catalogue.git", "7b58864eed197b024e9807c6ca8a03018337e341", [ref: "main"]},
"surface_form": {:git, "https://github.com/surface-ui/surface_form.git", "52ab6ea576f118d754d13f33267105cfd3ded59f", [ref: "main"]},
"surface_form_helpers": {:git, "https://github.com/surface-ui/surface_form_helpers.git", "3c24f6e409c97c31061f202813bc29f4e3326ac6", [ref: "main"]},
"surface_markdown": {:hex, :surface_markdown, "0.7.0", "52c9276895b80c3eb3a998918b1bb94af2129b60a946c9399c62523d5b5ac2b1", [:mix], [{:earmark, "~> 1.4", [hex: :earmark, repo: "hexpm", optional: false]}, {:surface, "~> 0.8", [hex: :surface, repo: "hexpm", optional: false]}], "hexpm", "6d449afad866b2a6a5a5de373ba0384191e0129e38ef4e9b7477afe5f9501088"},
"telemetry": {:hex, :telemetry, "1.3.0", "fedebbae410d715cf8e7062c96a1ef32ec22e764197f70cda73d82778d61e7a2", [:rebar3], [], "hexpm", "7015fc8919dbe63764f4b4b87a95b7c0996bd539e0d499be6ec9d7f3875b79e6"},
"websock": {:hex, :websock, "0.5.3", "2f69a6ebe810328555b6fe5c831a851f485e303a7c8ce6c5f675abeb20ebdadc", [:mix], [], "hexpm", "6105453d7fac22c712ad66fab1d45abdf049868f253cf719b625151460b8b453"},
Expand Down

0 comments on commit 8a4cf22

Please sign in to comment.