Skip to content

Commit b0c32bf

Browse files
committed
Releasing 25 new packages
| Package name | Version | | --- | --- | | `@yarnpkg/cli` | `3.1.0-rc.3` | | `@yarnpkg/core` | `3.1.0-rc.4` | | `@yarnpkg/nm` | `3.0.0-rc.4` | | `@yarnpkg/plugin-nm` | `3.0.1-rc.4` | | `@yarnpkg/pnpify` | `3.0.1-rc.3` | | `@yarnpkg/builder` | `3.0.2-rc.4` | | `@yarnpkg/plugin-essentials` | `3.1.0-rc.3` | | `@yarnpkg/fslib` | `2.6.0-rc.3` | | `@yarnpkg/plugin-exec` | `2.2.1-rc.2` | | `@yarnpkg/plugin-file` | `2.2.2-rc.2` | | `@yarnpkg/plugin-pack` | `3.1.0-rc.3` | | `@yarnpkg/plugin-patch` | `3.0.1-rc.2` | | `@yarnpkg/plugin-link` | `2.1.3-rc.2` | | `@yarnpkg/plugin-constraints` | `3.0.1-rc.3` | | `@yarnpkg/plugin-pnp` | `3.0.1-rc.3` | | `@yarnpkg/pnp` | `3.0.1-rc.3` | | `@yarnpkg/sdks` | `2.4.2-rc.3` | | `@yarnpkg/plugin-npm` | `2.5.1-rc.1` | | `@yarnpkg/plugin-version` | `3.0.1-rc.4` | | `@yarnpkg/shell` | `3.0.1-rc.5` | | `@yarnpkg/parsers` | `2.4.1-rc.3` | | `@yarnpkg/plugin-dlx` | `3.0.1-rc.2` | | `@yarnpkg/plugin-compat` | `3.1.0-rc.2` | | `@yarnpkg/esbuild-plugin-pnp` | `1.0.1-rc.4` | | `vscode-zipfs` | `2.3.1-rc.3` |
1 parent da248e4 commit b0c32bf

File tree

41 files changed

+1005
-819
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1005
-819
lines changed

packages/berry-cli/bin/berry.js

