fix(phoenix): remove deprecated items

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2024-05-09 18:39:59 +05:30
parent 4554b672af
commit 5ea437b9f1
No known key found for this signature in database
GPG Key ID: A61360EFA2AEE871
3 changed files with 5 additions and 4 deletions

View File

@ -20,10 +20,11 @@
}
},
"../deps/phoenix": {
"version": "0.0.1"
"version": "1.6.16",
"license": "MIT"
},
"../deps/phoenix_html": {
"version": "0.0.1"
"version": "3.3.1"
},
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",

View File

@ -1,4 +1,4 @@
use Mix.Config
import Config
# Only in tests, remove the complexity from the password hashing algorithm
config :bcrypt_elixir, :log_rounds, 1

View File

@ -7,7 +7,7 @@ defmodule Ketbin.MixProject do
version: "0.1.0",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
compilers: [:phoenix] ++ Mix.compilers(),
start_permanent: Mix.env() == :prod,
aliases: aliases(),
deps: deps()