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

Version Packages (#276)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+8 -6
.changeset
packages
-5
.changeset/eighty-seahorses-unite.md
···
-
---
-
'@0no-co/graphqlsp': patch
-
---
-
-
Add `typescript` to `peerDependencies`
+7
packages/graphqlsp/CHANGELOG.md
···
# @0no-co/graphqlsp
+
## 1.7.1
+
+
### Patch Changes
+
+
- Add `typescript` to `peerDependencies`
+
Submitted by [@kitten](https://github.com/kitten) (See [#275](https://github.com/0no-co/GraphQLSP/pull/275))
+
## 1.7.0
### Minor Changes
+1 -1
packages/graphqlsp/package.json
···
{
"name": "@0no-co/graphqlsp",
-
"version": "1.7.0",
+
"version": "1.7.1",
"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",