Lines changed: 277 additions & 276 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/esbuild-plugin-pnp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/esbuild-plugin-pnp",
3-
"version": "1.0.1-rc.3",
3+
"version": "1.0.1-rc.4",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {

packages/plugin-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/plugin-compat",
3-
"version": "3.1.0-rc.1",
3+
"version": "3.1.0-rc.2",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"peerDependencies": {

packages/plugin-constraints/bin/@yarnpkg/plugin-constraints.js

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-constraints/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yarnpkg/plugin-constraints",
3-
"version": "3.0.1-rc.2",
3+
"version": "3.0.1-rc.3",
44
"license": "BSD-2-Clause",
55
"repository": {
66
"type": "git",
@@ -9,7 +9,7 @@
99
},
1010
"main": "./sources/index.ts",
1111
"dependencies": {
12-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
12+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
1313
"clipanion": "^3.0.1",
1414
"lodash": "^4.17.15",
1515
"node-emoji": "^1.8.1",

packages/plugin-dlx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@yarnpkg/plugin-dlx",
3-
"version": "3.0.1-rc.1",
3+
"version": "3.0.1-rc.2",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"@yarnpkg/json-proxy": "workspace:^2.1.1",
99
"clipanion": "^3.0.1",
1010
"tslib": "^1.13.0"

packages/plugin-essentials/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@yarnpkg/plugin-essentials",
3-
"version": "3.1.0-rc.2",
3+
"version": "3.1.0-rc.3",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"@yarnpkg/json-proxy": "workspace:^2.1.1",
9-
"@yarnpkg/parsers": "workspace:^2.4.1-rc.2",
9+
"@yarnpkg/parsers": "workspace:^2.4.1-rc.3",
1010
"ci-info": "^2.0.0",
1111
"clipanion": "^3.0.1",
1212
"enquirer": "^2.3.6",

packages/plugin-exec/bin/@yarnpkg/plugin-exec.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-exec/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@yarnpkg/plugin-exec",
3-
"version": "2.2.1-rc.1",
3+
"version": "2.2.1-rc.2",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/builder": "workspace:^3.0.2-rc.3",
8-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/builder": "workspace:^3.0.2-rc.4",
8+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
99
"tslib": "^1.13.0"
1010
},
1111
"peerDependencies": {

packages/plugin-file/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@yarnpkg/plugin-file",
3-
"version": "2.2.2-rc.1",
3+
"version": "2.2.2-rc.2",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"tslib": "^1.13.0"
99
},
1010
"peerDependencies": {

packages/plugin-git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "./sources/index.ts",
66
"dependencies": {
77
"@types/semver": "^7.1.0",
8-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
8+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
99
"git-url-parse": "11.1.2",
1010
"semver": "^7.1.2",
1111
"tslib": "^1.13.0"

packages/plugin-github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"tslib": "^1.13.0"
99
},
1010
"peerDependencies": {

packages/plugin-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"tslib": "^1.13.0"
99
},
1010
"peerDependencies": {

packages/plugin-init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"clipanion": "^3.0.1",
99
"lodash": "^4.17.15",
1010
"tslib": "^1.13.0"

packages/plugin-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@yarnpkg/plugin-link",
3-
"version": "2.1.3-rc.1",
3+
"version": "2.1.3-rc.2",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"tslib": "^1.13.0"
99
},
1010
"peerDependencies": {

packages/plugin-nm/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"license": "BSD-2-Clause",
44
"main": "./sources/index.ts",
55
"dependencies": {
6-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
6+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
77
"@yarnpkg/libzip": "workspace:^2.2.2",
8-
"@yarnpkg/nm": "workspace:^3.0.0-rc.3",
9-
"@yarnpkg/parsers": "workspace:^2.4.1-rc.2",
10-
"@yarnpkg/plugin-pnp": "workspace:^3.0.1-rc.2",
11-
"@yarnpkg/pnp": "workspace:^3.0.1-rc.2",
8+
"@yarnpkg/nm": "workspace:^3.0.0-rc.4",
9+
"@yarnpkg/parsers": "workspace:^2.4.1-rc.3",
10+
"@yarnpkg/plugin-pnp": "workspace:^3.0.1-rc.3",
11+
"@yarnpkg/pnp": "workspace:^3.0.1-rc.3",
1212
"@zkochan/cmd-shim": "^5.1.0",
1313
"clipanion": "^3.0.1",
1414
"micromatch": "^4.0.2",
@@ -24,7 +24,7 @@
2424
"@yarnpkg/core": "workspace:*",
2525
"@yarnpkg/plugin-stage": "workspace:*"
2626
},
27-
"version": "3.0.1-rc.3",
27+
"version": "3.0.1-rc.4",
2828
"nextVersion": {
2929
"semver": "2.0.0-rc.5",
3030
"nonce": "1989925236539513"

packages/plugin-npm-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"clipanion": "^3.0.1",
99
"enquirer": "^2.3.6",
1010
"semver": "^7.1.2",

packages/plugin-npm/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@yarnpkg/plugin-npm",
3-
"version": "2.5.0",
3+
"version": "2.5.1-rc.1",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"enquirer": "^2.3.6",
99
"semver": "^7.1.2",
1010
"ssri": "^6.0.1",
@@ -38,5 +38,6 @@
3838
],
3939
"engines": {
4040
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"
41-
}
41+
},
42+
"stableVersion": "2.5.0"
4243
}

packages/plugin-pack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@yarnpkg/plugin-pack",
3-
"version": "3.1.0-rc.2",
3+
"version": "3.1.0-rc.3",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"clipanion": "^3.0.1",
99
"micromatch": "^4.0.2",
1010
"tar-stream": "^2.0.1",

packages/plugin-patch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@yarnpkg/plugin-patch",
3-
"version": "3.0.1-rc.1",
3+
"version": "3.0.1-rc.2",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"@yarnpkg/libzip": "workspace:^2.2.2",
99
"clipanion": "^3.0.1",
1010
"tslib": "^1.13.0"

packages/plugin-pnp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@yarnpkg/plugin-pnp",
3-
"version": "3.0.1-rc.2",
3+
"version": "3.0.1-rc.3",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
77
"@types/semver": "^7.1.0",
8-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
8+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
99
"@yarnpkg/plugin-stage": "workspace:^3.0.0",
10-
"@yarnpkg/pnp": "workspace:^3.0.1-rc.2",
10+
"@yarnpkg/pnp": "workspace:^3.0.1-rc.3",
1111
"clipanion": "^3.0.1",
1212
"micromatch": "^4.0.2",
1313
"semver": "^7.1.2",

packages/plugin-stage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"clipanion": "^3.0.1",
99
"tslib": "^1.13.0"
1010
},

packages/plugin-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/plugin-pack": "workspace:^3.1.0-rc.2",
7+
"@yarnpkg/plugin-pack": "workspace:^3.1.0-rc.3",
88
"algoliasearch": "^4.2.0",
99
"semver": "^7.1.2",
1010
"tslib": "^1.13.0"

packages/plugin-version/bin/@yarnpkg/plugin-version.js

Lines changed: 260 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/plugin-version/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@yarnpkg/plugin-version",
3-
"version": "3.0.1-rc.3",
3+
"version": "3.0.1-rc.4",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"@yarnpkg/libui": "workspace:^2.1.2",
9-
"@yarnpkg/parsers": "workspace:^2.4.1-rc.2",
9+
"@yarnpkg/parsers": "workspace:^2.4.1-rc.3",
1010
"clipanion": "^3.0.1",
1111
"ink": "^3.0.8",
1212
"lodash": "^4.17.15",

packages/plugin-workspace-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
88
"clipanion": "^3.0.1",
99
"micromatch": "^4.0.2",
1010
"p-limit": "^2.2.0",

packages/vscode-zipfs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "Allows to easily inspect and modify files stored within zip archives.",
88
"homepage": "https://github.com/yarnpkg/berry/blob/master/packages/vscode-zipfs",
99
"icon": "icon.png",
10-
"version": "2.3.1-rc.2",
10+
"version": "2.3.1-rc.3",
1111
"engines": {
1212
"vscode": "^1.54.0",
1313
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0"

packages/yarnpkg-builder/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@yarnpkg/builder",
3-
"version": "3.0.2-rc.3",
3+
"version": "3.0.2-rc.4",
44
"license": "BSD-2-Clause",
55
"bin": "./sources/boot-cli-dev.js",
66
"dependencies": {
77
"@babel/core": "^7.10.2",
8-
"@yarnpkg/cli": "workspace:^3.1.0-rc.2",
9-
"@yarnpkg/core": "workspace:^3.1.0-rc.3",
8+
"@yarnpkg/cli": "workspace:^3.1.0-rc.3",
9+
"@yarnpkg/core": "workspace:^3.1.0-rc.4",
1010
"@yarnpkg/esbuild-plugin-pnp": "workspace:packages/esbuild-plugin-pnp",
11-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
12-
"@yarnpkg/pnpify": "workspace:^3.0.1-rc.2",
11+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
12+
"@yarnpkg/pnpify": "workspace:^3.0.1-rc.3",
1313
"babel-loader": "^8.1.0",
1414
"chalk": "^3.0.0",
1515
"clipanion": "^3.0.1",

packages/yarnpkg-cli/bin/yarn.js

Lines changed: 277 additions & 276 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/yarnpkg-cli/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
22
"name": "@yarnpkg/cli",
3-
"version": "3.1.0-rc.2",
3+
"version": "3.1.0-rc.3",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"dependencies": {
7-
"@yarnpkg/core": "workspace:^3.1.0-rc.3",
8-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
7+
"@yarnpkg/core": "workspace:^3.1.0-rc.4",
8+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
99
"@yarnpkg/libzip": "workspace:^2.2.2",
10-
"@yarnpkg/parsers": "workspace:^2.4.1-rc.2",
11-
"@yarnpkg/plugin-compat": "workspace:^3.1.0-rc.1",
12-
"@yarnpkg/plugin-dlx": "workspace:^3.0.1-rc.1",
13-
"@yarnpkg/plugin-essentials": "workspace:^3.1.0-rc.2",
14-
"@yarnpkg/plugin-file": "workspace:^2.2.2-rc.1",
10+
"@yarnpkg/parsers": "workspace:^2.4.1-rc.3",
11+
"@yarnpkg/plugin-compat": "workspace:^3.1.0-rc.2",
12+
"@yarnpkg/plugin-dlx": "workspace:^3.0.1-rc.2",
13+
"@yarnpkg/plugin-essentials": "workspace:^3.1.0-rc.3",
14+
"@yarnpkg/plugin-file": "workspace:^2.2.2-rc.2",
1515
"@yarnpkg/plugin-git": "workspace:^2.4.0",
1616
"@yarnpkg/plugin-github": "workspace:^2.2.0",
1717
"@yarnpkg/plugin-http": "workspace:^2.1.3",
1818
"@yarnpkg/plugin-init": "workspace:^3.0.0",
19-
"@yarnpkg/plugin-link": "workspace:^2.1.3-rc.1",
20-
"@yarnpkg/plugin-nm": "workspace:^3.0.1-rc.3",
21-
"@yarnpkg/plugin-npm": "workspace:^2.5.0",
19+
"@yarnpkg/plugin-link": "workspace:^2.1.3-rc.2",
20+
"@yarnpkg/plugin-nm": "workspace:^3.0.1-rc.4",
21+
"@yarnpkg/plugin-npm": "workspace:^2.5.1-rc.1",
2222
"@yarnpkg/plugin-npm-cli": "workspace:^3.0.0",
23-
"@yarnpkg/plugin-pack": "workspace:^3.1.0-rc.2",
24-
"@yarnpkg/plugin-patch": "workspace:^3.0.1-rc.1",
25-
"@yarnpkg/plugin-pnp": "workspace:^3.0.1-rc.2",
26-
"@yarnpkg/shell": "workspace:^3.0.1-rc.4",
23+
"@yarnpkg/plugin-pack": "workspace:^3.1.0-rc.3",
24+
"@yarnpkg/plugin-patch": "workspace:^3.0.1-rc.2",
25+
"@yarnpkg/plugin-pnp": "workspace:^3.0.1-rc.3",
26+
"@yarnpkg/shell": "workspace:^3.0.1-rc.5",
2727
"chalk": "^3.0.0",
2828
"ci-info": "^2.0.0",
2929
"clipanion": "^3.0.1",

packages/yarnpkg-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@yarnpkg/core",
3-
"version": "3.1.0-rc.3",
3+
"version": "3.1.0-rc.4",
44
"license": "BSD-2-Clause",
55
"main": "./sources/index.ts",
66
"sideEffects": false,
77
"dependencies": {
88
"@arcanis/slice-ansi": "^1.0.2",
99
"@types/semver": "^7.1.0",
1010
"@types/treeify": "^1.0.0",
11-
"@yarnpkg/fslib": "workspace:^2.6.0-rc.2",
11+
"@yarnpkg/fslib": "workspace:^2.6.0-rc.3",
1212
"@yarnpkg/json-proxy": "workspace:^2.1.1",
1313
"@yarnpkg/libzip": "workspace:^2.2.2",
14-
"@yarnpkg/parsers": "workspace:^2.4.1-rc.2",
15-
"@yarnpkg/pnp": "workspace:^3.0.1-rc.2",
16-
"@yarnpkg/shell": "workspace:^3.0.1-rc.4",
14+
"@yarnpkg/parsers": "workspace:^2.4.1-rc.3",
15+
"@yarnpkg/pnp": "workspace:^3.0.1-rc.3",
16+
"@yarnpkg/shell": "workspace:^3.0.1-rc.5",
1717
"camelcase": "^5.3.1",
1818
"chalk": "^3.0.0",
1919
"ci-info": "^2.0.0",

0 commit comments

Comments
 (0)