mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(portal): bump phoenix to 1.8 (#10510)
Bumps Phoenix to 1.8 and Phoenix LiveView to 1.1. As part of the bump a number of issues had to be addressed. Comments inline provide more context. Supersedes #10475 Supersedes #10448
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
defmodule API.FallbackController do
|
||||
use Phoenix.Controller
|
||||
use API, :controller
|
||||
|
||||
def call(conn, {:error, :not_found}) do
|
||||
conn
|
||||
|
||||
@@ -43,7 +43,7 @@ defmodule API.MixProject do
|
||||
{:domain, in_umbrella: true},
|
||||
|
||||
# Phoenix deps
|
||||
{:phoenix, "~> 1.7.0"},
|
||||
{:phoenix, "~> 1.8"},
|
||||
{:phoenix_ecto, "~> 4.4"},
|
||||
{:plug_cowboy, "~> 2.7"},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user