@teambit/install 1.0.652 → 1.0.654
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.
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/install",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.654",
|
4
4
|
"homepage": "https://bit.cloud/teambit/workspace/install",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.workspace",
|
8
8
|
"name": "install",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.654"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "4.1.2",
|
@@ -23,32 +23,32 @@
|
|
23
23
|
"enquirer": "2.4.1",
|
24
24
|
"table": "6.7.3",
|
25
25
|
"@teambit/harmony": "0.4.7",
|
26
|
-
"@teambit/workspace.root-components": "1.0.0",
|
27
|
-
"@teambit/bit-error": "0.0.404",
|
28
|
-
"@teambit/cli": "0.0.1229",
|
29
|
-
"@teambit/dependency-resolver": "1.0.652",
|
30
|
-
"@teambit/logger": "0.0.1322",
|
31
|
-
"@teambit/workspace": "1.0.652",
|
32
|
-
"@teambit/application": "1.0.652",
|
33
|
-
"@teambit/aspect-loader": "1.0.652",
|
34
|
-
"@teambit/bundler": "1.0.652",
|
35
|
-
"@teambit/compiler": "1.0.652",
|
36
26
|
"@teambit/component-issues": "0.0.159",
|
37
27
|
"@teambit/component-package-version": "0.0.438",
|
38
|
-
"@teambit/component.sources": "0.0.107",
|
39
|
-
"@teambit/component": "1.0.652",
|
40
28
|
"@teambit/dependencies.fs.linked-dependencies": "0.0.31",
|
41
|
-
"@teambit/
|
42
|
-
"@teambit/
|
43
|
-
"@teambit/
|
44
|
-
"@teambit/
|
45
|
-
"@teambit/
|
46
|
-
"@teambit/
|
47
|
-
"@teambit/
|
48
|
-
"@teambit/
|
49
|
-
"@teambit/
|
50
|
-
"@teambit/
|
51
|
-
"@teambit/
|
29
|
+
"@teambit/workspace.root-components": "1.0.0",
|
30
|
+
"@teambit/bit-error": "0.0.404",
|
31
|
+
"@teambit/toolbox.time.time-format": "0.0.500",
|
32
|
+
"@teambit/cli": "0.0.1231",
|
33
|
+
"@teambit/dependency-resolver": "1.0.654",
|
34
|
+
"@teambit/logger": "0.0.1324",
|
35
|
+
"@teambit/workspace": "1.0.654",
|
36
|
+
"@teambit/application": "1.0.654",
|
37
|
+
"@teambit/aspect-loader": "1.0.654",
|
38
|
+
"@teambit/bundler": "1.0.654",
|
39
|
+
"@teambit/compiler": "1.0.654",
|
40
|
+
"@teambit/component.sources": "0.0.108",
|
41
|
+
"@teambit/component": "1.0.654",
|
42
|
+
"@teambit/envs": "1.0.654",
|
43
|
+
"@teambit/generator": "1.0.655",
|
44
|
+
"@teambit/ipc-events": "1.0.654",
|
45
|
+
"@teambit/issues": "1.0.654",
|
46
|
+
"@teambit/objects": "0.0.161",
|
47
|
+
"@teambit/pkg.modules.component-package-name": "0.0.63",
|
48
|
+
"@teambit/ui": "1.0.654",
|
49
|
+
"@teambit/variants": "0.0.1498",
|
50
|
+
"@teambit/workspace-config-files": "1.0.654",
|
51
|
+
"@teambit/workspace.modules.node-modules-linker": "0.0.284"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
54
|
"@types/fs-extra": "9.0.7",
|
@@ -56,11 +56,11 @@
|
|
56
56
|
"@types/object-hash": "1.3.4",
|
57
57
|
"strip-ansi": "6.0.0",
|
58
58
|
"@types/mocha": "9.1.0",
|
59
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
59
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.72"
|
60
60
|
},
|
61
61
|
"peerDependencies": {
|
62
|
-
"chai": "
|
63
|
-
"@types/chai": "
|
62
|
+
"chai": "5.2.1",
|
63
|
+
"@types/chai": "5.2.2"
|
64
64
|
},
|
65
65
|
"license": "Apache-2.0",
|
66
66
|
"optionalDependencies": {},
|
File without changes
|