@teambit/config 0.0.782 → 0.0.784
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.
|
@@ -54,23 +54,5 @@
|
|
|
54
54
|
|
|
55
55
|
"teambit.workspace/workspace-config-files": {
|
|
56
56
|
"enableWorkspaceConfigWrite": true
|
|
57
|
-
},
|
|
58
|
-
/**
|
|
59
|
-
* workspace variants allow to set different subsets of configuration for components in your
|
|
60
|
-
* workspace. this is extremely useful for upgrading, aligning and building components with a new
|
|
61
|
-
* set of dependencies. a rule can be a directory or a component-id/namespace, in which case,
|
|
62
|
-
* wrap the rule with curly brackets (e.g. `"{ui/*}": {}`)
|
|
63
|
-
* see https://bit.dev/reference/workspace/variants for more info.
|
|
64
|
-
**/
|
|
65
|
-
"teambit.workspace/variants": {
|
|
66
|
-
/**
|
|
67
|
-
* "*" is a special rule which applied on all components in the workspace.
|
|
68
|
-
**/
|
|
69
|
-
"*": {
|
|
70
|
-
/**
|
|
71
|
-
* uncomment to apply the chosen environment on all components.
|
|
72
|
-
**/
|
|
73
|
-
// "teambit.react/react": { }
|
|
74
|
-
}
|
|
75
57
|
}
|
|
76
58
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/config",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.784",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/config",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "config",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.784"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"comment-json": "3.0.3",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"core-js": "^3.0.0",
|
|
17
17
|
"@babel/runtime": "7.20.0",
|
|
18
18
|
"@teambit/harmony": "0.4.6",
|
|
19
|
-
"@teambit/cli": "0.0.
|
|
19
|
+
"@teambit/cli": "0.0.769",
|
|
20
20
|
"@teambit/bit-error": "0.0.402"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/testing-library__jest-dom": "5.9.5"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@teambit/legacy": "1.0.
|
|
33
|
+
"@teambit/legacy": "1.0.554",
|
|
34
34
|
"react": "^16.8.0 || ^17.0.0",
|
|
35
35
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
36
36
|
},
|
package/workspace-template.jsonc
CHANGED
|
@@ -54,23 +54,5 @@
|
|
|
54
54
|
|
|
55
55
|
"teambit.workspace/workspace-config-files": {
|
|
56
56
|
"enableWorkspaceConfigWrite": true
|
|
57
|
-
},
|
|
58
|
-
/**
|
|
59
|
-
* workspace variants allow to set different subsets of configuration for components in your
|
|
60
|
-
* workspace. this is extremely useful for upgrading, aligning and building components with a new
|
|
61
|
-
* set of dependencies. a rule can be a directory or a component-id/namespace, in which case,
|
|
62
|
-
* wrap the rule with curly brackets (e.g. `"{ui/*}": {}`)
|
|
63
|
-
* see https://bit.dev/reference/workspace/variants for more info.
|
|
64
|
-
**/
|
|
65
|
-
"teambit.workspace/variants": {
|
|
66
|
-
/**
|
|
67
|
-
* "*" is a special rule which applied on all components in the workspace.
|
|
68
|
-
**/
|
|
69
|
-
"*": {
|
|
70
|
-
/**
|
|
71
|
-
* uncomment to apply the chosen environment on all components.
|
|
72
|
-
**/
|
|
73
|
-
// "teambit.react/react": { }
|
|
74
|
-
}
|
|
75
57
|
}
|
|
76
58
|
}
|
|
File without changes
|