Skip to content

Commit 4c00cab

Browse files
authored
Mise à jour de phoenix_live_view de 0.19 à 0.20 (#3956)
* Bump versions * correct tooltip warning
1 parent 1965b91 commit 4c00cab

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

apps/transport/client/stylesheets/components/_tooltip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $tooltip-width: 150px !default;
2424
z-index: 1;
2525
bottom: 125%;
2626
left: 50%;
27-
margin-left: -($tooltip-width / 2);
27+
margin-left: -(calc($tooltip-width / 2));
2828

2929
/* Fade in tooltip */
3030
opacity: 0;

apps/transport/client/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4041,13 +4041,13 @@ path-type@^4.0.0:
40414041
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
40424042

40434043
"phoenix@file:../../../deps/phoenix":
4044-
version "1.7.11"
4044+
version "1.7.12"
40454045

40464046
"phoenix_html@file:../../../deps/phoenix_html":
40474047
version "3.3.3"
40484048

40494049
"phoenix_live_view@file:../../../deps/phoenix_live_view":
4050-
version "0.19.5"
4050+
version "0.20.14"
40514051

40524052
picocolors@^1.0.0:
40534053
version "1.0.0"

apps/transport/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ defmodule Transport.Mixfile do
6464
{:phoenix_html, "~> 3.1"},
6565
# Compilation issue for this dependency, see https://github.com/etalab/transport-site/issues/3499
6666
{:phoenix_markdown, git: "https://github.com/pzingg/phoenix_markdown.git", ref: "b2e5ff67c9ce9160d7ef1f66d0c859dfa6284a53"},
67-
{:phoenix_live_view, "~> 0.19.5"},
67+
{:phoenix_live_view, "~> 0.20.14"},
6868
{:html_sanitize_ex, "~> 1.4"},
6969
{:floki, ">= 0.0.0", only: :test},
7070
{:plug_cowboy, "~> 2.3"},

0 commit comments

Comments
 (0)