@teambit/graph 0.0.601 → 0.0.609

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps } from '@teambit/base-ui.surfaces.card';
2
3
  import { NodeModel } from '../query/node-model';
3
4
  export interface ComponentNode extends CardProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { OnLoadParams, ReactFlowProps } from 'react-flow-renderer';
2
3
  import { ComponentID } from '@teambit/component';
3
4
  import { ComponentWidgetSlot } from '../../graph.ui.runtime';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CardProps } from '@teambit/base-ui.surfaces.card';
2
3
  declare type GraphFilters = {
3
4
  isFiltered: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ComponentWidgetSlot } from '../../graph.ui.runtime';
2
3
  declare type GraphPageProps = {
3
4
  componentWidgets: ComponentWidgetSlot;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Section } from '@teambit/component';
2
3
  import { ComponentWidgetSlot } from '../graph.ui.runtime';
3
4
  export declare class GraphSection implements Section {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/graph",
3
- "version": "0.0.601",
3
+ "version": "0.0.609",
4
4
  "homepage": "https://bit.dev/teambit/component/graph",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "graph",
9
- "version": "0.0.601"
9
+ "version": "0.0.609"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
@@ -23,10 +23,10 @@
23
23
  "@teambit/base-ui.text.muted-text": "1.0.1",
24
24
  "@teambit/evangelist.input.checkbox.label": "1.0.3",
25
25
  "@teambit/documenter.ui.heading": "4.1.1",
26
- "@teambit/component": "0.0.601",
27
- "@teambit/graphql": "0.0.601",
28
- "@teambit/cli": "0.0.413",
29
- "@teambit/ui": "0.0.601",
26
+ "@teambit/component": "0.0.609",
27
+ "@teambit/graphql": "0.0.609",
28
+ "@teambit/cli": "0.0.419",
29
+ "@teambit/ui": "0.0.609",
30
30
  "@teambit/legacy-bit-id": "0.0.397",
31
31
  "@teambit/component.ui.deprecation-icon": "0.0.492",
32
32
  "@teambit/design.ui.styles.ellipsis": "0.0.347",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@apollo/client": "^3.0.0",
52
- "@teambit/legacy": "1.0.200",
52
+ "@teambit/legacy": "1.0.202",
53
53
  "react-dom": "^16.8.0 || ^17.0.0",
54
54
  "react": "^16.8.0 || ^17.0.0"
55
55
  },
@@ -77,7 +77,7 @@
77
77
  "react": "-"
78
78
  },
79
79
  "peerDependencies": {
80
- "@teambit/legacy": "1.0.200",
80
+ "@teambit/legacy": "1.0.202",
81
81
  "react-dom": "^16.8.0 || ^17.0.0",
82
82
  "react": "^16.8.0 || ^17.0.0"
83
83
  }