@@ -51,32 +51,32 @@ defmodule ElixirBoilerplate.Mixfile do
51
51
[
52
52
# Assets bundling
53
53
{ :esbuild , "~> 0.7" , runtime: Mix . env ( ) == :dev } ,
54
- { :tailwind , "~> 0.1.8 " , runtime: Mix . env ( ) == :dev } ,
54
+ { :tailwind , "~> 0.2 " , runtime: Mix . env ( ) == :dev } ,
55
55
56
56
# HTTP Client
57
57
{ :hackney , "~> 1.18" } ,
58
58
59
59
# HTTP server
60
60
{ :plug_cowboy , "~> 2.6" } ,
61
61
{ :plug_canonical_host , "~> 2.0" } ,
62
- { :corsica , "~> 2.0 " } ,
62
+ { :corsica , "~> 2.1 " } ,
63
63
64
64
# Phoenix
65
65
{ :phoenix , "~> 1.7" } ,
66
66
{ :phoenix_view , "~> 2.0" } ,
67
67
{ :phoenix_html , "~> 3.3" } ,
68
- { :phoenix_live_view , "~> 0.18.3 " } ,
68
+ { :phoenix_live_view , "~> 0.19.5 " } ,
69
69
{ :phoenix_ecto , "~> 4.4" } ,
70
70
{ :phoenix_live_reload , "~> 1.4" , only: :dev } ,
71
- { :phoenix_live_dashboard , "~> 0.7.2 " } ,
71
+ { :phoenix_live_dashboard , "~> 0.8.0 " } ,
72
72
{ :jason , "~> 1.4" } ,
73
73
{ :heroicons , "~> 0.5" } ,
74
74
75
75
# GraphQL
76
76
{ :absinthe , "~> 1.7" } ,
77
77
{ :absinthe_plug , "~> 1.5" } ,
78
78
{ :absinthe_phoenix , "~> 2.0" } ,
79
- { :dataloader , "~> 1 .0" } ,
79
+ { :dataloader , "~> 2 .0" } ,
80
80
{ :absinthe_error_payload , "~> 1.1" } ,
81
81
82
82
# Database
0 commit comments