@graphql-codegen/typescript-react-query 3.5.9 → 3.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config.d.ts +0 -1
  2. package/package.json +3 -3
package/config.d.ts CHANGED
@@ -29,7 +29,6 @@ export interface ReactQueryRawPluginConfig extends Omit<RawClientSideBasePluginC
29
29
  * @description For each generate query hook adds `document` field with a
30
30
  * corresponding GraphQL query. Useful for `queryClient.fetchQuery`.
31
31
  * @exampleMarkdown
32
- * <!-- prettier-ignore -->
33
32
  * ```ts
34
33
  * queryClient.fetchQuery(
35
34
  * useUserDetailsQuery.getKey(variables),
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@graphql-codegen/typescript-react-query",
3
- "version": "3.5.9",
3
+ "version": "3.5.12",
4
4
  "description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations",
5
5
  "peerDependencies": {
6
6
  "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"
7
7
  },
8
8
  "dependencies": {
9
9
  "@graphql-codegen/plugin-helpers": "^2.4.0",
10
- "@graphql-codegen/visitor-plugin-common": "2.7.4",
10
+ "@graphql-codegen/visitor-plugin-common": "2.8.0",
11
11
  "auto-bind": "~4.0.0",
12
12
  "change-case-all": "1.0.14",
13
- "tslib": "~2.3.0"
13
+ "tslib": "~2.4.0"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",