Skip to content

Commit 05a5cbc

Browse files
committed
Update hex/npm dependencies
1 parent 2eb7c4d commit 05a5cbc

File tree

3 files changed

+60
-81
lines changed

3 files changed

+60
-81
lines changed

assets/package-lock.json

+45-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mix.exs

+5-5
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,32 @@ defmodule ElixirBoilerplate.Mixfile do
5151
[
5252
# Assets bundling
5353
{:esbuild, "~> 0.7", runtime: Mix.env() == :dev},
54-
{:tailwind, "~> 0.1.8", runtime: Mix.env() == :dev},
54+
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},
5555

5656
# HTTP Client
5757
{:hackney, "~> 1.18"},
5858

5959
# HTTP server
6060
{:plug_cowboy, "~> 2.6"},
6161
{:plug_canonical_host, "~> 2.0"},
62-
{:corsica, "~> 2.0"},
62+
{:corsica, "~> 2.1"},
6363

6464
# Phoenix
6565
{:phoenix, "~> 1.7"},
6666
{:phoenix_view, "~> 2.0"},
6767
{:phoenix_html, "~> 3.3"},
68-
{:phoenix_live_view, "~> 0.18.3"},
68+
{:phoenix_live_view, "~> 0.19.5"},
6969
{:phoenix_ecto, "~> 4.4"},
7070
{:phoenix_live_reload, "~> 1.4", only: :dev},
71-
{:phoenix_live_dashboard, "~> 0.7.2"},
71+
{:phoenix_live_dashboard, "~> 0.8.0"},
7272
{:jason, "~> 1.4"},
7373
{:heroicons, "~> 0.5"},
7474

7575
# GraphQL
7676
{:absinthe, "~> 1.7"},
7777
{:absinthe_plug, "~> 1.5"},
7878
{:absinthe_phoenix, "~> 2.0"},
79-
{:dataloader, "~> 1.0"},
79+
{:dataloader, "~> 2.0"},
8080
{:absinthe_error_payload, "~> 1.1"},
8181

8282
# Database

0 commit comments

Comments
 (0)