From 19bd58c9f248a4faadc74b104efec6aaf7f2dae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:50:57 +0000 Subject: [PATCH] fix(deps): update dependency phoenix_live_view to ^0.20.0 --- mix.exs | 2 +- package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/mix.exs b/mix.exs index 8c4feab7..6196f5b6 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, "~> 0.20.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..b652470c 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": "^0.20.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": "^0.20.0", "topbar": "^1.0.1", "typescript": "^4.3.5" }, diff --git a/yarn.lock b/yarn.lock index da4dc6e3..1315dc7e 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@^0.20.0": + version "0.20.0" + resolved "https://registry.yarnpkg.com/@types/phoenix_live_view/-/phoenix_live_view-0.20.0.tgz#0a498cc24a9b27ebf4fb8fc75544d92f093e2be1" + integrity sha512-0ZEntpw6UgpD4fQ9lMFhV6tZJpGVei02XyN42HKnThu2c+pTE88TgIcFg2o70nwcWm5uDLb56AOPbIct+1znZQ== dependencies: "@types/phoenix" "*" @@ -2188,10 +2188,10 @@ 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@^0.20.0: + version "0.20.17" + resolved "https://registry.yarnpkg.com/phoenix_live_view/-/phoenix_live_view-0.20.17.tgz#91ab0df21f1c4b24590f08d3250efec945f1948d" + integrity sha512-qGT3Jtj2wUawOaMrE8NKXmkexfaUn6bx5PuPMxWMzYuyp6Qv9i4xRZ2T3U6avC5Kf+oJEiBVIiWrODooC0vpQw== picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3: version "2.3.0"