@teambit/component.ui.component-compare.models.component-compare-props 0.0.108 → 0.0.110
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';
|
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.
|
|
3
|
+
"version": "0.0.110",
|
|
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.
|
|
9
|
+
"version": "0.0.110"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@teambit/
|
|
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.
|
|
17
|
-
"@teambit/
|
|
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.
|
|
22
|
+
"@teambit/react.v17.react-env": "1.1.69"
|
|
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/dist/tsconfig.json
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": [
|
|
4
|
-
"esnext",
|
|
5
|
-
"dom",
|
|
6
|
-
"dom.Iterable"
|
|
7
|
-
],
|
|
8
|
-
"target": "es2020",
|
|
9
|
-
"module": "es2020",
|
|
10
|
-
"jsx": "react-jsx",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"sourceMap": true,
|
|
13
|
-
"experimentalDecorators": true,
|
|
14
|
-
"skipLibCheck": true,
|
|
15
|
-
"moduleResolution": "node",
|
|
16
|
-
"esModuleInterop": true,
|
|
17
|
-
"resolveJsonModule": true,
|
|
18
|
-
"allowJs": true,
|
|
19
|
-
"outDir": "dist",
|
|
20
|
-
"strict": true,
|
|
21
|
-
"emitDecoratorMetadata": true,
|
|
22
|
-
"preserveConstEnums": true,
|
|
23
|
-
"strictPropertyInitialization": false,
|
|
24
|
-
"noImplicitAny": false
|
|
25
|
-
},
|
|
26
|
-
"exclude": [
|
|
27
|
-
"artifacts",
|
|
28
|
-
"public",
|
|
29
|
-
"dist",
|
|
30
|
-
"node_modules",
|
|
31
|
-
"package.json",
|
|
32
|
-
"**/*.cjs",
|
|
33
|
-
"./dist"
|
|
34
|
-
],
|
|
35
|
-
"include": [
|
|
36
|
-
"**/*",
|
|
37
|
-
"**/*.json"
|
|
38
|
-
]
|
|
39
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": [
|
|
4
|
-
"esnext",
|
|
5
|
-
"dom",
|
|
6
|
-
"dom.Iterable"
|
|
7
|
-
],
|
|
8
|
-
"target": "es2020",
|
|
9
|
-
"module": "es2020",
|
|
10
|
-
"jsx": "react-jsx",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"sourceMap": true,
|
|
13
|
-
"experimentalDecorators": true,
|
|
14
|
-
"skipLibCheck": true,
|
|
15
|
-
"moduleResolution": "node",
|
|
16
|
-
"esModuleInterop": true,
|
|
17
|
-
"resolveJsonModule": true,
|
|
18
|
-
"allowJs": true,
|
|
19
|
-
"outDir": "dist",
|
|
20
|
-
"strict": true,
|
|
21
|
-
"emitDecoratorMetadata": true,
|
|
22
|
-
"preserveConstEnums": true,
|
|
23
|
-
"strictPropertyInitialization": false,
|
|
24
|
-
"noImplicitAny": false
|
|
25
|
-
},
|
|
26
|
-
"exclude": [
|
|
27
|
-
"artifacts",
|
|
28
|
-
"public",
|
|
29
|
-
"dist",
|
|
30
|
-
"node_modules",
|
|
31
|
-
"package.json",
|
|
32
|
-
"**/*.cjs",
|
|
33
|
-
"./dist"
|
|
34
|
-
],
|
|
35
|
-
"include": [
|
|
36
|
-
"**/*",
|
|
37
|
-
"**/*.json"
|
|
38
|
-
]
|
|
39
|
-
}
|
|
File without changes
|