소스 검색

Update dependencies

theenglishway (time) 4 년 전
부모
커밋
a43cf3a948
2개의 변경된 파일17개의 추가작업 그리고 20개의 파일을 삭제
  1. 10 10
      mix.exs
  2. 7 10
      mix.lock

+ 10 - 10
mix.exs

@@ -33,16 +33,16 @@ defmodule Vaccins.MixProject do
   # Type `mix help deps` for examples and options.
   defp deps do
     [
-      {:phoenix, "~> 1.5.3"},
-      {:phoenix_live_view, "~> 0.13.0"},
-      {:phoenix_html, "~> 2.11"},
-      {:phoenix_live_reload, "~> 1.2", only: :dev},
-      {:phoenix_live_dashboard, "~> 0.2.0"},
-      {:telemetry_metrics, "~> 0.4"},
-      {:telemetry_poller, "~> 0.4"},
-      {:gettext, "~> 0.11"},
-      {:jason, "~> 1.0"},
-      {:plug_cowboy, "~> 2.0"},
+      {:phoenix, "> 1.5.3"},
+      {:phoenix_live_view, "> 0.13.0"},
+      {:phoenix_html, "> 2.11.0"},
+      {:phoenix_live_reload, "> 1.2.0", only: :dev},
+      {:phoenix_live_dashboard, "> 0.2.0"},
+      {:telemetry_metrics, "> 0.4.0"},
+      {:telemetry_poller, "> 0.4.0"},
+      {:gettext, "> 0.11.0"},
+      {:jason, "> 1.0.0"},
+      {:plug_cowboy, "> 2.0.0"},
       {:floki, "~> 0.30.0"},
       {:finch, "~> 0.6"},
       {:ex2ms, "~> 1.0"},

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 7 - 10
mix.lock