Skip to content

Commit

Permalink
fix: makeup packages (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
igas authored Jan 31, 2025
1 parent af4f497 commit 3f8cbc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ defmodule Faker.Mixfile do

defp deps do
[
{:ex_doc, "== 0.36.1", only: :dev, runtime: false},
{:earmark, "== 1.4.47", only: :dev, runtime: false},
{:credo, "== 1.7.11", only: [:dev, :test], runtime: false},
{:dialyxir, "== 1.4.5", only: [:dev], runtime: false},
{:mix_test_watch, "~> 1.0", only: [:dev, :test], runtime: false}
{:earmark, "== 1.4.47", only: :dev, runtime: false},
{:ex_doc, "== 0.36.1", only: :dev, runtime: false},
{:makeup, "== 1.2.1"},
{:makeup_elixir, "== 1.0.1"},
{:mix_test_watch, "== 1.2.0", only: [:dev, :test], runtime: false}
]
end

Expand Down
1 change: 0 additions & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@
"makeup_erlang": {:hex, :makeup_erlang, "1.0.2", "03e1804074b3aa64d5fad7aa64601ed0fb395337b982d9bcf04029d68d51b6a7", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "af33ff7ef368d5893e4a267933e7744e46ce3cf1f61e2dccf53a111ed3aa3727"},
"mix_test_watch": {:hex, :mix_test_watch, "1.2.0", "1f9acd9e1104f62f280e30fc2243ae5e6d8ddc2f7f4dc9bceb454b9a41c82b42", [:mix], [{:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}], "hexpm", "278dc955c20b3fb9a3168b5c2493c2e5cffad133548d307e0a50c7f2cfbf34f6"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.2", "8efba0122db06df95bfaa78f791344a89352ba04baedd3849593bfce4d0dc1c6", [:mix], [], "hexpm", "4b21398942dda052b403bbe1da991ccd03a053668d147d53fb8c4e0efe09c973"},
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm"},
}

0 comments on commit 3f8cbc1

Please sign in to comment.