@teambit/scope 0.0.609 → 0.0.611

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.609",
3
+ "version": "0.0.611",
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.609"
9
+ "version": "0.0.611"
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.95",
27
27
  "@teambit/scope.ui.hooks.scope-context": "0.0.95",
28
- "@teambit/component": "0.0.609",
29
- "@teambit/logger": "0.0.508",
30
- "@teambit/aspect-loader": "0.0.609",
31
- "@teambit/builder": "0.0.609",
32
- "@teambit/cli": "0.0.419",
33
- "@teambit/compiler": "0.0.609",
34
- "@teambit/config": "0.0.431",
35
- "@teambit/envs": "0.0.609",
36
- "@teambit/express": "0.0.512",
37
- "@teambit/graphql": "0.0.609",
28
+ "@teambit/component": "0.0.611",
29
+ "@teambit/logger": "0.0.510",
30
+ "@teambit/aspect-loader": "0.0.611",
31
+ "@teambit/builder": "0.0.611",
32
+ "@teambit/cli": "0.0.421",
33
+ "@teambit/compiler": "0.0.611",
34
+ "@teambit/config": "0.0.433",
35
+ "@teambit/envs": "0.0.611",
36
+ "@teambit/express": "0.0.514",
37
+ "@teambit/graphql": "0.0.611",
38
38
  "@teambit/harmony.modules.requireable-component": "0.0.483",
39
- "@teambit/isolator": "0.0.609",
39
+ "@teambit/isolator": "0.0.611",
40
40
  "@teambit/legacy-bit-id": "0.0.397",
41
- "@teambit/ui": "0.0.609",
41
+ "@teambit/ui": "0.0.611",
42
42
  "@teambit/workspace.modules.match-pattern": "0.0.487",
43
- "@teambit/command-bar": "0.0.609",
44
- "@teambit/component-tree": "0.0.403",
43
+ "@teambit/command-bar": "0.0.611",
44
+ "@teambit/component-tree": "0.0.405",
45
45
  "@teambit/design.ui.surfaces.menu.link-item": "0.0.375",
46
- "@teambit/react-router": "0.0.609",
47
- "@teambit/sidebar": "0.0.609",
46
+ "@teambit/react-router": "0.0.611",
47
+ "@teambit/sidebar": "0.0.611",
48
48
  "@teambit/ui-foundation.ui.main-dropdown": "0.0.485",
49
49
  "@teambit/ui-foundation.ui.menu": "0.0.485",
50
50
  "@teambit/ui-foundation.ui.react-router.slot-router": "0.0.487",
@@ -60,13 +60,13 @@
60
60
  "@teambit/ui-foundation.ui.full-loader": "0.0.485",
61
61
  "@teambit/ui-foundation.ui.side-bar": "0.0.492",
62
62
  "@teambit/ui-foundation.ui.tree.drawer": "0.0.486",
63
+ "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.108",
64
+ "@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.108",
63
65
  "@teambit/explorer.ui.gallery.component-card": "0.0.490",
64
66
  "@teambit/explorer.ui.gallery.component-grid": "0.0.485",
65
67
  "@teambit/preview.ui.preview-placeholder": "0.0.485",
66
68
  "@teambit/scope.ui.empty-scope": "0.0.489",
67
- "@teambit/scope.ui.scope-details": "0.0.495",
68
- "@teambit/ui-foundation.ui.use-box.dropdown": "0.0.108",
69
- "@teambit/ui-foundation.ui.use-box.scope-menu": "0.0.108"
69
+ "@teambit/scope.ui.scope-details": "0.0.495"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/semver": "7.3.4",
@@ -82,7 +82,7 @@
82
82
  "@types/node": "12.20.4"
83
83
  },
84
84
  "peerDependencies": {
85
- "@teambit/legacy": "1.0.202",
85
+ "@teambit/legacy": "1.0.203",
86
86
  "react-dom": "^16.8.0 || ^17.0.0",
87
87
  "react": "^16.8.0 || ^17.0.0"
88
88
  },
@@ -110,7 +110,7 @@
110
110
  "react": "-"
111
111
  },
112
112
  "peerDependencies": {
113
- "@teambit/legacy": "1.0.202",
113
+ "@teambit/legacy": "1.0.203",
114
114
  "react-dom": "^16.8.0 || ^17.0.0",
115
115
  "react": "^16.8.0 || ^17.0.0"
116
116
  }