@teambit/scope 0.0.601 → 0.0.609

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ComponentTreeSlot } from '@teambit/component-tree';
2
3
  import type { DrawerType } from '@teambit/ui-foundation.ui.tree.drawer';
3
4
  export declare class ComponentsDrawer implements DrawerType {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { MenuProps } from '@teambit/ui-foundation.ui.menu';
2
3
  /**
3
4
  * scope menu.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ComponentModel } from '@teambit/component';
2
3
  import type { ScopeBadgeSlot, OverviewLineSlot } from '../../scope.ui.runtime';
3
4
  export declare type ScopeOverviewProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import 'reset-css';
2
3
  import { RouteSlot } from '@teambit/ui-foundation.ui.react-router.slot-router';
3
4
  import ScopeUI, { ScopeBadgeSlot, ScopeContextType, CornerSlot, OverviewLineSlot } from '../scope.ui.runtime';
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/scope",
3
- "version": "0.0.601",
3
+ "version": "0.0.609",
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.601"
9
+ "version": "0.0.609"
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.601",
29
- "@teambit/logger": "0.0.502",
30
- "@teambit/aspect-loader": "0.0.601",
31
- "@teambit/builder": "0.0.601",
32
- "@teambit/cli": "0.0.413",
33
- "@teambit/compiler": "0.0.601",
34
- "@teambit/config": "0.0.425",
35
- "@teambit/envs": "0.0.601",
36
- "@teambit/express": "0.0.506",
37
- "@teambit/graphql": "0.0.601",
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",
38
38
  "@teambit/harmony.modules.requireable-component": "0.0.483",
39
- "@teambit/isolator": "0.0.601",
39
+ "@teambit/isolator": "0.0.609",
40
40
  "@teambit/legacy-bit-id": "0.0.397",
41
- "@teambit/ui": "0.0.601",
41
+ "@teambit/ui": "0.0.609",
42
42
  "@teambit/workspace.modules.match-pattern": "0.0.487",
43
- "@teambit/command-bar": "0.0.601",
44
- "@teambit/component-tree": "0.0.399",
43
+ "@teambit/command-bar": "0.0.609",
44
+ "@teambit/component-tree": "0.0.403",
45
45
  "@teambit/design.ui.surfaces.menu.link-item": "0.0.375",
46
- "@teambit/react-router": "0.0.601",
47
- "@teambit/sidebar": "0.0.601",
46
+ "@teambit/react-router": "0.0.609",
47
+ "@teambit/sidebar": "0.0.609",
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",
@@ -82,7 +82,7 @@
82
82
  "@types/node": "12.20.4"
83
83
  },
84
84
  "peerDependencies": {
85
- "@teambit/legacy": "1.0.200",
85
+ "@teambit/legacy": "1.0.202",
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.200",
113
+ "@teambit/legacy": "1.0.202",
114
114
  "react-dom": "^16.8.0 || ^17.0.0",
115
115
  "react": "^16.8.0 || ^17.0.0"
116
116
  }