@teambit/code.ui.code-tab-page 0.0.0-c35ac87b260187b08f65728acf4a2a09baf141dc → 0.0.0-dcc1fe5e22a99f8e110167ab9537310e29476f83
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/code.ui.code-tab-page",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-dcc1fe5e22a99f8e110167ab9537310e29476f83",
|
4
4
|
"homepage": "https://bit.cloud/teambit/code/ui/code-tab-page",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.code",
|
8
8
|
"name": "ui/code-tab-page",
|
9
|
-
"version": "
|
9
|
+
"version": "dcc1fe5e22a99f8e110167ab9537310e29476f83"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"classnames": "2.2.6",
|
@@ -20,6 +20,7 @@
|
|
20
20
|
"@teambit/code.ui.utils.get-file-icon": "0.0.496",
|
21
21
|
"@teambit/component.ui.artifacts.models.component-artifacts-model": "0.0.12",
|
22
22
|
"@teambit/documenter.ui.label": "4.0.3",
|
23
|
+
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.228",
|
23
24
|
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.199",
|
24
25
|
"@teambit/code.ui.code-tab-tree": "0.0.618",
|
25
26
|
"@teambit/code.ui.hooks.use-code-params": "0.0.497",
|
@@ -28,9 +29,8 @@
|
|
28
29
|
"@teambit/component.ui.artifacts.queries.use-component-artifacts": "0.0.14",
|
29
30
|
"@teambit/design.ui.tree": "0.0.16",
|
30
31
|
"@teambit/ui-foundation.ui.tree.tree-node": "0.0.517",
|
31
|
-
"@teambit/code.ui.code-view": "0.0.0-
|
32
|
-
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.
|
33
|
-
"@teambit/ui-foundation.ui.buttons.collapser": "0.0.228"
|
32
|
+
"@teambit/code.ui.code-view": "0.0.0-7d1660f822bc1b05ded40af777f69173b9ae31c7",
|
33
|
+
"@teambit/lanes.hooks.use-viewed-lane-from-url": "0.0.0-0e2a51f844da3e135542fec5c2bfc21c10305ac3"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@types/classnames": "2.2.11",
|
File without changes
|