@teambit/dependencies 1.0.100 → 1.0.101

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.
@@ -10,7 +10,7 @@ To improve component-loading performance, the dependencies data is cached in the
10
10
 
11
11
  ### The entire cache of all component dependencies is invalidated if one of the following happened:
12
12
 
13
- 1. workspace-config file (bit.json/workspace.jsonc) has changed.
13
+ 1. workspace-config file (workspace.jsonc) has changed.
14
14
  2. package.json file has changed.
15
15
  3. node_modules-dir (only root dir, not sub-dirs) has changed. - not sure if needed.
16
16
  4. On completion of "bit link".
@@ -10,7 +10,7 @@ To improve component-loading performance, the dependencies data is cached in the
10
10
 
11
11
  ### The entire cache of all component dependencies is invalidated if one of the following happened:
12
12
 
13
- 1. workspace-config file (bit.json/workspace.jsonc) has changed.
13
+ 1. workspace-config file (workspace.jsonc) has changed.
14
14
  2. package.json file has changed.
15
15
  3. node_modules-dir (only root dir, not sub-dirs) has changed. - not sure if needed.
16
16
  4. On completion of "bit link".
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/dependencies",
3
- "version": "1.0.100",
3
+ "version": "1.0.101",
4
4
  "homepage": "https://bit.cloud/teambit/dependencies/dependencies",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.dependencies",
8
8
  "name": "dependencies",
9
- "version": "1.0.100"
9
+ "version": "1.0.101"
10
10
  },
11
11
  "dependencies": {
12
12
  "archy": "1.0.0",
@@ -23,12 +23,12 @@
23
23
  "@teambit/harmony": "0.4.6",
24
24
  "@teambit/component-id": "1.2.0",
25
25
  "@teambit/component-version": "1.0.3",
26
- "@teambit/cli": "0.0.834",
27
- "@teambit/aspect-loader": "1.0.100",
28
- "@teambit/dependency-resolver": "1.0.100",
29
- "@teambit/dev-files": "1.0.100",
30
- "@teambit/workspace": "1.0.100",
31
- "@teambit/component-issues": "0.0.132"
26
+ "@teambit/cli": "0.0.835",
27
+ "@teambit/aspect-loader": "1.0.101",
28
+ "@teambit/dependency-resolver": "1.0.101",
29
+ "@teambit/dev-files": "1.0.101",
30
+ "@teambit/workspace": "1.0.101",
31
+ "@teambit/component-issues": "0.0.133"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/cli-table": "^0.3.0",
@@ -45,7 +45,7 @@
45
45
  "@types/testing-library__jest-dom": "5.9.5"
46
46
  },
47
47
  "peerDependencies": {
48
- "@teambit/legacy": "1.0.619",
48
+ "@teambit/legacy": "1.0.620",
49
49
  "react": "^16.8.0 || ^17.0.0",
50
50
  "react-dom": "^16.8.0 || ^17.0.0"
51
51
  },