@teambit/component.ui.component-compare.models.component-compare-props 0.0.0-cab884d608092da2bfa659fcd66925694921a142 → 0.0.0-e0635c1968465e07540ea341acff9dcc77e73bbf
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,30 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/component.ui.component-compare.models.component-compare-props",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-e0635c1968465e07540ea341acff9dcc77e73bbf",
|
|
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": "
|
|
9
|
+
"version": "e0635c1968465e07540ea341acff9dcc77e73bbf"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@teambit/base-ui.routing.nav-link": "1.0.4",
|
|
13
|
+
"@teambit/component.ui.component-compare.context": "0.0.125",
|
|
13
14
|
"@teambit/component.ui.component-compare.models.component-compare-change-type": "0.0.7",
|
|
14
|
-
"@teambit/component.ui.component-compare.models.component-compare-hooks": "0.0.11",
|
|
15
15
|
"@teambit/component.ui.component-compare.models.component-compare-state": "0.0.7",
|
|
16
|
-
"@teambit/component.ui.component-compare.
|
|
17
|
-
"@teambit/component.ui.component-compare.
|
|
16
|
+
"@teambit/component.ui.component-compare.utils.lazy-loading": "0.0.8",
|
|
17
|
+
"@teambit/component.ui.component-compare.models.component-compare-hooks": "0.0.11"
|
|
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.2.
|
|
22
|
+
"@teambit/react.v17.react-env": "1.2.6"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"react": "^16.8.0 || ^17.0.0",
|
|
26
|
-
"react-router-dom": "^6.16.0"
|
|
27
|
-
"@types/react": "^17.0.0"
|
|
26
|
+
"react-router-dom": "^6.16.0"
|
|
28
27
|
},
|
|
29
28
|
"license": "Apache-2.0",
|
|
30
29
|
"optionalDependencies": {},
|
|
File without changes
|