@teambit/component.ui.component-compare.models.component-compare-props 0.0.108 → 0.0.109

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.
@@ -3,7 +3,7 @@ import { RouteProps } from 'react-router-dom';
3
3
  import { ComponentID, UseComponentType } from '@teambit/component';
4
4
  import { ComponentCompareHooks } from '@teambit/component.ui.component-compare.models.component-compare-hooks';
5
5
  import { ComponentCompareState } from '@teambit/component.ui.component-compare.models.component-compare-state';
6
- import { NavLinkProps } from '@teambit/base-ui.routing.nav-link';
6
+ import type { NavLinkProps } from '@teambit/base-ui.routing.nav-link';
7
7
  import { MaybeLazyLoaded } from '@teambit/component.ui.component-compare.utils.lazy-loading';
8
8
  import { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type';
9
9
  import { StateAndHooks } from '@teambit/component.ui.component-compare.context';
@@ -3,7 +3,7 @@ import { RouteProps } from 'react-router-dom';
3
3
  import { ComponentID, UseComponentType } from '@teambit/component';
4
4
  import { ComponentCompareHooks } from '@teambit/component.ui.component-compare.models.component-compare-hooks';
5
5
  import { ComponentCompareState } from '@teambit/component.ui.component-compare.models.component-compare-state';
6
- import { NavLinkProps } from '@teambit/base-ui.routing.nav-link';
6
+ import type { NavLinkProps } from '@teambit/base-ui.routing.nav-link';
7
7
  import { MaybeLazyLoaded } from '@teambit/component.ui.component-compare.utils.lazy-loading';
8
8
  import { ChangeType } from '@teambit/component.ui.component-compare.models.component-compare-change-type';
9
9
  import { StateAndHooks } from '@teambit/component.ui.component-compare.context';
@@ -21,7 +21,8 @@
21
21
  "emitDecoratorMetadata": true,
22
22
  "preserveConstEnums": true,
23
23
  "strictPropertyInitialization": false,
24
- "noImplicitAny": false
24
+ "noImplicitAny": false,
25
+ "composite": true
25
26
  },
26
27
  "exclude": [
27
28
  "artifacts",
@@ -35,5 +36,6 @@
35
36
  "include": [
36
37
  "**/*",
37
38
  "**/*.json"
38
- ]
39
+ ],
40
+ "references": []
39
41
  }
package/package.json CHANGED
@@ -1,29 +1,30 @@
1
1
  {
2
2
  "name": "@teambit/component.ui.component-compare.models.component-compare-props",
3
- "version": "0.0.108",
3
+ "version": "0.0.109",
4
4
  "homepage": "https://bit.cloud/teambit/component/ui/component-compare/models/component-compare-props",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "ui/component-compare/models/component-compare-props",
9
- "version": "0.0.108"
9
+ "version": "0.0.109"
10
10
  },
11
11
  "dependencies": {
12
- "@teambit/component.ui.component-compare.context": "0.0.118",
12
+ "@teambit/base-ui.routing.nav-link": "1.0.3",
13
13
  "@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.7",
14
14
  "@teambit/component.ui.component-compare.models.component-compare-hooks": "0.0.10",
15
15
  "@teambit/component.ui.component-compare.models.component-compare-state": "0.0.7",
16
- "@teambit/component.ui.component-compare.utils.lazy-loading": "0.0.6",
17
- "@teambit/base-ui.routing.nav-link": "1.0.3"
16
+ "@teambit/component.ui.component-compare.context": "0.0.118",
17
+ "@teambit/component.ui.component-compare.utils.lazy-loading": "0.0.6"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/react-router-dom": "5.3.3",
21
21
  "@types/mocha": "9.1.0",
22
- "@teambit/react.v17.react-env": "1.1.19"
22
+ "@teambit/react.v17.react-env": "1.1.20"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": "^16.8.0 || ^17.0.0",
26
- "react-router-dom": "^6.16.0"
26
+ "react-router-dom": "^6.16.0",
27
+ "@types/react": "^17.0.0"
27
28
  },
28
29
  "license": "Apache-2.0",
29
30
  "optionalDependencies": {},
package/tsconfig.json CHANGED
@@ -21,7 +21,8 @@
21
21
  "emitDecoratorMetadata": true,
22
22
  "preserveConstEnums": true,
23
23
  "strictPropertyInitialization": false,
24
- "noImplicitAny": false
24
+ "noImplicitAny": false,
25
+ "composite": true
25
26
  },
26
27
  "exclude": [
27
28
  "artifacts",
@@ -35,5 +36,6 @@
35
36
  "include": [
36
37
  "**/*",
37
38
  "**/*.json"
38
- ]
39
+ ],
40
+ "references": []
39
41
  }