Skip to content

Commit

Permalink
fix(deps): update dependency phoenix_live_view to ^0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent dc961a4 commit 19bd58c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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" "*"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 19bd58c

Please sign in to comment.