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.

Update TypeScript peer dependency version (#382)

authored by

Jovi De Croock and committed by
GitHub
ab1a4218 83c8a7f0

+6 -1
+5
.changeset/stupid-waves-float.md
··· 1 + --- 2 + "@0no-co/graphqlsp": patch 3 + --- 4 + 5 + Update TypeScript peer dependency range to allow for TS v6
+1 -1
packages/graphqlsp/package.json
··· 55 55 }, 56 56 "peerDependencies": { 57 57 "graphql": "^15.5.0 || ^16.0.0 || ^17.0.0", 58 - "typescript": "^5.0.0" 58 + "typescript": "^5.0.0 || ^6.0.0" 59 59 }, 60 60 "publishConfig": { 61 61 "provenance": true