Skip to content

Commit 52039a7

Browse files
authored
internal(envs) - update teambit.node/envs/node-babel-mocha version (#9398)
1 parent 01e1b88 commit 52039a7

File tree

1 file changed

+68
-17
lines changed

1 file changed

+68
-17
lines changed

.bitmap

Lines changed: 68 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,10 @@
231231
"scope": "teambit.legacy",
232232
"version": "0.0.66",
233233
"mainFile": "index.ts",
234-
"rootDir": "components/legacy/bit-map"
234+
"rootDir": "components/legacy/bit-map",
235+
"config": {
236+
"teambit.node/envs/[email protected]": {}
237+
}
235238
},
236239
"builder": {
237240
"name": "builder",
@@ -392,7 +395,10 @@
392395
"scope": "teambit.legacy",
393396
"version": "0.0.63",
394397
"mainFile": "index.ts",
395-
"rootDir": "components/legacy/component-list"
398+
"rootDir": "components/legacy/component-list",
399+
"config": {
400+
"teambit.node/envs/[email protected]": {}
401+
}
396402
},
397403
"component-log": {
398404
"name": "component-log",
@@ -462,28 +468,40 @@
462468
"scope": "teambit.legacy",
463469
"version": "0.0.3",
464470
"mainFile": "constants.ts",
465-
"rootDir": "components/legacy/constants"
471+
"rootDir": "components/legacy/constants",
472+
"config": {
473+
"teambit.node/envs/[email protected]": {}
474+
}
466475
},
467476
"consumer": {
468477
"name": "consumer",
469478
"scope": "teambit.legacy",
470479
"version": "0.0.9",
471480
"mainFile": "index.ts",
472-
"rootDir": "components/legacy/consumer"
481+
"rootDir": "components/legacy/consumer",
482+
"config": {
483+
"teambit.node/envs/[email protected]": {}
484+
}
473485
},
474486
"consumer-component": {
475487
"name": "consumer-component",
476488
"scope": "teambit.legacy",
477489
"version": "0.0.10",
478490
"mainFile": "index.ts",
479-
"rootDir": "components/legacy/consumer-component"
491+
"rootDir": "components/legacy/consumer-component",
492+
"config": {
493+
"teambit.node/envs/[email protected]": {}
494+
}
480495
},
481496
"consumer-config": {
482497
"name": "consumer-config",
483498
"scope": "teambit.legacy",
484499
"version": "0.0.9",
485500
"mainFile": "index.ts",
486-
"rootDir": "components/legacy/consumer-config"
501+
"rootDir": "components/legacy/consumer-config",
502+
"config": {
503+
"teambit.node/envs/[email protected]": {}
504+
}
487505
},
488506
"content/cli-reference": {
489507
"name": "content/cli-reference",
@@ -546,7 +564,10 @@
546564
"scope": "teambit.semantics",
547565
"version": "0.0.17",
548566
"mainFile": "index.ts",
549-
"rootDir": "components/semantics/doc-parser"
567+
"rootDir": "components/semantics/doc-parser",
568+
"config": {
569+
"teambit.node/envs/[email protected]": {}
570+
}
550571
},
551572
"docs": {
552573
"name": "docs",
@@ -567,7 +588,10 @@
567588
"scope": "teambit.legacy",
568589
"version": "0.0.9",
569590
"mainFile": "index.ts",
570-
"rootDir": "components/legacy/e2e-helper"
591+
"rootDir": "components/legacy/e2e-helper",
592+
"config": {
593+
"teambit.node/envs/[email protected]": {}
594+
}
571595
},
572596
"eject": {
573597
"name": "eject",
@@ -651,7 +675,10 @@
651675
"scope": "teambit.legacy",
652676
"version": "0.0.11",
653677
"mainFile": "index.ts",
654-
"rootDir": "components/legacy/extension-data"
678+
"rootDir": "components/legacy/extension-data",
679+
"config": {
680+
"teambit.node/envs/[email protected]": {}
681+
}
655682
},
656683
"forking": {
657684
"name": "forking",
@@ -1246,7 +1273,10 @@
12461273
"scope": "teambit.scope",
12471274
"version": "0.0.9",
12481275
"mainFile": "index.ts",
1249-
"rootDir": "scopes/scope/network"
1276+
"rootDir": "scopes/scope/network",
1277+
"config": {
1278+
"teambit.node/envs/[email protected]": {}
1279+
}
12501280
},
12511281
"network/get-port": {
12521282
"name": "network/get-port",
@@ -1281,7 +1311,10 @@
12811311
"scope": "teambit.scope",
12821312
"version": "0.0.9",
12831313
"mainFile": "index.ts",
1284-
"rootDir": "scopes/scope/objects"
1314+
"rootDir": "scopes/scope/objects",
1315+
"config": {
1316+
"teambit.node/envs/[email protected]": {}
1317+
}
12851318
},
12861319
"overview/api-reference-table-of-contents": {
12871320
"name": "overview/api-reference-table-of-contents",
@@ -1645,7 +1678,10 @@
16451678
"scope": "teambit.component",
16461679
"version": "0.0.10",
16471680
"mainFile": "index.ts",
1648-
"rootDir": "scopes/component/snap-distance"
1681+
"rootDir": "scopes/component/snap-distance",
1682+
"config": {
1683+
"teambit.node/envs/[email protected]": {}
1684+
}
16491685
},
16501686
"snapping": {
16511687
"name": "snapping",
@@ -1659,7 +1695,10 @@
16591695
"scope": "teambit.component",
16601696
"version": "0.0.61",
16611697
"mainFile": "index.ts",
1662-
"rootDir": "scopes/component/sources"
1698+
"rootDir": "scopes/component/sources",
1699+
"config": {
1700+
"teambit.node/envs/[email protected]": {}
1701+
}
16631702
},
16641703
"stash": {
16651704
"name": "stash",
@@ -1743,21 +1782,30 @@
17431782
"scope": "teambit.legacy",
17441783
"version": "0.0.3",
17451784
"mainFile": "index.ts",
1746-
"rootDir": "components/legacy/global-config"
1785+
"rootDir": "components/legacy/global-config",
1786+
"config": {
1787+
"teambit.node/envs/[email protected]": {}
1788+
}
17471789
},
17481790
"teambit.legacy/logger": {
17491791
"name": "logger",
17501792
"scope": "teambit.legacy",
17511793
"version": "0.0.5",
17521794
"mainFile": "index.ts",
1753-
"rootDir": "components/legacy/logger"
1795+
"rootDir": "components/legacy/logger",
1796+
"config": {
1797+
"teambit.node/envs/[email protected]": {}
1798+
}
17541799
},
17551800
"teambit.legacy/scope": {
17561801
"name": "scope",
17571802
"scope": "teambit.legacy",
17581803
"version": "0.0.9",
17591804
"mainFile": "index.ts",
1760-
"rootDir": "components/legacy/scope"
1805+
"rootDir": "components/legacy/scope",
1806+
"config": {
1807+
"teambit.node/envs/[email protected]": {}
1808+
}
17611809
},
17621810
"teambit.scope/scope": {
17631811
"name": "scope",
@@ -2254,7 +2302,10 @@
22542302
"scope": "teambit.legacy",
22552303
"version": "0.0.11",
22562304
"mainFile": "index.ts",
2257-
"rootDir": "components/legacy/utils"
2305+
"rootDir": "components/legacy/utils",
2306+
"config": {
2307+
"teambit.node/envs/[email protected]": {}
2308+
}
22582309
},
22592310
"utils/code-editor-options": {
22602311
"name": "utils/code-editor-options",

0 commit comments

Comments
 (0)