Mirror: TypeScript LSP plugin that finds GraphQL documents in your code and provides diagnostics, auto-complete and hover-information.

Version Packages (#315)

Changed files
+8 -6
.changeset
packages
-5
.changeset/warm-chefs-tan.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Update `graphql` to variably support `^15.5.0` and include future support for v17. The `graphql` package is now marked as a peer dependency in addition to a regular dependency.
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.12.2
+
+
### Patch Changes
+
+
- Update `graphql` to variably support `^15.5.0` and include future support for v17. The `graphql` package is now marked as a peer dependency in addition to a regular dependency
+
Submitted by [@kitten](https://github.com/kitten) (See [#314](https://github.com/0no-co/GraphQLSP/pull/314))
+
## 1.12.1
### Patch Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.12.1",
+
"version": "1.12.2",
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
"main": "./dist/graphqlsp",
"module": "./dist/graphqlsp.mjs",