@teambit/scope 0.0.582 → 0.0.583
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/scope",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.583",
|
|
4
4
|
"homepage": "https://bit.dev/teambit/scope/scope",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.scope",
|
|
8
8
|
"name": "scope",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.583"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"semver": "7.3.4",
|
|
@@ -25,26 +25,26 @@
|
|
|
25
25
|
"@teambit/base-ui.graph.tree.recursive-tree": "1.0.0",
|
|
26
26
|
"@teambit/scope.models.scope-model": "0.0.87",
|
|
27
27
|
"@teambit/scope.ui.hooks.scope-context": "0.0.87",
|
|
28
|
-
"@teambit/component": "0.0.
|
|
28
|
+
"@teambit/component": "0.0.583",
|
|
29
29
|
"@teambit/logger": "0.0.488",
|
|
30
|
-
"@teambit/aspect-loader": "0.0.
|
|
31
|
-
"@teambit/builder": "0.0.
|
|
30
|
+
"@teambit/aspect-loader": "0.0.583",
|
|
31
|
+
"@teambit/builder": "0.0.583",
|
|
32
32
|
"@teambit/cli": "0.0.400",
|
|
33
|
-
"@teambit/compiler": "0.0.
|
|
33
|
+
"@teambit/compiler": "0.0.583",
|
|
34
34
|
"@teambit/config": "0.0.412",
|
|
35
|
-
"@teambit/envs": "0.0.
|
|
35
|
+
"@teambit/envs": "0.0.583",
|
|
36
36
|
"@teambit/express": "0.0.492",
|
|
37
|
-
"@teambit/graphql": "0.0.
|
|
37
|
+
"@teambit/graphql": "0.0.583",
|
|
38
38
|
"@teambit/harmony.modules.requireable-component": "0.0.475",
|
|
39
|
-
"@teambit/isolator": "0.0.
|
|
39
|
+
"@teambit/isolator": "0.0.583",
|
|
40
40
|
"@teambit/legacy-bit-id": "0.0.389",
|
|
41
|
-
"@teambit/ui": "0.0.
|
|
41
|
+
"@teambit/ui": "0.0.583",
|
|
42
42
|
"@teambit/workspace.modules.match-pattern": "0.0.479",
|
|
43
|
-
"@teambit/command-bar": "0.0.
|
|
43
|
+
"@teambit/command-bar": "0.0.583",
|
|
44
44
|
"@teambit/component-tree": "0.0.386",
|
|
45
45
|
"@teambit/design.ui.surfaces.menu.link-item": "0.0.374",
|
|
46
|
-
"@teambit/react-router": "0.0.
|
|
47
|
-
"@teambit/sidebar": "0.0.
|
|
46
|
+
"@teambit/react-router": "0.0.583",
|
|
47
|
+
"@teambit/sidebar": "0.0.583",
|
|
48
48
|
"@teambit/ui-foundation.ui.main-dropdown": "0.0.477",
|
|
49
49
|
"@teambit/ui-foundation.ui.menu": "0.0.477",
|
|
50
50
|
"@teambit/ui-foundation.ui.react-router.slot-router": "0.0.479",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"@teambit/ui-foundation.ui.corner": "0.0.484",
|
|
56
56
|
"@teambit/ui-foundation.ui.hooks.use-is-mobile": "0.0.170",
|
|
57
57
|
"@teambit/ui-foundation.ui.top-bar": "0.0.480",
|
|
58
|
+
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.98",
|
|
59
|
+
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.98",
|
|
58
60
|
"@teambit/design.ui.styles.ellipsis": "0.0.346",
|
|
59
61
|
"@teambit/design.ui.styles.muted-italic": "0.0.35",
|
|
60
62
|
"@teambit/ui-foundation.ui.full-loader": "0.0.477",
|
|
61
63
|
"@teambit/ui-foundation.ui.side-bar": "0.0.483",
|
|
62
64
|
"@teambit/ui-foundation.ui.tree.drawer": "0.0.477",
|
|
63
|
-
"@teambit/ui-foundation.ui.use-box.dropdown": "0.0.98",
|
|
64
|
-
"@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.98",
|
|
65
65
|
"@teambit/explorer.ui.gallery.component-card": "0.0.481",
|
|
66
66
|
"@teambit/explorer.ui.gallery.component-grid": "0.0.477",
|
|
67
67
|
"@teambit/preview.ui.preview-placeholder": "0.0.477",
|
package/tsconfig.json
CHANGED
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"skipLibCheck": true,
|
|
16
16
|
"moduleResolution": "node",
|
|
17
17
|
"esModuleInterop": true,
|
|
18
|
+
"resolveJsonModule": true,
|
|
18
19
|
"composite": true,
|
|
19
20
|
"emitDeclarationOnly": true,
|
|
20
21
|
"outDir": "dist",
|
|
@@ -25,8 +26,7 @@
|
|
|
25
26
|
"strict": true,
|
|
26
27
|
"noImplicitAny": false,
|
|
27
28
|
"rootDir": ".",
|
|
28
|
-
"preserveConstEnums": true
|
|
29
|
-
"resolveJsonModule": true
|
|
29
|
+
"preserveConstEnums": true
|
|
30
30
|
},
|
|
31
31
|
"exclude": [
|
|
32
32
|
"dist"
|
|
Binary file
|