Skip to content

Commit ccfd212

Browse files
committed
Finalizes the commit
1 parent e2b8a6e commit ccfd212

File tree

33 files changed

+141
-151
lines changed

33 files changed

+141
-151
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/preset-env": "^7.3.1",
1919
"@babel/preset-typescript": "^7.1.0",
2020
"@babel/register": "^7.5.5",
21-
"@berry/pnpify": "workspace:0.1.1",
21+
"@berry/pnpify": "workspace:2.0.0-rc.0",
2222
"@types/camelcase": "5.2.0",
2323
"@types/chalk": "2.2.0",
2424
"@types/cross-spawn": "6.0.0",

packages/acceptance-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"pkg-tests-specs"
88
],
99
"dependencies": {
10-
"@berry/fslib": "workspace:0.1.1",
10+
"@berry/fslib": "workspace:2.0.0-rc.0",
1111
"@berry/monorepo": "workspace:0.0.0",
1212
"is-wsl": "^1.1.0"
1313
},

packages/acceptance-tests/pkg-tests-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"main": "./sources/index.js",
55
"dependencies": {
6-
"@berry/fslib": "workspace:0.1.1",
6+
"@berry/fslib": "workspace:2.0.0-rc.0",
77
"invariant": "^2.2.4",
88
"klaw": "^2.1.1",
99
"minimatch": "^3.0.4",

packages/acceptance-tests/pkg-tests-fixtures/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pkg-tests-fixtures",
33
"private": true,
44
"dependencies": {
5-
"@berry/fslib": "workspace:0.1.1"
5+
"@berry/fslib": "workspace:2.0.0-rc.0"
66
},
77
"scripts": {
88
"copy-index": "find packages -type d -mindepth 1 -maxdepth 1 | while read pkg; do cp default-index.js \"$pkg/index.js\"; done"

packages/acceptance-tests/pkg-tests-specs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"private": true,
44
"main": "./sources/index.js",
55
"dependencies": {
6-
"@berry/fslib": "workspace:0.1.1",
6+
"@berry/fslib": "workspace:2.0.0-rc.0",
77
"@berry/monorepo": "workspace:0.0.0",
8-
"@berry/parsers": "workspace:0.1.0",
8+
"@berry/parsers": "workspace:2.0.0-rc.0",
99
"fs-extra": "^7.0.1",
1010
"pkg-tests-core": "workspace:0.0.0",
1111
"semver": "^5.6.0"

packages/berry-builder/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@berry/builder",
3-
"version": "0.2.7",
4-
"version:next": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.0",
54
"bin": "./sources/boot-dev.js",
65
"dependencies": {
7-
"@berry/core": "workspace:0.1.0",
8-
"@berry/fslib": "workspace:0.1.1",
9-
"@berry/pnpify": "workspace:0.1.1",
6+
"@berry/core": "workspace:2.0.0-rc.0",
7+
"@berry/fslib": "workspace:2.0.0-rc.0",
8+
"@berry/pnpify": "workspace:2.0.0-rc.0",
109
"chalk": "^2.4.1",
1110
"clipanion": "2.0.0-rc.16",
1211
"filesize": "^4.1.2",

packages/berry-cli/package.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,40 @@
11
{
22
"name": "@berry/cli",
3-
"version": "2.0.0",
4-
"version:next": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.0",
54
"private": true,
65
"main": "./sources/index.ts",
76
"bin": {
87
"berry": "./bin/run.js"
98
},
109
"dependencies": {
11-
"@berry/core": "workspace:0.1.0",
12-
"@berry/fslib": "workspace:0.1.1",
13-
"@berry/parsers": "workspace:0.1.0",
14-
"@berry/shell": "workspace:0.1.0",
10+
"@berry/core": "workspace:2.0.0-rc.0",
11+
"@berry/fslib": "workspace:2.0.0-rc.0",
12+
"@berry/parsers": "workspace:2.0.0-rc.0",
13+
"@berry/shell": "workspace:2.0.0-rc.0",
1514
"chalk": "^2.4.1",
1615
"clipanion": "2.0.0-rc.16",
1716
"semver": "^5.6.0",
1817
"tmp": "^0.0.33",
1918
"yup": "^0.27.0"
2019
},
2120
"devDependencies": {
22-
"@berry/builder": "workspace:0.2.7",
23-
"@berry/plugin-constraints": "workspace:0.0.0",
24-
"@berry/plugin-dlx": "workspace:0.0.0",
25-
"@berry/plugin-essentials": "workspace:0.0.0",
26-
"@berry/plugin-file": "workspace:0.0.0",
27-
"@berry/plugin-github": "workspace:0.0.0",
28-
"@berry/plugin-http": "workspace:0.0.0",
29-
"@berry/plugin-init": "workspace:0.0.0",
30-
"@berry/plugin-link": "workspace:0.0.0",
31-
"@berry/plugin-npm": "workspace:0.0.0",
32-
"@berry/plugin-npm-cli": "workspace:0.0.0",
33-
"@berry/plugin-pack": "workspace:0.0.0",
34-
"@berry/plugin-pnp": "workspace:0.0.0",
35-
"@berry/plugin-typescript": "workspace:0.0.0",
36-
"@berry/plugin-version": "workspace:0.0.0",
37-
"@berry/plugin-workspace-tools": "workspace:0.0.0",
38-
"@berry/pnp": "workspace:0.1.0",
21+
"@berry/builder": "workspace:2.0.0-rc.0",
22+
"@berry/plugin-constraints": "workspace:2.0.0-rc.0",
23+
"@berry/plugin-dlx": "workspace:2.0.0-rc.0",
24+
"@berry/plugin-essentials": "workspace:2.0.0-rc.0",
25+
"@berry/plugin-file": "workspace:2.0.0-rc.0",
26+
"@berry/plugin-github": "workspace:2.0.0-rc.0",
27+
"@berry/plugin-http": "workspace:2.0.0-rc.0",
28+
"@berry/plugin-init": "workspace:2.0.0-rc.0",
29+
"@berry/plugin-link": "workspace:2.0.0-rc.0",
30+
"@berry/plugin-npm": "workspace:2.0.0-rc.0",
31+
"@berry/plugin-npm-cli": "workspace:2.0.0-rc.0",
32+
"@berry/plugin-pack": "workspace:2.0.0-rc.0",
33+
"@berry/plugin-pnp": "workspace:2.0.0-rc.0",
34+
"@berry/plugin-typescript": "workspace:2.0.0-rc.0",
35+
"@berry/plugin-version": "workspace:2.0.0-rc.0",
36+
"@berry/plugin-workspace-tools": "workspace:2.0.0-rc.0",
37+
"@berry/pnp": "workspace:2.0.0-rc.0",
3938
"typescript": "^3.3.3333"
4039
},
4140
"scripts": {

packages/berry-core/package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"name": "@berry/core",
3-
"version": "0.1.0",
4-
"version:next": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.0",
54
"main": "./sources/index.ts",
65
"sideEffects": false,
76
"dependencies": {
8-
"@berry/fslib": "workspace:0.1.1",
9-
"@berry/json-proxy": "workspace:0.1.0",
10-
"@berry/parsers": "workspace:0.1.0",
11-
"@berry/pnp": "workspace:0.1.0",
12-
"@berry/pnpify": "workspace:0.1.1",
13-
"@berry/shell": "workspace:0.1.0",
7+
"@berry/fslib": "workspace:2.0.0-rc.0",
8+
"@berry/json-proxy": "workspace:2.0.0-rc.0",
9+
"@berry/parsers": "workspace:2.0.0-rc.0",
10+
"@berry/pnp": "workspace:2.0.0-rc.0",
11+
"@berry/pnpify": "workspace:2.0.0-rc.0",
12+
"@berry/shell": "workspace:2.0.0-rc.0",
1413
"agentkeepalive": "^4.0.2",
1514
"camelcase": "^5.3.1",
1615
"chalk": "^2.4.1",
@@ -32,9 +31,9 @@
3231
"tunnel": "^0.0.6"
3332
},
3433
"devDependencies": {
35-
"@berry/plugin-link": "workspace:0.0.0",
36-
"@berry/plugin-pnp": "workspace:0.0.0",
37-
"@berry/pnpify": "workspace:0.1.1",
34+
"@berry/plugin-link": "workspace:2.0.0-rc.0",
35+
"@berry/plugin-pnp": "workspace:2.0.0-rc.0",
36+
"@berry/pnpify": "workspace:2.0.0-rc.0",
3837
"typescript": "^3.3.3333"
3938
},
4039
"scripts": {

packages/berry-fslib/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "@berry/fslib",
3-
"version": "0.1.1",
4-
"version:next": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.0",
54
"main": "./sources/index.ts",
65
"sideEffects": false,
76
"dependencies": {
8-
"@berry/libzip": "workspace:0.1.0",
7+
"@berry/libzip": "workspace:2.0.0-rc.0",
98
"tmp": "^0.0.33"
109
},
1110
"devDependencies": {
12-
"@berry/pnpify": "workspace:0.1.1",
11+
"@berry/pnpify": "workspace:2.0.0-rc.0",
1312
"typescript": "^3.3.3333"
1413
},
1514
"scripts": {

packages/berry-json-proxy/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "@berry/json-proxy",
3-
"version": "0.1.0",
4-
"version:next": "2.0.0-rc.0",
3+
"version": "2.0.0-rc.0",
54
"main": "./sources/index.ts",
65
"dependencies": {
7-
"@berry/fslib": "workspace:0.1.1"
6+
"@berry/fslib": "workspace:2.0.0-rc.0"
87
},
98
"devDependencies": {
10-
"@berry/pnpify": "workspace:0.1.1",
9+
"@berry/pnpify": "workspace:2.0.0-rc.0",
1110
"typescript": "^3.3.3333"
1211
},
1312
"scripts": {

0 commit comments

Comments
 (0)