chore: update deps and remove phx-debounce

This commit is contained in:
Zach Daniel 2022-04-01 15:28:15 -04:00
parent 3e6c268c6d
commit a1276f94a8
3 changed files with 3 additions and 4 deletions

View file

@ -43,7 +43,6 @@ defmodule AshHqWeb.Components.Search do
<input <input
id="search-input" id="search-input"
name="search" name="search"
phx-debounce="200"
class="text-lg bg-primary-black grow ring-0 outline-none w-full" class="text-lg bg-primary-black grow ring-0 outline-none w-full"
/> />
</Form> </Form>

View file

@ -33,8 +33,8 @@ defmodule AshHq.MixProject do
# Type `mix help deps` for examples and options. # Type `mix help deps` for examples and options.
defp deps do defp deps do
[ [
# {:ash, github: "ash-project/ash", override: true}, {:ash, github: "ash-project/ash", override: true},
{:ash, path: "../ash", override: true}, # {:ash, path: "../ash", override: true},
{:ash_postgres, github: "ash-project/ash_postgres"}, {:ash_postgres, github: "ash-project/ash_postgres"},
# {:ash_postgres, path: "../ash_postgres"}, # {:ash_postgres, path: "../ash_postgres"},
{:ash_phoenix, github: "ash-project/ash_phoenix"}, {:ash_phoenix, github: "ash-project/ash_phoenix"},

View file

@ -1,5 +1,5 @@
%{ %{
"ash": {:git, "https://github.com/ash-project/ash.git", "e0177228680b0d1e9db1a35a472cca666afe16f3", []}, "ash": {:git, "https://github.com/ash-project/ash.git", "ae630581eacaa7644b06f1192832bc95c20992bc", []},
"ash_phoenix": {:git, "https://github.com/ash-project/ash_phoenix.git", "9de0ff87780bd16d06dcde1bac6a8e041a31659d", []}, "ash_phoenix": {:git, "https://github.com/ash-project/ash_phoenix.git", "9de0ff87780bd16d06dcde1bac6a8e041a31659d", []},
"ash_postgres": {:git, "https://github.com/ash-project/ash_postgres.git", "48c6142040d389272d235b7e62d354a3a37a825e", []}, "ash_postgres": {:git, "https://github.com/ash-project/ash_postgres.git", "48c6142040d389272d235b7e62d354a3a37a825e", []},
"castore": {:hex, :castore, "0.1.16", "2675f717adc700475345c5512c381ef9273eb5df26bdd3f8c13e2636cf4cc175", [:mix], [], "hexpm", "28ed2c43d83b5c25d35c51bc0abf229ac51359c170cba76171a462ced2e4b651"}, "castore": {:hex, :castore, "0.1.16", "2675f717adc700475345c5512c381ef9273eb5df26bdd3f8c13e2636cf4cc175", [:mix], [], "hexpm", "28ed2c43d83b5c25d35c51bc0abf229ac51359c170cba76171a462ced2e4b651"},