@teambit/install 1.0.268 → 1.0.270

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="2" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.workspace/install@1.0.268" tests="2" failures="0" errors="0" skipped="0">
4
- <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices in correct order" time="0.167"/>
5
- <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.002"/>
3
+ <testsuite name="teambit.workspace/install@1.0.270" tests="2" failures="0" errors="0" skipped="0">
4
+ <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices in correct order" time="0.101"/>
5
+ <testcase classname="dist/pick-outdated-pkgs.spec.js" name="should render choices with context information" time="0.001"/>
6
6
  </testsuite>
7
7
  </testsuites>
@@ -2018,7 +2018,7 @@
2018
2018
  "componentId": {
2019
2019
  "scope": "teambit.workspace",
2020
2020
  "name": "modules/node-modules-linker",
2021
- "version": "0.0.172"
2021
+ "version": "0.0.173"
2022
2022
  }
2023
2023
  }
2024
2024
  },
@@ -2051,7 +2051,7 @@
2051
2051
  "componentId": {
2052
2052
  "scope": "teambit.workspace",
2053
2053
  "name": "modules/node-modules-linker",
2054
- "version": "0.0.172"
2054
+ "version": "0.0.173"
2055
2055
  }
2056
2056
  }
2057
2057
  },
@@ -4907,7 +4907,7 @@
4907
4907
  "componentId": {
4908
4908
  "scope": "teambit.workspace",
4909
4909
  "name": "install",
4910
- "version": "1.0.268"
4910
+ "version": "1.0.270"
4911
4911
  },
4912
4912
  "taggedModuleExports": []
4913
4913
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.268",
3
+ "version": "1.0.270",
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.268"
9
+ "version": "1.0.270"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
13
- "@pnpm/types": "9.4.2",
13
+ "@pnpm/types": "10.0.0",
14
14
  "fs-extra": "10.0.0",
15
15
  "lodash": "4.17.21",
16
16
  "object-hash": "2.1.1",
@@ -23,22 +23,22 @@
23
23
  "@teambit/bit-roots": "0.0.133",
24
24
  "@teambit/bit-error": "0.0.404",
25
25
  "@teambit/cli": "0.0.865",
26
- "@teambit/dependency-resolver": "1.0.268",
26
+ "@teambit/dependency-resolver": "1.0.270",
27
27
  "@teambit/logger": "0.0.958",
28
- "@teambit/workspace": "1.0.268",
29
- "@teambit/application": "1.0.268",
30
- "@teambit/compiler": "1.0.268",
31
- "@teambit/component-issues": "0.0.148",
28
+ "@teambit/workspace": "1.0.270",
29
+ "@teambit/application": "1.0.270",
30
+ "@teambit/compiler": "1.0.270",
31
+ "@teambit/component-issues": "0.0.149",
32
32
  "@teambit/component-package-version": "0.0.433",
33
- "@teambit/component": "1.0.268",
33
+ "@teambit/component": "1.0.270",
34
34
  "@teambit/dependencies.fs.linked-dependencies": "0.0.9",
35
- "@teambit/envs": "1.0.268",
36
- "@teambit/generator": "1.0.269",
37
- "@teambit/ipc-events": "1.0.268",
38
- "@teambit/issues": "1.0.268",
39
- "@teambit/variants": "0.0.1112",
40
- "@teambit/workspace-config-files": "1.0.268",
41
- "@teambit/workspace.modules.node-modules-linker": "0.0.172",
35
+ "@teambit/envs": "1.0.270",
36
+ "@teambit/generator": "1.0.271",
37
+ "@teambit/ipc-events": "1.0.270",
38
+ "@teambit/issues": "1.0.270",
39
+ "@teambit/variants": "0.0.1114",
40
+ "@teambit/workspace-config-files": "1.0.270",
41
+ "@teambit/workspace.modules.node-modules-linker": "0.0.173",
42
42
  "@teambit/toolbox.time.time-format": "0.0.496"
43
43
  },
44
44
  "devDependencies": {