We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a13cbc commit af92817Copy full SHA for af92817
.changeset/dull-laws-sneeze.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphql-codegen/typescript-urql-graphcache': minor
3
4
+
5
+mark typescript-urql-graphcache as @urql/exchange-graphcache v6 compatible
packages/plugins/typescript/urql-graphcache/package.json
@@ -37,7 +37,7 @@
37
"test": "jest --no-watchman --config ../../../../jest.config.js"
38
},
39
"peerDependencies": {
40
- "@urql/exchange-graphcache": "^4.1.1 || ^5.0.0",
+ "@urql/exchange-graphcache": "^4.1.1 || ^5.0.0 || ^6.0.0",
41
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
42
"graphql-tag": "^2.0.0"
43
0 commit comments