@teambit/schema 1.0.751 → 1.0.753

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.
@@ -340,7 +340,7 @@
340
340
  "line": 25,
341
341
  "character": 1
342
342
  },
343
- "signature": "function Button(props: any): any",
343
+ "signature": "function Button(props: ButtonProps): any",
344
344
  "name": "Button",
345
345
  "params": [
346
346
  {
@@ -366,13 +366,14 @@
366
366
  }
367
367
  ],
368
368
  "returnType": {
369
- "__schema": "InferenceTypeSchema",
369
+ "__schema": "TypeRefSchema",
370
370
  "location": {
371
371
  "filePath": "button.tsx",
372
372
  "line": 25,
373
373
  "character": 1
374
374
  },
375
- "type": "any"
375
+ "name": "Button",
376
+ "internalFilePath": "button.tsx"
376
377
  },
377
378
  "modifiers": [
378
379
  "export"
@@ -424,13 +425,13 @@
424
425
  "name": "Hi",
425
426
  "params": [],
426
427
  "returnType": {
427
- "__schema": "InferenceTypeSchema",
428
+ "__schema": "TypeRefSchema",
428
429
  "location": {
429
430
  "filePath": "index.ts",
430
431
  "line": 21,
431
432
  "character": 1
432
433
  },
433
- "type": "void"
434
+ "name": "Hi"
434
435
  },
435
436
  "modifiers": [
436
437
  "export"
@@ -575,13 +576,14 @@
575
576
  }
576
577
  ],
577
578
  "returnType": {
578
- "__schema": "InferenceTypeSchema",
579
+ "__schema": "TypeRefSchema",
579
580
  "location": {
580
581
  "filePath": "button.composition.tsx",
581
582
  "line": 14,
582
583
  "character": 1
583
584
  },
584
- "type": "any"
585
+ "name": "Footer",
586
+ "internalFilePath": "button.composition.tsx"
585
587
  },
586
588
  "modifiers": [
587
589
  "export"
@@ -3599,7 +3601,7 @@
3599
3601
  "line": 25,
3600
3602
  "character": 1
3601
3603
  },
3602
- "signature": "function Button(props: any): any",
3604
+ "signature": "function Button(props: ButtonProps): any",
3603
3605
  "name": "Button",
3604
3606
  "params": [
3605
3607
  {
@@ -3625,13 +3627,14 @@
3625
3627
  }
3626
3628
  ],
3627
3629
  "returnType": {
3628
- "__schema": "InferenceTypeSchema",
3630
+ "__schema": "TypeRefSchema",
3629
3631
  "location": {
3630
3632
  "filePath": "button.tsx",
3631
3633
  "line": 25,
3632
3634
  "character": 1
3633
3635
  },
3634
- "type": "any"
3636
+ "name": "Button",
3637
+ "internalFilePath": "button.tsx"
3635
3638
  },
3636
3639
  "modifiers": [
3637
3640
  "export"
@@ -3675,6 +3678,182 @@
3675
3678
  ],
3676
3679
  "internals": []
3677
3680
  },
