diff --git a/.changeset/include-urql-graphcache-versions.md b/.changeset/include-urql-graphcache-versions.md new file mode 100644 index 0000000000..d3dea7580f --- /dev/null +++ b/.changeset/include-urql-graphcache-versions.md @@ -0,0 +1,5 @@ +--- +"@graphql-codegen/typescript-urql-graphcache": patch +--- + +Include support for @urql/exchange-graphcache 8 and 9 versions diff --git a/packages/plugins/typescript/urql-graphcache/package.json b/packages/plugins/typescript/urql-graphcache/package.json index b999f0caee..5aa1c173cf 100644 --- a/packages/plugins/typescript/urql-graphcache/package.json +++ b/packages/plugins/typescript/urql-graphcache/package.json @@ -36,7 +36,7 @@ "lint": "eslint **/*.ts" }, "peerDependencies": { - "@urql/exchange-graphcache": "^5.2.0 || ^6.0.0 || ^7.0.0", + "@urql/exchange-graphcache": "^5.2.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", "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", "graphql-tag": "^2.0.0" },