Skip to content

Commit 2c1e49e

Browse files
committed
update dependencies
1 parent 149d23f commit 2c1e49e

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

mix.exs

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ defmodule Phoenix.LiveDashboard.MixProject do
5656
{:ecto, "~> 3.6.2 or ~> 3.7", optional: true},
5757

5858
# Dev and test
59-
{:circular_buffer, "~> 0.3", only: :dev},
60-
{:telemetry_poller, "~> 0.4", only: :dev},
59+
{:circular_buffer, "~> 0.4", only: :dev},
60+
{:telemetry_poller, "~> 1.0", only: :dev},
6161
{:phoenix_live_reload, "~> 1.2", only: :dev},
6262
{:plug_cowboy, "~> 2.0", only: :dev},
6363
{:jason, "~> 1.0", only: [:dev, :test, :docs]},
6464
{:floki, "~> 0.27", only: :test},
65-
{:stream_data, "~> 0.1", only: :test},
66-
{:ecto_sqlite3, "~> 0.9.1", only: [:dev, :test]},
65+
{:stream_data, "~> 1.0", only: :test},
66+
{:ecto_sqlite3, "~> 0.17", only: [:dev, :test]},
6767
{:ex_doc, "~> 0.21", only: :docs},
6868
{:makeup_eex, ">= 0.1.1", only: :docs},
6969
{:esbuild, "~> 0.5", only: :dev},

0 commit comments

Comments
 (0)