3681
+ {
3682
+ "__schema": "ModuleSchema",
3683
+ "location": {
3684
+ "filePath": "button.composition.tsx",
3685
+ "line": 3,
3686
+ "character": 1
3687
+ },
3688
+ "exports": [
3689
+ {
3690
+ "__schema": "FunctionLikeSchema",
3691
+ "location": {
3692
+ "filePath": "button.composition.tsx",
3693
+ "line": 6,
3694
+ "character": 14
3695
+ },
3696
+ "signature": "function(): any",
3697
+ "name": "BasicButton",
3698
+ "params": [],
3699
+ "returnType": {
3700
+ "__schema": "InferenceTypeSchema",
3701
+ "location": {
3702
+ "filePath": "button.composition.tsx",
3703
+ "line": 6,
3704
+ "character": 28
3705
+ },
3706
+ "type": "any"
3707
+ },
3708
+ "modifiers": []
3709
+ },
3710
+ {
3711
+ "__schema": "FunctionLikeSchema",
3712
+ "location": {
3713
+ "filePath": "button.composition.tsx",
3714
+ "line": 14,
3715
+ "character": 1
3716
+ },
3717
+ "doc": {
3718
+ "__schema": "DocSchema",
3719
+ "location": {
3720
+ "filePath": "button.composition.tsx",
3721
+ "line": 10,
3722
+ "character": 1
3723
+ },
3724
+ "raw": "/**\n * example of passing a JSX Element as a parameter\n */",
3725
+ "comment": "example of passing a JSX Element as a parameter",
3726
+ "tags": []
3727
+ },
3728
+ "signature": "function Footer({ children }: {\n children?: any;\n}): any",
3729
+ "name": "Footer",
3730
+ "params": [
3731
+ {
3732
+ "__schema": "ParameterSchema",
3733
+ "location": {
3734
+ "filePath": "button.composition.tsx",
3735
+ "line": 14,
3736
+ "character": 24
3737
+ },
3738
+ "name": "{ children = <BasicButton /> }",
3739
+ "type": {
3740
+ "__schema": "TypeLiteralSchema",
3741
+ "location": {
3742
+ "filePath": "button.composition.tsx",
3743
+ "line": 14,
3744
+ "character": 24
3745
+ },
3746
+ "members": [
3747
+ {
3748
+ "__schema": "InferenceTypeSchema",
3749
+ "location": {
3750
+ "filePath": "button.composition.tsx",
3751
+ "line": 14,
3752
+ "character": 24
3753
+ },
3754
+ "name": "children",
3755
+ "type": "any"
3756
+ }
3757
+ ]
3758
+ },
3759
+ "isOptional": false,
3760
+ "objectBindingNodes": [
3761
+ {
3762
+ "__schema": "InferenceTypeSchema",
3763
+ "location": {
3764
+ "filePath": "button.composition.tsx",
3765
+ "line": 14,
3766
+ "character": 26
3767
+ },
3768
+ "name": "children",
3769
+ "type": "any",
3770
+ "defaultValue": "<BasicButton />",
3771
+ "isSpread": false
3772
+ }
3773
+ ],
3774
+ "isSpread": false
3775
+ }
3776
+ ],
3777
+ "returnType": {
3778
+ "__schema": "TypeRefSchema",
3779
+ "location": {
3780
+ "filePath": "button.composition.tsx",
3781
+ "line": 14,
3782
+ "character": 1
3783
+ },
3784
+ "name": "Footer",
3785
+ "internalFilePath": "button.composition.tsx"
3786
+ },
3787
+ "modifiers": [
3788
+ "export"
3789
+ ]
3790
+ },
3791
+ {
3792
+ "__schema": "FunctionLikeSchema",
3793
+ "location": {
3794
+ "filePath": "button.composition.tsx",
3795
+ "line": 18,
3796
+ "character": 14
3797
+ },
3798
+ "signature": "function(): any",
3799
+ "name": "ButtonWithCustomStyles",
3800
+ "params": [],
3801
+ "returnType": {
3802
+ "__schema": "InferenceTypeSchema",
3803
+ "location": {
3804
+ "filePath": "button.composition.tsx",
3805
+ "line": 18,
3806
+ "character": 39
3807
+ },
3808
+ "type": "any"
3809
+ },
3810
+ "modifiers": []
3811
+ },
3812
+ {
3813
+ "__schema": "FunctionLikeSchema",
3814
+ "location": {
3815
+ "filePath": "button.composition.tsx",
3816
+ "line": 22,
3817
+ "character": 14
3818
+ },
3819
+ "signature": "function(): any",
3820
+ "name": "ButtonWithIcon",
3821
+ "params": [],
3822
+ "returnType": {
3823
+ "__schema": "InferenceTypeSchema",
3824
+ "location": {
3825
+ "filePath": "button.composition.tsx",
3826
+ "line": 22,
3827
+ "character": 31
3828
+ },
3829
+ "type": "any"
3830
+ },
3831
+ "modifiers": []
3832
+ },
3833
+ {
3834
+ "__schema": "FunctionLikeSchema",
3835
+ "location": {
3836
+ "filePath": "button.composition.tsx",
3837
+ "line": 31,
3838
+ "character": 14
3839
+ },
3840
+ "signature": "function(): any",
3841
+ "name": "ButtonAsALink",
3842
+ "params": [],
3843
+ "returnType": {
3844
+ "__schema": "InferenceTypeSchema",
3845
+ "location": {
3846
+ "filePath": "button.composition.tsx",
3847
+ "line": 31,
3848
+ "character": 30
3849
+ },
3850
+ "type": "any"
3851
+ },
3852
+ "modifiers": []
3853
+ }
3854
+ ],
3855
+ "internals": []
3856
+ },
3678
3857
  {
3679
3858
  "__schema": "ModuleSchema",
3680
3859
  "location": {
@@ -4010,7 +4189,7 @@
4010
4189
  "line": 25,
4011
4190
  "character": 1
4012
4191
  },
4013
- "signature": "function Button(props: any): any",
4192
+ "signature": "function Button(props: ButtonProps): any",
4014
4193
  "name": "Button",
4015
4194
  "params": [
4016
4195
  {
@@ -4036,13 +4215,14 @@
4036
4215
  }
4037
4216
  ],
4038
4217
  "returnType": {
4039
- "__schema": "InferenceTypeSchema",
4218
+ "__schema": "TypeRefSchema",
4040
4219
  "location": {
4041
4220
  "filePath": "button.tsx",
4042
4221
  "line": 25,
4043
4222
  "character": 1
4044
4223
  },
4045
- "type": "any"
4224
+ "name": "Button",
4225
+ "internalFilePath": "button.tsx"
4046
4226
  },
4047
4227
  "modifiers": [
4048
4228
  "export"
@@ -4094,13 +4274,13 @@
4094
4274
  "name": "Hi",
4095
4275
  "params": [],
4096
4276
  "returnType": {
4097
- "__schema": "InferenceTypeSchema",
4277
+ "__schema": "TypeRefSchema",
4098
4278
  "location": {
4099
4279
  "filePath": "index.ts",
4100
4280
  "line": 21,
4101
4281
  "character": 1
4102
4282
  },
4103
- "type": "void"
4283
+ "name": "Hi"
4104
4284
  },
4105
4285
  "modifiers": [
4106
4286
  "export"
@@ -4245,13 +4425,14 @@
4245
4425
  }
4246
4426
  ],
4247
4427
  "returnType": {
4248
- "__schema": "InferenceTypeSchema",
4428
+ "__schema": "TypeRefSchema",
4249
4429
  "location": {
4250
4430
  "filePath": "button.composition.tsx",
4251
4431
  "line": 14,
4252
4432
  "character": 1
4253
4433
  },
4254
- "type": "any"
4434
+ "name": "Footer",
4435
+ "internalFilePath": "button.composition.tsx"
4255
4436
  },
4256
4437
  "modifiers": [
4257
4438
  "export"
@@ -1,6 +1,6 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.751/dist/schema.composition.js';
2
- import * as compositions_1 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.751/dist/mock/button/button.composition.js';
3
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.751/dist/schema.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.753/dist/schema.composition.js';
2
+ import * as compositions_1 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.753/dist/mock/button/button.composition.js';
3
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.semantics_schema@1.0.753/dist/schema.docs.mdx';
4
4
 
5
5
  export const compositions = [compositions_0, compositions_1];
6
6
  export const overview = [overview_0];
@@ -340,7 +340,7 @@
340
340
  "line": 25,
341
341
  "character": 1
342
342
  },
343
- "signature": "function Button(props: any): any",
343
+ "signature": "function Button(props: ButtonProps): any",
344
344
  "name": "Button",
345
345
  "params": [
346
346
  {
@@ -366,13 +366,14 @@
366
366
  }
367
367
  ],
368
368
  "returnType": {
369
- "__schema": "InferenceTypeSchema",
369
+ "__schema": "TypeRefSchema",
370
370
  "location": {
371
371
  "filePath": "button.tsx",
372
372
  "line": 25,
373
373
  "character": 1
374
374
  },
375
- "type": "any"
375
+ "name": "Button",
376
+ "internalFilePath": "button.tsx"
376
377
  },
377
378
  "modifiers": [
378
379
  "export"
@@ -424,13 +425,13 @@
424
425
  "name": "Hi",
425
426
  "params": [],
426
427
  "returnType": {
427
- "__schema": "InferenceTypeSchema",
428
+ "__schema": "TypeRefSchema",
428
429
  "location": {
429
430
  "filePath": "index.ts",
430
431
  "line": 21,
431
432
  "character": 1
432
433
  },
433
- "type": "void"
434
+ "name": "Hi"
434
435
  },
435
436
  "modifiers": [
436
437
  "export"
@@ -575,13 +576,14 @@
575
576
  }
576
577
  ],
577
578
  "returnType": {
578
- "__schema": "InferenceTypeSchema",
579
+ "__schema": "TypeRefSchema",
579
580
  "location": {
580
581
  "filePath": "button.composition.tsx",
581
582
  "line": 14,
582
583
  "character": 1
583
584
  },
584
- "type": "any"
585
+ "name": "Footer",
586
+ "internalFilePath": "button.composition.tsx"
585
587
  },
586
588
  "modifiers": [
587
589
  "export"
@@ -3599,7 +3601,7 @@
3599
3601
  "line": 25,
3600
3602
  "character": 1
3601
3603
  },
3602
- "signature": "function Button(props: any): any",
3604
+ "signature": "function Button(props: ButtonProps): any",
3603
3605
  "name": "Button",
3604
3606
  "params": [
3605
3607
  {
@@ -3625,13 +3627,14 @@
3625
3627
  }
3626
3628
  ],
3627
3629
  "returnType": {
3628
- "__schema": "InferenceTypeSchema",
3630
+ "__schema": "TypeRefSchema",
3629
3631
  "location": {
3630
3632
  "filePath": "button.tsx",
3631
3633
  "line": 25,
3632
3634
  "character": 1
3633
3635
  },
3634
- "type": "any"
3636
+ "name": "Button",
3637
+ "internalFilePath": "button.tsx"
3635
3638
  },
3636
3639
  "modifiers": [
3637
3640
  "export"
@@ -3675,6 +3678,182 @@
3675
3678
  ],
3676
3679
  "internals": []
3677
3680
  },
