@isograph/react 0.0.0-main-79f9cbbb → 0.0.0-main-fab8db7b

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isograph/react",
3
- "version": "0.0.0-main-79f9cbbb",
3
+ "version": "0.0.0-main-fab8db7b",
4
4
  "description": "Use Isograph with React",
5
5
  "homepage": "https://isograph.dev",
6
6
  "main": "dist/index.js",
@@ -17,9 +17,9 @@
17
17
  "tsc": "tsc"
18
18
  },
19
19
  "dependencies": {
20
- "@isograph/disposable-types": "0.0.0-main-79f9cbbb",
21
- "@isograph/react-disposable-state": "0.0.0-main-79f9cbbb",
22
- "@isograph/reference-counted-pointer": "0.0.0-main-79f9cbbb"
20
+ "@isograph/disposable-types": "0.0.0-main-fab8db7b",
21
+ "@isograph/react-disposable-state": "0.0.0-main-fab8db7b",
22
+ "@isograph/reference-counted-pointer": "0.0.0-main-fab8db7b"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "18.2.0"
@@ -1,2 +1,3 @@
1
+ import type React from 'react';
1
2
  import { meNameField as resolver } from '../../../garbageCollection.test';
2
3
  export type Query__meName__output_type = ReturnType<typeof resolver>;
@@ -1,2 +1,3 @@
1
+ import type React from 'react';
1
2
  import { meNameField as resolver } from '../../../meNameSuccessor';
2
3
  export type Query__meNameSuccessor__output_type = ReturnType<typeof resolver>;
@@ -1,2 +1,3 @@
1
+ import type React from 'react';
1
2
  import { nodeField as resolver } from '../../../nodeQuery';
2
3
  export type Query__nodeField__output_type = ReturnType<typeof resolver>;