diff --git a/mix.exs b/mix.exs index 8c4feab7..9f7f5c7f 100644 --- a/mix.exs +++ b/mix.exs @@ -73,7 +73,7 @@ defmodule Librecov.Mixfile do {:phoenix_ecto, "~> 4.4"}, {:ecto_sql, "~> 3.7"}, {:postgrex, ">= 0.0.0"}, - {:phoenix_live_view, "~> 0.17.0"}, + {:phoenix_live_view, "~> 1.1.0"}, {:phoenix_live_dashboard, "~> 0.6"}, {:phoenix_live_reload, "~> 1.2", only: :dev}, {:telemetry_metrics, "~> 0.6"}, diff --git a/package.json b/package.json index 84eba2f2..b7d4550a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@eslint/eslintrc": "^1.0.4", "@types/node": "^16.7.8", "@types/phoenix": "^1.5.2", - "@types/phoenix_live_view": "^0.15.1", + "@types/phoenix_live_view": "^1.0.0", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.5.0", "cz-conventional-changelog": "3.3.0", @@ -53,7 +53,7 @@ "lodash": "^4.17.20", "phoenix": "^1.6.0-rc.0", "phoenix_html": "^3.2", - "phoenix_live_view": "^0.17.1", + "phoenix_live_view": "^1.0.0", "topbar": "^1.0.1", "typescript": "^4.3.5" }, diff --git a/yarn.lock b/yarn.lock index da4dc6e3..cbf63a55 100644 --- a/yarn.lock +++ b/yarn.lock @@ -175,10 +175,10 @@ resolved "https://registry.yarnpkg.com/@types/phoenix/-/phoenix-1.5.2.tgz#9846009959b752e04b3560e31f213ddbc137e499" integrity sha512-eAr6f4apLMY0COa1WIZikziSUBq4plqE5TwzzUeDyXvfuWLnLckeMF43byOwbk6W5ioIJXSHP42iR3Wo7U3RiQ== -"@types/phoenix_live_view@^0.15.1": - version "0.15.1" - resolved "https://registry.yarnpkg.com/@types/phoenix_live_view/-/phoenix_live_view-0.15.1.tgz#44b4f85bd1e061f4c74ecbdef65ccd357d13260c" - integrity sha512-dWKwJ9xqCHW+3TVfCIVC6/6ZMpURlDcu9qakWL89H5iWoSXs5X7gaKKnPXc7a1IKULieZjHBVkCW0Ui9aRf3Bg== +"@types/phoenix_live_view@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@types/phoenix_live_view/-/phoenix_live_view-1.0.0.tgz#029c09da5a757c9121f448533b8821322ba1b0dc" + integrity sha512-GGs3POhwsgcEjLU2Vey1dPRF1Sz9HXgdd78itt+bLJqta4uOIpctkaZm5lhunJ/3kLPx9M65d5URFklRdaQM1w== dependencies: "@types/phoenix" "*" @@ -1995,6 +1995,11 @@ minimist@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" +morphdom@2.7.7: + version "2.7.7" + resolved "https://registry.yarnpkg.com/morphdom/-/morphdom-2.7.7.tgz#72559af781357a4eb2169a0a578acb76ff7e8abf" + integrity sha512-04GmsiBcalrSCNmzfo+UjU8tt3PhZJKzcOy+r1FlGA7/zri8wre3I1WkYN9PT3sIeIKfW9bpyElA+VzOg2E24g== + ms@2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" @@ -2188,10 +2193,12 @@ phoenix_html@^3.2: resolved "https://registry.yarnpkg.com/phoenix_html/-/phoenix_html-3.2.0.tgz#4a30e5c331a72abababa1f3b81a9fe2c0e5a43d7" integrity sha512-zv7PIZk0MPkF0ax8n465Q6w86+sGAy5cTem6KcbkUbdgxGc0y3WZmzkM2bSlYdSGbLEZfjXxos1G72xXsha6xA== -phoenix_live_view@^0.17.1: - version "0.17.5" - resolved "https://registry.yarnpkg.com/phoenix_live_view/-/phoenix_live_view-0.17.5.tgz#a1ade60693a44d9df5d39eaad71483f8a8a28a91" - integrity sha512-5KkaL/qfeQN4Ti8Hv81Z2hdaO1040Erumj4I1H5ADRDI4eRirgvFWlFgjhd43WcWVlAsOHRB/g/5PimvEc3gTA== +phoenix_live_view@^1.0.0: + version "1.1.17" + resolved "https://registry.yarnpkg.com/phoenix_live_view/-/phoenix_live_view-1.1.17.tgz#c72fd1c6d0a1142365c48552bec0ac0660411062" + integrity sha512-8LO0eLHJlBXAFgtcoQDdbkbHfEDzDHY5RapAmn9U5lVP+6y+VvRuLF8qLpwRgbT7rb1Z9acrldsYATtpI6p/yQ== + dependencies: + morphdom "2.7.7" picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: version "2.3.0"