File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ defmodule Librecov.Mixfile do
7373 { :phoenix_ecto , "~> 4.4" } ,
7474 { :ecto_sql , "~> 3.7" } ,
7575 { :postgrex , ">= 0.0.0" } ,
76- { :phoenix_live_view , "~> 0.17 .0" } ,
76+ { :phoenix_live_view , "~> 1.0 .0" } ,
7777 { :phoenix_live_dashboard , "~> 0.6" } ,
7878 { :phoenix_live_reload , "~> 1.2" , only: :dev } ,
7979 { :telemetry_metrics , "~> 0.6" } ,
Original file line number Diff line number Diff line change 5353 "lodash" : " ^4.17.20" ,
5454 "phoenix" : " ^1.6.0-rc.0" ,
5555 "phoenix_html" : " ^3.2" ,
56- "phoenix_live_view" : " ^0.17.1 " ,
56+ "phoenix_live_view" : " ^1.0.0 " ,
5757 "topbar" : " ^1.0.1" ,
5858 "typescript" : " ^4.3.5"
5959 },
Original file line number Diff line number Diff line change @@ -2188,10 +2188,10 @@ phoenix_html@^3.2:
21882188 resolved "https://registry.yarnpkg.com/phoenix_html/-/phoenix_html-3.2.0.tgz#4a30e5c331a72abababa1f3b81a9fe2c0e5a43d7"
21892189 integrity sha512-zv7PIZk0MPkF0ax8n465Q6w86+sGAy5cTem6KcbkUbdgxGc0y3WZmzkM2bSlYdSGbLEZfjXxos1G72xXsha6xA==
21902190
2191- phoenix_live_view@^0.17.1 :
2192- version "0.17.5 "
2193- resolved "https://registry.yarnpkg.com/phoenix_live_view/-/phoenix_live_view-0.17.5. tgz#a1ade60693a44d9df5d39eaad71483f8a8a28a91 "
2194- integrity sha512-5KkaL/qfeQN4Ti8Hv81Z2hdaO1040Erumj4I1H5ADRDI4eRirgvFWlFgjhd43WcWVlAsOHRB/g/5PimvEc3gTA ==
2191+ phoenix_live_view@^1.0.0 :
2192+ version "1.0.0 "
2193+ resolved "https://registry.yarnpkg.com/phoenix_live_view/-/phoenix_live_view-1.0.0. tgz#e3982b5ef96e8a236a5f11e0485bb8edbc3b2916 "
2194+ integrity sha512-YRHoW58/yB+AW1byHf/1leskHwc87ynx/pOhJmPSdehojGogV80MtTzl3EA0EmdHVwbYkUvXSDfBB8UfXWGdYw ==
21952195
21962196picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3 :
21972197 version "2.3.0"
You can’t perform that action at this time.
0 commit comments