merge: updates from upstream

Conflicts:
    mix.lock
This commit is contained in:
2024-07-08 21:25:21 +00:00
5 changed files with 132 additions and 126 deletions

View File

@@ -29,8 +29,13 @@ defmodule Wabanex.MixProject do
defp deps do
[
{:absinthe, "~> 1.7.0"},
{:absinthe_plug, "~> 1.5.0"},
{:absinthe,
git: "https://github.com/absinthe-graphql/absinthe.git",
ref: "358e273a26f3ce7660cd88bf0f6daf4fa51e1689",
override: true},
{:absinthe_plug,
git: "https://github.com/absinthe-graphql/absinthe_plug.git",
ref: "3a984cc341ebb32c79e7ae58b4ebd116d5c62f9e"},
{:credo, "~> 1.7.0", only: [:dev, :test], runtime: false},
{:crudry, "~> 2.4.0"},
{:decimal, "~> 2.1.0"},