@teambit/scope 0.0.637 → 0.0.638

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/scope",
3
- "version": "0.0.637",
3
+ "version": "0.0.638",
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.637"
9
+ "version": "0.0.638"
10
10
  },
11
11
  "dependencies": {
12
12
  "semver": "7.3.4",
@@ -27,26 +27,26 @@
27
27
  "@teambit/base-ui.graph.tree.recursive-tree": "1.0.0",
28
28
  "@teambit/scope.models.scope-model": "0.0.95",
29
29
  "@teambit/scope.ui.hooks.scope-context": "0.0.95",
30
- "@teambit/component": "0.0.637",
31
- "@teambit/logger": "0.0.524",
32
- "@teambit/aspect-loader": "0.0.637",
33
- "@teambit/builder": "0.0.637",
34
- "@teambit/cli": "0.0.434",
35
- "@teambit/compiler": "0.0.637",
36
- "@teambit/config": "0.0.447",
37
- "@teambit/envs": "0.0.637",
38
- "@teambit/express": "0.0.528",
39
- "@teambit/graphql": "0.0.637",
30
+ "@teambit/component": "0.0.638",
31
+ "@teambit/logger": "0.0.525",
32
+ "@teambit/aspect-loader": "0.0.638",
33
+ "@teambit/builder": "0.0.638",
34
+ "@teambit/cli": "0.0.435",
35
+ "@teambit/compiler": "0.0.638",
36
+ "@teambit/config": "0.0.448",
37
+ "@teambit/envs": "0.0.638",
38
+ "@teambit/express": "0.0.529",
39
+ "@teambit/graphql": "0.0.638",
40
40
  "@teambit/harmony.modules.requireable-component": "0.0.483",
41
- "@teambit/isolator": "0.0.637",
41
+ "@teambit/isolator": "0.0.638",
42
42
  "@teambit/legacy-bit-id": "0.0.397",
43
- "@teambit/ui": "0.0.637",
43
+ "@teambit/ui": "0.0.638",
44
44
  "@teambit/workspace.modules.match-pattern": "0.0.488",
45
- "@teambit/command-bar": "0.0.637",
46
- "@teambit/component-tree": "0.0.425",
45
+ "@teambit/command-bar": "0.0.638",
46
+ "@teambit/component-tree": "0.0.426",
47
47
  "@teambit/design.ui.surfaces.menu.link-item": "0.0.377",
48
- "@teambit/react-router": "0.0.637",
49
- "@teambit/sidebar": "0.0.637",
48
+ "@teambit/react-router": "0.0.638",
49
+ "@teambit/sidebar": "0.0.638",
50
50
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.485",
51
51
  "@teambit/ui-foundation.ui.menu": "0.0.485",
52
52
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.487",
@@ -62,13 +62,13 @@
62
62
  "@teambit/ui-foundation.ui.full-loader": "0.0.485",
63
63
  "@teambit/ui-foundation.ui.side-bar": "0.0.495",
64
64
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.489",
65
+ "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.108",
66
+ "@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.108",
65
67
  "@teambit/explorer.ui.gallery.component-card": "0.0.492",
66
68
  "@teambit/explorer.ui.gallery.component-grid": "0.0.485",
67
69
  "@teambit/preview.ui.preview-placeholder": "0.0.485",
68
70
  "@teambit/scope.ui.empty-scope": "0.0.489",
69
- "@teambit/scope.ui.scope-details": "0.0.495",
70
- "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.108",
71
- "@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.108"
71
+ "@teambit/scope.ui.scope-details": "0.0.495"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/semver": "7.3.4",
@@ -85,7 +85,7 @@
85
85
  "@types/node": "12.20.4"
86
86
  },
87
87
  "peerDependencies": {
88
- "@teambit/legacy": "1.0.210",
88
+ "@teambit/legacy": "1.0.211",
89
89
  "react-dom": "^16.8.0 || ^17.0.0",
90
90
  "react": "^16.8.0 || ^17.0.0"
91
91
  },
@@ -113,7 +113,7 @@
113
113
  "react": "-"
114
114
  },
115
115
  "peerDependencies": {
116
- "@teambit/legacy": "1.0.210",
116
+ "@teambit/legacy": "1.0.211",
117
117
  "react-dom": "^16.8.0 || ^17.0.0",
118
118
  "react": "^16.8.0 || ^17.0.0"
119
119
  }