@teambit/config 0.0.780 → 0.0.782

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.
@@ -55,7 +55,6 @@
55
55
  "teambit.workspace/workspace-config-files": {
56
56
  "enableWorkspaceConfigWrite": true
57
57
  },
58
-
59
58
  /**
60
59
  * workspace variants allow to set different subsets of configuration for components in your
61
60
  * workspace. this is extremely useful for upgrading, aligning and building components with a new
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/config",
3
- "version": "0.0.780",
3
+ "version": "0.0.782",
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.780"
9
+ "version": "0.0.782"
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.765",
19
+ "@teambit/cli": "0.0.767",
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.549",
33
+ "@teambit/legacy": "1.0.552",
34
34
  "react": "^16.8.0 || ^17.0.0",
35
35
  "react-dom": "^16.8.0 || ^17.0.0"
36
36
  },
@@ -55,7 +55,6 @@
55
55
  "teambit.workspace/workspace-config-files": {
56
56
  "enableWorkspaceConfigWrite": true
57
57
  },
58
-
59
58
  /**
60
59
  * workspace variants allow to set different subsets of configuration for components in your
61
60
  * workspace. this is extremely useful for upgrading, aligning and building components with a new