Skip to content

Commit 2d3df93

Browse files
authored
feat(typescript-urql-graphcache): mark @urql/exchange-graphcache v6 compatible (#361)
Resolves #342
1 parent cb57636 commit 2d3df93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/dull-laws-sneeze.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test": "jest --no-watchman --config ../../../../jest.config.js"
3838
},
3939
"peerDependencies": {
40-
"@urql/exchange-graphcache": "^4.1.1 || ^5.0.0",
40+
"@urql/exchange-graphcache": "^4.1.1 || ^5.0.0 || ^6.0.0",
4141
"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",
4242
"graphql-tag": "^2.0.0"
4343
},

0 commit comments

Comments
 (0)