surface upgrade, etc

This commit is contained in:
Mayel 2021-06-24 14:20:29 +02:00
parent 2b5f5dd3ac
commit 2afe1e5291
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[
import_deps: [:phoenix, :ecto_sql, :surface],
inputs: ["*.{ex,exs,sface}", "priv/*/seeds.exs", "{config,lib,test}/**/*.{ex,exs,sface}", "forks/*/{config,lib,test}/**/*.{ex,exs,sface}"],
subdirectories: ["priv/*/migrations"]
surface_inputs: ["{lib,test}/**/*.{ex,exs,sface}", "forks/*/{lib,test}/**/*.{ex,exs,sface}"],
]

View file

@ -4,6 +4,7 @@ phoenix_html = "~> 2.11"
phoenix_live_dashboard = "~> 0.4"
plug_cowboy = "~> 2.0"
phoenix = "~> 1.5.3"
surface = "~> 0.5.0"
phoenix_ecto = "~> 4.1"
gettext = "~> 0.11"
jason = "~> 1.0"

View file

@ -25,7 +25,7 @@
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "be9130daa45223129aaae9ad4072cca655f830d2", [branch: "main"]},
"bonfire_quantify": {:git, "https://github.com/bonfire-networks/bonfire_quantify", "e50c7cbfa32e6f0a80c8471a4a4eccfe888ceb5c", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "67727192604ffe5a40d402c0f2431cbaecd6e240", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "e257f4e8b9b5d278236f868323e609871d57def7", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "7e7b8cc057ac28a771090a7e4636525eca9e0aa9", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "717373c6889c08d52e855588301fad197ffb6d96", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "9eb3f5e0dd0736a3d620f0bc9ce142daa8d1520b", [branch: "main"]},
"bonfire_ui_reflow": {:git, "https://github.com/bonfire-networks/bonfire_ui_reflow", "ccf7b8ca795453653fe3a4a70644ccbbb385c35b", [branch: "main"]},
@ -128,7 +128,8 @@
"socket": {:hex, :socket, "0.3.13", "98a2ab20ce17f95fb512c5cadddba32b57273e0d2dba2d2e5f976c5969d0c632", [:mix], [], "hexpm", "f82ea9833ef49dde272e6568ab8aac657a636acb4cf44a7de8a935acb8957c2e"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.6", "cf344f5692c82d2cd7554f5ec8fd961548d4fd09e7d22f5b62482e5aeaebd4b0", [:make, :mix, :rebar3], [], "hexpm", "bdb0d2471f453c88ff3908e7686f86f9be327d065cc1ec16fa4540197ea04680"},
"stream_data": {:hex, :stream_data, "0.5.0", "b27641e58941685c75b353577dc602c9d2c12292dd84babf506c2033cd97893e", [:mix], [], "hexpm", "012bd2eec069ada4db3411f9115ccafa38540a3c78c4c0349f151fc761b9e271"},
"surface": {:hex, :surface, "0.4.1", "baecbf1f0e008ad19ef5a971e9db4ca1d69e8d72bb6cdae7a09f2bdc3bb4975f", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 0.5 or ~> 1.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 0.15", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}], "hexpm", "aa60074ccc3ad05db2b866275da159bf13e3c7f7810ebc0f8a098b44e10e58ad"},
"surface": {:hex, :surface, "0.5.0", "4a9f616874296f7c47a5697df6caf09d5ed3dec5e9c6c8d3888b7c4eaef49c92", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 0.15", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}], "hexpm", "bf92c6a2f24b01862fd28ea51878ea20e497c2866251a2c4a4e86a17d16110d1"},
"surface_heroicons": {:git, "https://github.com/rocketinsights/surface_heroicons", "126bbebbc064bfdc55fc65a9f8db847c59a52c38", []},
"table_rex": {:hex, :table_rex, "3.1.1", "0c67164d1714b5e806d5067c1e96ff098ba7ae79413cc075973e17c38a587caa", [:mix], [], "hexpm", "678a23aba4d670419c23c17790f9dcd635a4a89022040df7d5d772cb21012490"},
"telemetry": {:hex, :telemetry, "0.4.3", "a06428a514bdbc63293cd9a6263aad00ddeb66f608163bdec7c8995784080818", [:rebar3], [], "hexpm", "eb72b8365ffda5bed68a620d1da88525e326cb82a75ee61354fc24b844768041"},
"telemetry_metrics": {:hex, :telemetry_metrics, "0.6.0", "da9d49ee7e6bb1c259d36ce6539cd45ae14d81247a2b0c90edf55e2b50507f7b", [:mix], [{:telemetry, "~> 0.4", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "5cfe67ad464b243835512aa44321cee91faed6ea868d7fb761d7016e02915c3d"},