@teambit/graph 0.0.844 → 0.0.847
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/dist/ui/component-node/component-node.module.scss +2 -0
- package/package-tar/teambit-graph-0.0.847.tgz +0 -0
- package/package.json +15 -15
- package/{preview-1662281577904.js → preview-1662694416892.js} +2 -2
- package/ui/component-node/component-node.module.scss +2 -0
- package/package-tar/teambit-graph-0.0.844.tgz +0 -0
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/graph",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.847",
|
|
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.
|
|
9
|
+
"version": "0.0.847"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"graphql-tag": "2.12.1",
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
14
|
"classnames": "2.2.6",
|
|
15
15
|
"react-flow-renderer": "8.3.7",
|
|
16
|
-
"dagre": "0.8.5",
|
|
17
16
|
"semver": "7.3.4",
|
|
17
|
+
"dagre": "0.8.5",
|
|
18
18
|
"@babel/runtime": "7.12.18",
|
|
19
19
|
"core-js": "^3.0.0",
|
|
20
|
+
"@teambit/component": "0.0.847",
|
|
20
21
|
"@teambit/graph.cleargraph": "0.0.1",
|
|
21
22
|
"@teambit/harmony": "0.3.3",
|
|
23
|
+
"@teambit/graphql": "0.0.847",
|
|
24
|
+
"@teambit/cli": "0.0.565",
|
|
25
|
+
"@teambit/component-compare": "0.0.95",
|
|
26
|
+
"@teambit/ui": "0.0.847",
|
|
27
|
+
"@teambit/legacy-bit-id": "0.0.414",
|
|
22
28
|
"@teambit/base-ui.routing.nav-link": "1.0.0",
|
|
23
29
|
"@teambit/base-ui.surfaces.card": "1.0.1",
|
|
24
30
|
"@teambit/base-ui.text.muted-text": "1.0.1",
|
|
25
|
-
"@teambit/evangelist.input.checkbox.label": "1.0.3",
|
|
26
|
-
"@teambit/documenter.ui.heading": "4.1.1",
|
|
27
|
-
"@teambit/component": "0.0.844",
|
|
28
|
-
"@teambit/graphql": "0.0.844",
|
|
29
|
-
"@teambit/cli": "0.0.563",
|
|
30
|
-
"@teambit/component-compare": "0.0.92",
|
|
31
|
-
"@teambit/ui": "0.0.844",
|
|
32
|
-
"@teambit/legacy-bit-id": "0.0.414",
|
|
33
31
|
"@teambit/component.modules.component-url": "0.0.140",
|
|
34
32
|
"@teambit/component.ui.deprecation-icon": "0.0.500",
|
|
35
33
|
"@teambit/design.ui.styles.ellipsis": "0.0.353",
|
|
36
34
|
"@teambit/envs.ui.env-icon": "0.0.492",
|
|
35
|
+
"@teambit/component.ui.compare": "0.0.80",
|
|
36
|
+
"@teambit/design.ui.round-loader": "0.0.352",
|
|
37
|
+
"@teambit/evangelist.input.checkbox.label": "1.0.3",
|
|
37
38
|
"@teambit/design.ui.pages.not-found": "0.0.363",
|
|
38
39
|
"@teambit/design.ui.pages.server-error": "0.0.363",
|
|
40
|
+
"@teambit/documenter.ui.heading": "4.1.1",
|
|
39
41
|
"@teambit/ui-foundation.ui.full-loader": "0.0.492",
|
|
40
|
-
"@teambit/component.ui.compare": "0.0.78",
|
|
41
|
-
"@teambit/design.ui.round-loader": "0.0.352",
|
|
42
42
|
"@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.496",
|
|
43
43
|
"@teambit/ui-foundation.ui.react-router.use-query": "0.0.493"
|
|
44
44
|
},
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@types/react": "^17.0.8",
|
|
47
47
|
"@types/lodash": "4.14.165",
|
|
48
48
|
"@types/classnames": "2.2.11",
|
|
49
|
-
"@types/dagre": "0.7.44",
|
|
50
49
|
"@types/semver": "7.3.4",
|
|
50
|
+
"@types/dagre": "0.7.44",
|
|
51
51
|
"@types/mocha": "9.1.0",
|
|
52
52
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
53
53
|
"@types/jest": "^26.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@apollo/client": "^3.6.0",
|
|
59
|
-
"@teambit/legacy": "1.0.
|
|
59
|
+
"@teambit/legacy": "1.0.346",
|
|
60
60
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
61
61
|
"react": "^16.8.0 || ^17.0.0"
|
|
62
62
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.847/dist/graph.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.847/dist/graph.docs.md';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
Binary file
|