3681
+ {
3682
+ "__schema": "ModuleSchema",
3683
+ "location": {
3684
+ "filePath": "button.composition.tsx",
3685
+ "line": 3,
3686
+ "character": 1
3687
+ },
3688
+ "exports": [
3689
+ {
3690
+ "__schema": "FunctionLikeSchema",
3691
+ "location": {
3692
+ "filePath": "button.composition.tsx",
3693
+ "line": 6,
3694
+ "character": 14
3695
+ },
3696
+ "signature": "function(): any",
3697
+ "name": "BasicButton",
3698
+ "params": [],
3699
+ "returnType": {
3700
+ "__schema": "InferenceTypeSchema",
3701
+ "location": {
3702
+ "filePath": "button.composition.tsx",
3703
+ "line": 6,
3704
+ "character": 28
3705
+ },
3706
+ "type": "any"
3707
+ },
3708
+ "modifiers": []
3709
+ },
3710
+ {
3711
+ "__schema": "FunctionLikeSchema",
3712
+ "location": {
3713
+ "filePath": "button.composition.tsx",
3714
+ "line": 14,
3715
+ "character": 1
3716
+ },
3717
+ "doc": {
3718
+ "__schema": "DocSchema",
3719
+ "location": {
3720
+ "filePath": "button.composition.tsx",
3721
+ "line": 10,
3722
+ "character": 1
3723
+ },
3724
+ "raw": "/**\n * example of passing a JSX Element as a parameter\n */",
3725
+ "comment": "example of passing a JSX Element as a parameter",
3726
+ "tags": []
3727
+ },
3728
+ "signature": "function Footer({ children }: {\n children?: any;\n}): any",
3729
+ "name": "Footer",
3730
+ "params": [
3731
+ {
3732
+ "__schema": "ParameterSchema",
3733
+ "location": {
3734
+ "filePath": "button.composition.tsx",
3735
+ "line": 14,
3736
+ "character": 24
3737
+ },
3738
+ "name": "{ children = <BasicButton /> }",
3739
+ "type": {
3740
+ "__schema": "TypeLiteralSchema",
3741
+ "location": {
3742
+ "filePath": "button.composition.tsx",
3743
+ "line": 14,
3744
+ "character": 24
3745
+ },
3746
+ "members": [
3747
+ {
3748
+ "__schema": "InferenceTypeSchema",
3749
+ "location": {
3750
+ "filePath": "button.composition.tsx",
3751
+ "line": 14,
3752
+ "character": 24
3753
+ },
3754
+ "name": "children",
3755
+ "type": "any"
3756
+ }
3757
+ ]
3758
+ },
3759
+ "isOptional": false,
3760
+ "objectBindingNodes": [
3761
+ {
3762
+ "__schema": "InferenceTypeSchema",
3763
+ "location": {
3764
+ "filePath": "button.composition.tsx",
3765
+ "line": 14,
3766
+ "character": 26
3767
+ },
3768
+ "name": "children",
3769
+ "type": "any",
3770
+ "defaultValue": "<BasicButton />",
3771
+ "isSpread": false
3772
+ }
3773
+ ],
3774
+ "isSpread": false
3775
+ }
3776
+ ],
3777
+ "returnType": {
3778
+ "__schema": "TypeRefSchema",
3779
+ "location": {
3780
+ "filePath": "button.composition.tsx",
3781
+ "line": 14,
3782
+ "character": 1
3783
+ },
3784
+ "name": "Footer",
3785
+ "internalFilePath": "button.composition.tsx"
3786
+ },
3787
+ "modifiers": [
3788
+ "export"
3789
+ ]
3790
+ },
3791
+ {
3792
+ "__schema": "FunctionLikeSchema",
3793
+ "location": {
3794
+ "filePath": "button.composition.tsx",
3795
+ "line": 18,
3796
+ "character": 14
3797
+ },
3798
+ "signature": "function(): any",
3799
+ "name": "ButtonWithCustomStyles",
3800
+ "params": [],
3801
+ "returnType": {
3802
+ "__schema": "InferenceTypeSchema",
3803
+ "location": {
3804
+ "filePath": "button.composition.tsx",
3805
+ "line": 18,
3806
+ "character": 39
3807
+ },
3808
+ "type": "any"
3809
+ },
3810
+ "modifiers": []
3811
+ },
3812
+ {
3813
+ "__schema": "FunctionLikeSchema",
3814
+ "location": {
3815
+ "filePath": "button.composition.tsx",
3816
+ "line": 22,
3817
+ "character": 14
3818
+ },
3819
+ "signature": "function(): any",
3820
+ "name": "ButtonWithIcon",
3821
+ "params": [],
3822
+ "returnType": {
3823
+ "__schema": "InferenceTypeSchema",
3824
+ "location": {
3825
+ "filePath": "button.composition.tsx",
3826
+ "line": 22,
3827
+ "character": 31
3828
+ },
3829
+ "type": "any"
3830
+ },
3831
+ "modifiers": []
3832
+ },
3833
+ {
3834
+ "__schema": "FunctionLikeSchema",
3835
+ "location": {
3836
+ "filePath": "button.composition.tsx",
3837
+ "line": 31,
3838
+ "character": 14
3839
+ },
3840
+ "signature": "function(): any",
3841
+ "name": "ButtonAsALink",
3842
+ "params": [],
3843
+ "returnType": {
3844
+ "__schema": "InferenceTypeSchema",
3845
+ "location": {
3846
+ "filePath": "button.composition.tsx",
3847
+ "line": 31,
3848
+ "character": 30
3849
+ },
3850
+ "type": "any"
3851
+ },
3852
+ "modifiers": []
3853
+ }
3854
+ ],
3855
+ "internals": []
3856
+ },
3678
3857
  {
3679
3858
  "__schema": "ModuleSchema",
3680
3859
  "location": {
@@ -4010,7 +4189,7 @@
4010
4189
  "line": 25,
4011
4190
  "character": 1
4012
4191
  },
4013
- "signature": "function Button(props: any): any",
4192
+ "signature": "function Button(props: ButtonProps): any",
4014
4193
  "name": "Button",
4015
4194
  "params": [
4016
4195
  {
@@ -4036,13 +4215,14 @@
4036
4215
  }
4037
4216
  ],
4038
4217
  "returnType": {
4039
- "__schema": "InferenceTypeSchema",
4218
+ "__schema": "TypeRefSchema",
4040
4219
  "location": {
4041
4220
  "filePath": "button.tsx",
4042
4221
  "line": 25,
4043
4222
  "character": 1
4044
4223
  },
4045
- "type": "any"
4224
+ "name": "Button",
4225
+ "internalFilePath": "button.tsx"
4046
4226
  },
4047
4227
  "modifiers": [
4048
4228
  "export"
@@ -4094,13 +4274,13 @@
4094
4274
  "name": "Hi",
4095
4275
  "params": [],
4096
4276
  "returnType": {
4097
- "__schema": "InferenceTypeSchema",
4277
+ "__schema": "TypeRefSchema",
4098
4278
  "location": {
4099
4279
  "filePath": "index.ts",
4100
4280
  "line": 21,
4101
4281
  "character": 1
4102
4282
  },
4103
- "type": "void"
4283
+ "name": "Hi"
4104
4284
  },
4105
4285
  "modifiers": [
4106
4286
  "export"
@@ -4245,13 +4425,14 @@
4245
4425
  }
4246
4426
  ],
4247
4427
  "returnType": {
4248
- "__schema": "InferenceTypeSchema",
4428
+ "__schema": "TypeRefSchema",
4249
4429
  "location": {
4250
4430
  "filePath": "button.composition.tsx",
4251
4431
  "line": 14,
4252
4432
  "character": 1
4253
4433
  },
4254
- "type": "any"
4434
+ "name": "Footer",
4435
+ "internalFilePath": "button.composition.tsx"
4255
4436
  },
4256
4437
  "modifiers": [
4257
4438
  "export"
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "name": "@teambit/schema",
3
- "version": "1.0.751",
3
+ "version": "1.0.753",
4
4
  "homepage": "https://bit.cloud/teambit/semantics/schema",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.semantics",
8
8
  "name": "schema",
9
- "version": "1.0.751"
9
+ "version": "1.0.753"
10
10
  },
11
11
  "dependencies": {
12
12
  "p-map-series": "2.1.0",
13
13
  "graphql-tag": "2.12.1",
14
14
  "graphql-type-json": "0.3.2",
15
15
  "fs-extra": "10.0.0",
16
- "@teambit/harmony": "0.4.7",
17
16
  "@teambit/semantics.entities.semantic-schema": "0.0.93",
18
- "@teambit/envs": "1.0.751",
19
- "@teambit/component": "1.0.751",
20
- "@teambit/formatter": "1.0.751",
17
+ "@teambit/harmony": "0.4.7",
21
18
  "@teambit/cli": "0.0.1273",
22
19
  "@teambit/legacy.constants": "0.0.18",
23
20
  "@teambit/logger": "0.0.1366",
24
- "@teambit/graphql": "1.0.751",
25
- "@teambit/builder": "1.0.751",
26
21
  "@teambit/defender.prettier.config-mutator": "0.0.110",
27
22
  "@teambit/scope.network": "0.0.74",
28
- "@teambit/scope": "1.0.751",
29
- "@teambit/typescript": "1.0.751",
30
- "@teambit/workspace": "1.0.751"
23
+ "@teambit/envs": "1.0.753",
24
+ "@teambit/component": "1.0.753",
25
+ "@teambit/formatter": "1.0.753",
26
+ "@teambit/graphql": "1.0.753",
27
+ "@teambit/builder": "1.0.753",
28
+ "@teambit/scope": "1.0.753",
29
+ "@teambit/typescript": "1.0.753",
30
+ "@teambit/workspace": "1.0.753"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/fs-extra": "9.0.7",
34
34
  "chai-subset": "^1.6.0",
35
35
  "@types/mocha": "9.1.0",
36
36
  "@teambit/component-id": "1.2.4",
37
- "@teambit/harmony.envs.core-aspect-env": "0.0.78",
38
37
  "@teambit/harmony.testing.load-aspect": "0.0.333",
39
- "@teambit/tracker": "1.0.751",
40
- "@teambit/workspace.testing.mock-workspace": "0.0.123"
38
+ "@teambit/harmony.envs.core-aspect-env": "0.0.78",
39
+ "@teambit/tracker": "1.0.753",
40
+ "@teambit/workspace.testing.mock-workspace": "0.0.124"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^17.0.0 || ^18.0.0",