@teambit/graph 0.0.701 → 0.0.704

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,46 +1,46 @@
1
1
  {
2
2
  "name": "@teambit/graph",
3
- "version": "0.0.701",
3
+ "version": "0.0.704",
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.701"
9
+ "version": "0.0.704"
10
10
  },
11
11
  "dependencies": {
12
12
  "@teambit/harmony": "0.2.11",
13
13
  "graphql-tag": "2.12.1",
14
14
  "lodash": "4.17.21",
15
- "classnames": "2.2.6",
16
15
  "react-flow-renderer": "8.3.7",
17
16
  "dagre": "0.8.5",
17
+ "classnames": "2.2.6",
18
18
  "react-router-dom": "5.2.0",
19
19
  "@babel/runtime": "7.12.18",
20
20
  "core-js": "^3.0.0",
21
21
  "@teambit/graph.cleargraph": "0.0.1",
22
22
  "@teambit/base-ui.surfaces.card": "1.0.1",
23
- "@teambit/base-ui.text.muted-text": "1.0.1",
24
23
  "@teambit/evangelist.input.checkbox.label": "1.0.3",
25
24
  "@teambit/documenter.ui.heading": "4.1.1",
26
- "@teambit/component": "0.0.701",
27
- "@teambit/graphql": "0.0.701",
28
- "@teambit/cli": "0.0.465",
29
- "@teambit/ui": "0.0.701",
25
+ "@teambit/base-ui.text.muted-text": "1.0.1",
26
+ "@teambit/component": "0.0.704",
27
+ "@teambit/graphql": "0.0.704",
28
+ "@teambit/cli": "0.0.468",
29
+ "@teambit/ui": "0.0.704",
30
30
  "@teambit/legacy-bit-id": "0.0.399",
31
- "@teambit/component.ui.deprecation-icon": "0.0.493",
32
- "@teambit/design.ui.styles.ellipsis": "0.0.347",
33
- "@teambit/envs.ui.env-icon": "0.0.486",
31
+ "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.487",
34
32
  "@teambit/design.ui.pages.not-found": "0.0.354",
35
33
  "@teambit/design.ui.pages.server-error": "0.0.354",
36
34
  "@teambit/ui-foundation.ui.full-loader": "0.0.486",
37
- "@teambit/ui-foundation.ui.hooks.use-data-query": "0.0.487"
35
+ "@teambit/component.ui.deprecation-icon": "0.0.493",
36
+ "@teambit/design.ui.styles.ellipsis": "0.0.347",
37
+ "@teambit/envs.ui.env-icon": "0.0.486"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/react": "^17.0.8",
41
41
  "@types/lodash": "4.14.165",
42
- "@types/classnames": "2.2.11",
43
42
  "@types/dagre": "0.7.44",
43
+ "@types/classnames": "2.2.11",
44
44
  "@types/react-router-dom": "5.1.7",
45
45
  "@types/mocha": "9.1.0",
46
46
  "@types/testing-library__jest-dom": "5.9.5",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@apollo/client": "^3.0.0",
53
- "@teambit/legacy": "1.0.243",
53
+ "@teambit/legacy": "1.0.246",
54
54
  "react-dom": "^16.8.0 || ^17.0.0",
55
55
  "react": "^16.8.0 || ^17.0.0"
56
56
  },
@@ -78,7 +78,7 @@
78
78
  "react": "-"
79
79
  },
80
80
  "peerDependencies": {
81
- "@teambit/legacy": "1.0.243",
81
+ "@teambit/legacy": "1.0.246",
82
82
  "react-dom": "^16.8.0 || ^17.0.0",
83
83
  "react": "^16.8.0 || ^17.0.0"
84
84
  }
@@ -1,2 +1,2 @@
1
- export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.701/dist/graph.composition.js')]
2
- export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.701/dist/graph.docs.md')]
1
+ export const compositions = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.704/dist/graph.composition.js')]
2
+ export const overview = [require('/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_graph@0.0.704/dist/graph.docs.md')]
package/tsconfig.json CHANGED
@@ -10,22 +10,23 @@
10
10
  "target": "es2015",
11
11
  "module": "commonjs",
12
12
  "jsx": "react",
13
+ "allowJs": true,
14
+ "composite": true,
13
15
  "declaration": true,
14
16
  "sourceMap": true,
15
17
  "skipLibCheck": true,
18
+ "outDir": "dist",
16
19
  "moduleResolution": "node",
17
20
  "esModuleInterop": true,
21
+ "rootDir": ".",
18
22
  "resolveJsonModule": true,
19
- "composite": true,
20
23
  "emitDeclarationOnly": true,
21
- "outDir": "dist",
22
24
  "experimentalDecorators": true,
23
25
  "emitDecoratorMetadata": true,
24
26
  "allowSyntheticDefaultImports": true,
25
27
  "strictPropertyInitialization": false,
26
28
  "strict": true,
27
29
  "noImplicitAny": false,
28
- "rootDir": ".",
29
30
  "preserveConstEnums": true
30
31
  },
31
32
  "exclude": [