chore(deps): bump ash_graphql from 1.0.1 to 1.1.0 (#200)

Bumps [ash_graphql](https://github.com/ash-project/ash_graphql) from 1.0.1 to 1.1.0.
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_graphql/compare/v1.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-28 10:53:10 -04:00 committed by GitHub
parent d2745f2b98
commit 76fb2f7840
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ defmodule AshHq.MixProject do
{:ash_postgres, "~> 2.0.0-rc"},
{:ash_admin, "~> 0.11.0"},
{:ash_phoenix, "~> 2.0.0-rc"},
{:ash_graphql, "~> 1.0.0-rc"},
{:ash_graphql, "~> 1.1.0"},
{:ash_json_api, "~> 1.1.0"},
{:ash_appsignal, "~> 0.1"},
{:ash_blog, github: "ash-project/ash_blog"},

View file

@ -9,7 +9,7 @@
"ash_appsignal": {:hex, :ash_appsignal, "0.1.3", "90c0ed1b3aedd18b892352d2a7632641f9ef8f2d3b04caec2bdc810cb8900524", [:mix], [{:appsignal, "~> 2.0", [hex: :appsignal, repo: "hexpm", optional: false]}, {:ash, "~> 3.0", [hex: :ash, repo: "hexpm", optional: false]}], "hexpm", "43b1691c9e83a27a355ee1d2c047a79e18adac99eb7e8f1a532feebfe2a07a14"},
"ash_blog": {:git, "https://github.com/ash-project/ash_blog.git", "d65161ba519f977c82f8cb45df160b079f357c7e", []},
"ash_csv": {:hex, :ash_csv, "0.9.7", "179dba2b83ef74661ad8b9be81630fe88449c8ee4de84586816017962fc627f3", [:mix], [{:ash, "~> 3.0", [hex: :ash, repo: "hexpm", optional: false]}, {:csv, "~> 3.0", [hex: :csv, repo: "hexpm", optional: false]}], "hexpm", "32b11cb9708cc89065fb5c322ebd265fce3c7e8d70ac62bdbd12711d9b5dfcb8"},
"ash_graphql": {:hex, :ash_graphql, "1.0.1", "f3452601b7a678c5aee1b59823cad90e7253e4b809654e814a2c8100df7a9375", [:mix], [{:absinthe, "~> 1.7", [hex: :absinthe, repo: "hexpm", optional: false]}, {:absinthe_plug, "~> 1.4", [hex: :absinthe_plug, repo: "hexpm", optional: false]}, {:ash, "~> 3.0", [hex: :ash, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "979c1c85f538fd2198722520d8d98b668d406927922711ac8e4d858e2d5fed38"},
"ash_graphql": {:hex, :ash_graphql, "1.1.0", "72324cdc58bc81d03e594daca2f6bd5569857a8b510d288696574eb81433a4bd", [:mix], [{:absinthe, "~> 1.7", [hex: :absinthe, repo: "hexpm", optional: false]}, {:absinthe_plug, "~> 1.4", [hex: :absinthe_plug, repo: "hexpm", optional: false]}, {:ash, "~> 3.0", [hex: :ash, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "57202f06312a6b38d13abf279921e3d0ebf16fa7159cc7fa3632716d1d2462ab"},
"ash_json_api": {:hex, :ash_json_api, "1.1.0", "86d38bb810ae06170bea2ead3dd558cacb5c760f7db62356d9280dc996093814", [:mix], [{:ash, "~> 3.0", [hex: :ash, repo: "hexpm", optional: false]}, {:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:json_xema, "~> 0.4", [hex: :json_xema, repo: "hexpm", optional: false]}, {:open_api_spex, "~> 3.16", [hex: :open_api_spex, repo: "hexpm", optional: true]}, {:plug, "~> 1.11", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "0db08bc19ac52d3adb31df5a2090cfa0da2937b413b9f4cd7738b0a876200454"},
"ash_oban": {:hex, :ash_oban, "0.2.3", "4017879fc42f1d4f196c95cf540e9ff959d18eb90ee581648767a7534c6c3277", [:mix], [{:ash, "~> 3.0", [hex: :ash, repo: "hexpm", optional: false]}, {:oban, "~> 2.15", [hex: :oban, repo: "hexpm", optional: false]}, {:postgrex, "~> 0.17.4", [hex: :postgrex, repo: "hexpm", optional: false]}, {:simple_sat, "~> 0.1", [hex: :simple_sat, repo: "hexpm", optional: false]}], "hexpm", "3d31e99bede5cbd903d68086ce9719d6fe82a268bc83c17cf7ee6bb992e225ca"},
"ash_phoenix": {:hex, :ash_phoenix, "2.0.2", "38f62e3cfbaf027467662f32b5597627d04c39a1a5e1c59399f7712209718d1b", [:mix], [{:ash, "~> 3.0", [hex: :ash, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.5.6 or ~> 1.6", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 0.20.3 or ~> 1.0", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}], "hexpm", "fc7ee7bf3bbc8abe36e4e940d754bd326aa360092d01f64095fbbb31fe3fe606"},