@teambit/component.ui.component-compare.component-compare 0.0.190 → 0.0.191

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/component.ui.component-compare.component-compare",
3
- "version": "0.0.190",
3
+ "version": "0.0.191",
4
4
  "homepage": "https://bit.cloud/teambit/component/ui/component-compare/component-compare",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "ui/component-compare/component-compare",
9
- "version": "0.0.190"
9
+ "version": "0.0.191"
10
10
  },
11
11
  "dependencies": {
12
12
  "classnames": "2.2.6",
@@ -20,21 +20,21 @@
20
20
  "@teambit/component.ui.component-compare.utils.sort-tabs": "0.0.102",
21
21
  "@teambit/component.ui.component-compare.hooks.use-component-compare": "0.0.113",
22
22
  "@teambit/component.ui.component-compare.context": "0.0.118",
23
- "@teambit/component.ui.component-compare.models.component-compare-props": "0.0.109",
23
+ "@teambit/component.ui.component-compare.models.component-compare-props": "0.0.110",
24
24
  "@teambit/component.ui.component-compare.utils.lazy-loading": "0.0.6",
25
25
  "@teambit/component.ui.component-compare.version-picker": "0.0.186",
26
26
  "@teambit/legacy-component-log": "0.0.403",
27
- "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.509"
27
+ "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.510"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/classnames": "2.2.11",
31
31
  "@types/mocha": "9.1.0",
32
- "@teambit/react.v17.react-env": "1.1.20"
32
+ "@teambit/react.v17.react-env": "1.1.69"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^16.8.0 || ^17.0.0",
36
36
  "@types/react": "^17.0.0",
37
- "@teambit/base-react.navigation.link": "2.0.27"
37
+ "@teambit/base-react.navigation.link": "2.0.31"
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "optionalDependencies": {},
@@ -1,48 +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
- "composite": true
26
- },
27
- "exclude": [
28
- "artifacts",
29
- "public",
30
- "dist",
31
- "node_modules",
32
- "package.json",
33
- "**/*.cjs",
34
- "./dist"
35
- ],
36
- "include": [
37
- "**/*",
38
- "**/*.json"
39
- ],
40
- "references": [
41
- {
42
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_ui_component-compare_models_component-compare-props@0.0.109"
43
- },
44
- {
45
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.ui-foundation_ui_react-router_slot-router@0.0.509"
46
- }
47
- ]
48
- }
package/tsconfig.json DELETED
@@ -1,48 +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
- "composite": true
26
- },
27
- "exclude": [
28
- "artifacts",
29
- "public",
30
- "dist",
31
- "node_modules",
32
- "package.json",
33
- "**/*.cjs",
34
- "./dist"
35
- ],
36
- "include": [
37
- "**/*",
38
- "**/*.json"
39
- ],
40
- "references": [
41
- {
42
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_ui_component-compare_models_component-compare-props@0.0.109"
43
- },
44
- {
45
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.ui-foundation_ui_react-router_slot-router@0.0.509"
46
- }
47
- ]
48
- }