@@ -7,7 +7,6 @@ defmodule Diff.MixProject do
7
7
version: "0.1.0" ,
8
8
elixir: "~> 1.10" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
- compilers: [ :phoenix , :gettext ] ++ Mix . compilers ( ) ,
11
10
start_permanent: Mix . env ( ) == :prod ,
12
11
aliases: aliases ( ) ,
13
12
releases: releases ( ) ,
@@ -34,19 +33,21 @@ defmodule Diff.MixProject do
34
33
# Type `mix help deps` for examples and options.
35
34
defp deps do
36
35
[
37
- { :floki , "~> 0.32 .0" } ,
36
+ { :floki , "~> 0.37 .0" } ,
38
37
{ :gettext , "~> 0.11" } ,
39
38
{ :git_diff , github: "ericmj/git_diff" , branch: "ericmj/fix-modes" } ,
40
39
{ :goth , "~> 1.0" } ,
41
40
{ :hackney , "~> 1.15" } ,
42
- { :hex_core , "~> 0.8 .0" } ,
41
+ { :hex_core , "~> 0.11 .0" } ,
43
42
{ :jason , "~> 1.0" } ,
44
- { :logster , "~> 1.0" } ,
45
- { :mox , "~> 1.0.0" , only: :test } ,
46
- { :phoenix_html , "~> 3.2" } ,
43
+ { :logster , "~> 1.0.0" } ,
44
+ { :mox , "~> 1.0" , only: :test } ,
45
+ { :phoenix_html , "~> 4.0" } ,
46
+ { :phoenix_html_helpers , "~> 1.0" } ,
47
47
{ :phoenix_live_reload , "~> 1.2" , only: :dev } ,
48
- { :phoenix_live_view , "~> 0.6 " } ,
48
+ { :phoenix_live_view , "~> 1.0 " } ,
49
49
{ :phoenix_pubsub , "~> 2.0" } ,
50
+ { :phoenix_view , "~> 2.0" } ,
50
51
{ :phoenix , "~> 1.6" } ,
51
52
{ :plug_cowboy , "~> 2.1" } ,
52
53
{ :sentry , "~> 10.2" }
0 commit comments