Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] update dependencies #69

Open
anthonyshull opened this issue Apr 26, 2024 · 0 comments
Open

[chore] update dependencies #69

anthonyshull opened this issue Apr 26, 2024 · 0 comments

Comments

@anthonyshull
Copy link

anthonyshull commented Apr 26, 2024

Some of the dependencies are a few minor versions behind.

We use inflex in one of our projects and must choose between downgrading the version to match the version in algoliax or upgrading this version. I updated all dependencies to the latest minor version and alphabetized them for easier visual scanning.

  defp deps do
    [
      {:credo, "~> 1.7", only: [:dev, :test], runtime: false},
      {:ecto, "~> 3.11", optional: true},
      {:ecto_sql, "~> 3.11", only: [:dev, :test]},
      {:ex_doc, ">= 0.0.0", only: :dev, runtime: false, override: true},
      {:faker, "~> 0.18", only: :test},
      {:hackney, "~> 1.20.0"},
      {:inflex, "~> 2.1"},
      {:jason, "~> 1.4"},
      {:mix_audit, "~> 2.1", only: [:dev, :test], runtime: false},
      {:mix_test_watch, "~> 1.2", only: :dev, runtime: false},
      {:plug_cowboy, "~> 2.7", only: :test},
      {:postgrex, ">= 0.0.0", only: [:dev, :test]},
      {:sobelow, "~> 0.13", only: [:dev, :test]},
      {:ssl_verify_fun, "~> 1.1.7"},
    ]
  end

All tests pass and credo passes. I would create a PR, but don't have repo access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant