From 5285bc375e8444effbdad59a8ff386c855b9df86 Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Wed, 12 Jun 2024 17:19:55 +0100 Subject: [PATCH] chore(cli-utils): Bump GraphQLSP --- .changeset/mighty-crabs-deny.md | 5 +++++ packages/cli-utils/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/mighty-crabs-deny.md diff --git a/.changeset/mighty-crabs-deny.md b/.changeset/mighty-crabs-deny.md new file mode 100644 index 00000000..8289e89d --- /dev/null +++ b/.changeset/mighty-crabs-deny.md @@ -0,0 +1,5 @@ +--- +"@gql.tada/cli-utils": patch +--- + +Bump `@0no-co/graphqlsp` to `^1.12.8` diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index f14f0e6b..84863c43 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -56,7 +56,7 @@ "wonka": "^6.3.4" }, "dependencies": { - "@0no-co/graphqlsp": "^1.12.1", + "@0no-co/graphqlsp": "^1.12.8", "@gql.tada/internal": "workspace:*", "@vue/compiler-dom": "^3.4.23", "@vue/language-core": "^2.0.17",