@teambit/graph 1.0.993 → 1.0.994

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,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_graph@1.0.993/dist/graph.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_graph@1.0.993/dist/graph.docs.md';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_graph@1.0.994/dist/graph.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_graph@1.0.994/dist/graph.docs.md';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/graph",
3
- "version": "1.0.993",
3
+ "version": "1.0.994",
4
4
  "homepage": "https://bit.cloud/teambit/component/graph",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "graph",
9
- "version": "1.0.993"
9
+ "version": "1.0.994"
10
10
  },
11
11
  "dependencies": {
12
12
  "graphlib": "2.1.8",
@@ -14,36 +14,36 @@
14
14
  "graphql-tag": "2.12.1",
15
15
  "classnames": "^2.5.1",
16
16
  "reactflow": "^11.11.3",
17
- "@dagrejs/dagre": "^1.1.2",
18
17
  "semver": "7.7.1",
18
+ "@dagrejs/dagre": "^1.1.2",
19
19
  "@teambit/component-id": "1.2.4",
20
20
  "@teambit/graph.cleargraph": "0.0.11",
21
- "@teambit/legacy.dependency-graph": "0.0.119",
22
- "@teambit/scope.remotes": "0.0.116",
23
21
  "@teambit/harmony": "0.4.7",
24
22
  "@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.7",
25
- "@teambit/component.modules.component-url": "0.0.189",
26
23
  "@teambit/base-ui.routing.nav-link": "1.0.4",
27
24
  "@teambit/base-ui.surfaces.card": "1.0.3",
28
25
  "@teambit/base-ui.text.muted-text": "1.0.3",
29
26
  "@teambit/component.ui.deprecation-icon": "0.0.509",
30
27
  "@teambit/design.ui.styles.ellipsis": "0.0.357",
28
+ "@teambit/envs.ui.env-icon": "0.0.508",
29
+ "@teambit/component.ui.component-compare.context": "0.0.125",
30
+ "@teambit/design.ui.round-loader": "0.0.355",
31
+ "@teambit/component.ui.component-compare.status-resolver": "0.0.12",
31
32
  "@teambit/evangelist.input.checkbox.label": "1.1.0",
32
33
  "@teambit/design.skeletons.base-skeleton": "0.0.2",
33
34
  "@teambit/design.ui.pages.not-found": "0.0.371",
34
35
  "@teambit/design.ui.pages.server-error": "0.0.368",
35
- "@teambit/design.ui.round-loader": "0.0.355",
36
- "@teambit/component.ui.component-compare.status-resolver": "0.0.12",
37
36
  "@teambit/ui-foundation.ui.react-router.use-query": "0.0.505",
38
- "@teambit/component": "1.0.993",
39
- "@teambit/cli": "0.0.1326",
40
- "@teambit/component.ui.component-compare.models.component-compare-props": "0.0.127",
41
- "@teambit/graphql": "1.0.993",
42
- "@teambit/logger": "0.0.1419",
43
- "@teambit/component-compare": "1.0.993",
44
- "@teambit/ui": "1.0.993",
45
- "@teambit/envs.ui.env-icon": "0.0.508",
46
- "@teambit/component.ui.component-compare.context": "0.0.125"
37
+ "@teambit/legacy.dependency-graph": "0.0.120",
38
+ "@teambit/component": "1.0.994",
39
+ "@teambit/cli": "0.0.1327",
40
+ "@teambit/scope.remotes": "0.0.117",
41
+ "@teambit/component.ui.component-compare.models.component-compare-props": "0.0.128",
42
+ "@teambit/graphql": "1.0.994",
43
+ "@teambit/logger": "0.0.1420",
44
+ "@teambit/component-compare": "1.0.994",
45
+ "@teambit/ui": "1.0.994",
46
+ "@teambit/component.modules.component-url": "0.0.190"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/graphlib": "2.1.7",
@@ -51,12 +51,12 @@
51
51
  "@types/classnames": "^2.3.4",
52
52
  "@types/semver": "7.5.8",
53
53
  "@types/mocha": "9.1.0",
54
- "@teambit/harmony.envs.core-aspect-env": "0.1.4"
54
+ "@teambit/harmony.envs.core-aspect-env": "0.1.5"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@apollo/client": "^3.12.0",
58
- "react": "^17.0.0 || ^18.0.0",
59
- "@types/react": "^17.0.73"
58
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
59
+ "@types/react": "^19.0.0"
60
60
  },
61
61
  "license": "Apache-2.0",
62
62
  "optionalDependencies": {},