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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#315)

authored by

github-actions[bot] and committed by
GitHub
af466b7c e3326fb8

+8 -6
-5
.changeset/warm-chefs-tan.md
··· 1 - --- 2 - '@0no-co/graphqlsp': patch 3 - --- 4 - 5 - 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
··· 1 1 # @0no-co/graphqlsp 2 2 3 + ## 1.12.2 4 + 5 + ### Patch Changes 6 + 7 + - 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 8 + Submitted by [@kitten](https://github.com/kitten) (See [#314](https://github.com/0no-co/GraphQLSP/pull/314)) 9 + 3 10 ## 1.12.1 4 11 5 12 ### Patch Changes
+1 -1
packages/graphqlsp/package.json
··· 1 1 { 2 2 "name": "@0no-co/graphqlsp", 3 - "version": "1.12.1", 3 + "version": "1.12.2", 4 4 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", 5 5 "main": "./dist/graphqlsp", 6 6 "module": "./dist/graphqlsp.mjs",