@yarnpkg/cli 3.1.0-rc.9 → 3.2.0-rc.10
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 +28 -29
package/package.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarnpkg/cli",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-rc.10",
|
|
4
4
|
"license": "BSD-2-Clause",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@yarnpkg/core": "^3.
|
|
8
|
-
"@yarnpkg/fslib": "^2.6.
|
|
9
|
-
"@yarnpkg/libzip": "^2.2.
|
|
10
|
-
"@yarnpkg/parsers": "^2.
|
|
11
|
-
"@yarnpkg/plugin-compat": "^3.1.
|
|
12
|
-
"@yarnpkg/plugin-dlx": "^3.
|
|
13
|
-
"@yarnpkg/plugin-essentials": "^3.
|
|
14
|
-
"@yarnpkg/plugin-file": "^2.3.0
|
|
15
|
-
"@yarnpkg/plugin-git": "^2.
|
|
16
|
-
"@yarnpkg/plugin-github": "^2.
|
|
17
|
-
"@yarnpkg/plugin-http": "^2.
|
|
18
|
-
"@yarnpkg/plugin-init": "^3.
|
|
19
|
-
"@yarnpkg/plugin-link": "^2.2.0
|
|
20
|
-
"@yarnpkg/plugin-nm": "^3.
|
|
21
|
-
"@yarnpkg/plugin-npm": "^2.
|
|
22
|
-
"@yarnpkg/plugin-npm-cli": "^3.0
|
|
23
|
-
"@yarnpkg/plugin-pack": "^3.1.0
|
|
24
|
-
"@yarnpkg/plugin-patch": "^3.0
|
|
25
|
-
"@yarnpkg/plugin-pnp": "^3.1.
|
|
26
|
-
"@yarnpkg/plugin-pnpm": "^1.
|
|
27
|
-
"@yarnpkg/shell": "^3.
|
|
7
|
+
"@yarnpkg/core": "^3.2.0-rc.10",
|
|
8
|
+
"@yarnpkg/fslib": "^2.6.1-rc.5",
|
|
9
|
+
"@yarnpkg/libzip": "^2.2.3-rc.5",
|
|
10
|
+
"@yarnpkg/parsers": "^2.5.0-rc.8",
|
|
11
|
+
"@yarnpkg/plugin-compat": "^3.1.2-rc.6",
|
|
12
|
+
"@yarnpkg/plugin-dlx": "^3.1.1",
|
|
13
|
+
"@yarnpkg/plugin-essentials": "^3.2.0-rc.8",
|
|
14
|
+
"@yarnpkg/plugin-file": "^2.3.0",
|
|
15
|
+
"@yarnpkg/plugin-git": "^2.6.0-rc.10",
|
|
16
|
+
"@yarnpkg/plugin-github": "^2.3.0",
|
|
17
|
+
"@yarnpkg/plugin-http": "^2.2.0",
|
|
18
|
+
"@yarnpkg/plugin-init": "^3.1.1",
|
|
19
|
+
"@yarnpkg/plugin-link": "^2.2.0",
|
|
20
|
+
"@yarnpkg/plugin-nm": "^3.1.1-rc.10",
|
|
21
|
+
"@yarnpkg/plugin-npm": "^2.7.0-rc.3",
|
|
22
|
+
"@yarnpkg/plugin-npm-cli": "^3.2.0-rc.3",
|
|
23
|
+
"@yarnpkg/plugin-pack": "^3.1.0",
|
|
24
|
+
"@yarnpkg/plugin-patch": "^3.2.0-rc.1",
|
|
25
|
+
"@yarnpkg/plugin-pnp": "^3.1.2-rc.10",
|
|
26
|
+
"@yarnpkg/plugin-pnpm": "^1.1.0-rc.8",
|
|
27
|
+
"@yarnpkg/shell": "^3.2.0-rc.8",
|
|
28
28
|
"chalk": "^3.0.0",
|
|
29
29
|
"ci-info": "^3.2.0",
|
|
30
|
-
"clipanion": "^3.0.
|
|
30
|
+
"clipanion": "^3.2.0-rc.4",
|
|
31
31
|
"semver": "^7.1.2",
|
|
32
32
|
"tslib": "^1.13.0",
|
|
33
33
|
"typanion": "^3.3.0",
|
|
@@ -36,14 +36,13 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/semver": "^7.1.0",
|
|
38
38
|
"@types/yup": "^0",
|
|
39
|
-
"@yarnpkg/builder": "^3.1.
|
|
39
|
+
"@yarnpkg/builder": "^3.1.1-rc.1",
|
|
40
40
|
"@yarnpkg/monorepo": "^0.0.0",
|
|
41
|
-
"@yarnpkg/pnpify": "^3.
|
|
42
|
-
"micromatch": "^4.0.2"
|
|
43
|
-
"typescript": "^4.4.2"
|
|
41
|
+
"@yarnpkg/pnpify": "^3.1.1-rc.10",
|
|
42
|
+
"micromatch": "^4.0.2"
|
|
44
43
|
},
|
|
45
44
|
"peerDependencies": {
|
|
46
|
-
"@yarnpkg/core": "^3.
|
|
45
|
+
"@yarnpkg/core": "^3.2.0-rc.10"
|
|
47
46
|
},
|
|
48
47
|
"scripts": {
|
|
49
48
|
"postpack": "rm -rf lib",
|
|
@@ -93,6 +92,6 @@
|
|
|
93
92
|
"engines": {
|
|
94
93
|
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
|
|
95
94
|
},
|
|
96
|
-
"stableVersion": "3.
|
|
95
|
+
"stableVersion": "3.1.0",
|
|
97
96
|
"types": "./lib/index.d.ts"
|
|
98
97
|
}
|