@urql/core
Advanced tools
Comparing version 2.3.5 to 2.3.6
# @urql/core | ||
## 2.3.6 | ||
### Patch Changes | ||
- Extend peer dependency range of `graphql` to include `^16.0.0`. | ||
As always when upgrading across many packages of `urql`, especially including `@urql/core` we recommend you to deduplicate dependencies after upgrading, using `npm dedupe` or `npx yarn-deduplicate`, by [@kitten](https://github.com/kitten) (See [#2133](https://github.com/FormidableLabs/urql/pull/2133)) | ||
## 2.3.5 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@urql/core", | ||
"version": "2.3.5", | ||
"version": "2.3.6", | ||
"description": "The shared core for the highly customizable and versatile GraphQL client", | ||
@@ -59,6 +59,6 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"graphql": "^15.4.0" | ||
"graphql": "^16.0.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" | ||
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
400496
2