Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix @urql/exchange-populate visitWithTypeInfo import (#709)

authored by

Phil Plückthun and committed by
GitHub
8ef492d0 7b0d18b5

+11 -5
+6
.changeset/few-trees-taste.md
··· 1 + --- 2 + '@urql/exchange-graphcache': patch 3 + '@urql/exchange-populate': patch 4 + --- 5 + 6 + Fix @urql/exchange-populate visitWithTypeInfo import by bumping babel-plugin-modular-graphql
+1 -1
package.json
··· 58 58 "@typescript-eslint/eslint-plugin": "^2.27.0", 59 59 "@typescript-eslint/parser": "^2.27.0", 60 60 "babel-plugin-closure-elimination": "^1.3.0", 61 - "babel-plugin-modular-graphql": "0.1.1", 61 + "babel-plugin-modular-graphql": "0.1.3", 62 62 "babel-plugin-transform-async-to-promises": "^0.8.15", 63 63 "dotenv": "^8.2.0", 64 64 "eslint": "^6.8.0",
+4 -4
yarn.lock
··· 3035 3035 cosmiconfig "^6.0.0" 3036 3036 resolve "^1.12.0" 3037 3037 3038 - babel-plugin-modular-graphql@0.1.1: 3039 - version "0.1.1" 3040 - resolved "https://registry.yarnpkg.com/babel-plugin-modular-graphql/-/babel-plugin-modular-graphql-0.1.1.tgz#467b49c9141274e144cb2481ee98abdf292f5d63" 3041 - integrity sha512-xlv/XTp3FiTRIeuQYp07Avlt+n6+GGPw0dXSt7c+FTLS5q/NugY4DpOb4MMn+u5dw0Xs/3VlxU4oGDHdv+z3Zw== 3038 + babel-plugin-modular-graphql@0.1.3: 3039 + version "0.1.3" 3040 + resolved "https://registry.yarnpkg.com/babel-plugin-modular-graphql/-/babel-plugin-modular-graphql-0.1.3.tgz#23d474daab2278229bfc9a9f2491f3e1d9f555f1" 3041 + integrity sha512-13QBZm1sqPTHVBlG79p0jswR+FdNIIaxRrg1tNjpfGYU4U9M8bEDVQ51QK9+cZ6zUBQ0k2mh0iRvCjZt+856pg== 3042 3042 3043 3043 "babel-plugin-styled-components@>= 1": 3044 3044 version "1.10.7"