@0no-co/graphqlsp
Advanced tools
Comparing version 1.12.1 to 1.12.2-canary-e3326fb
# @0no-co/graphqlsp | ||
## 1.12.2-canary-e3326fb | ||
### 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 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@0no-co/graphqlsp", | ||
"version": "1.12.1", | ||
"version": "1.12.2-canary-e3326fb", | ||
"description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", | ||
@@ -50,7 +50,8 @@ "main": "./dist/graphqlsp", | ||
"@gql.tada/internal": "^0.3.0", | ||
"graphql": "^16.8.1", | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0", | ||
"node-fetch": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
"typescript": "^5.0.0", | ||
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
@@ -57,0 +58,0 @@ "publishConfig": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1372272
5
2