chore(release): 2.10.0

This commit is contained in:
Zoltan Kochan
2018-06-29 21:49:28 +03:00
parent af934c87ba
commit a53f663f3d
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "1.2.3",
"version": "1.2.4",
"description": "Gets configs for pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "pnpm-default-reporter",
"version": "0.17.5",
"version": "0.17.6",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"typings": "lib/index.d.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "2.9.0",
"version": "2.10.0",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",
@@ -20,7 +20,7 @@
"lib/"
],
"dependencies": {
"@pnpm/config": "^1.2.3",
"@pnpm/config": "^1.2.4",
"@pnpm/default-fetcher": "^0.4.0 || 1",
"@pnpm/default-resolver": "^2.0.0",
"@pnpm/lifecycle": "^2.2.1",
@@ -63,7 +63,7 @@
"path-absolute": "^1.0.0",
"path-name": "^1.0.0",
"pkgs-graph": "^2.0.0",
"pnpm-default-reporter": "^0.17.5",
"pnpm-default-reporter": "^0.17.6",
"pnpm-file-reporter": "^0.1.0",
"pnpm-list": "^3.0.0",
"process-exists": "^3.0.0",
@@ -71,7 +71,7 @@
"read-ini-file": "^1.0.0",
"signal-exit": "^3.0.2",
"strip-color": "^0.1.0",
"supi": "^0.20.6",
"supi": "^0.20.7",
"text-table": "^0.2.0",
"tree-kill": "^1.2.0",
"update-notifier": "^2.1.0",

View File

@@ -6496,7 +6496,7 @@ shrinkwrapMinorVersion: 8
shrinkwrapVersion: 3
specifiers:
'@pnpm/assert-project': ^1.1.1
'@pnpm/config': ^1.2.3
'@pnpm/config': ^1.2.4
'@pnpm/default-fetcher': ^0.4.0 || 1
'@pnpm/default-resolver': ^2.0.0
'@pnpm/lifecycle': ^2.2.1
@@ -6566,7 +6566,7 @@ specifiers:
path-exists: ^3.0.0
path-name: ^1.0.0
pkgs-graph: ^2.0.0
pnpm-default-reporter: ^0.17.5
pnpm-default-reporter: ^0.17.6
pnpm-file-reporter: ^0.1.0
pnpm-list: ^3.0.0
pnpm-registry-mock: ^2.0.0
@@ -6580,7 +6580,7 @@ specifiers:
sepia: ^2.0.2
signal-exit: ^3.0.2
strip-color: ^0.1.0
supi: ^0.20.6
supi: ^0.20.7
tape: ^4.6.3
tape-promise: ^3.0.0
text-table: ^0.2.0

View File

@@ -1,7 +1,7 @@
{
"name": "supi",
"description": "Fast, disk space efficient installation engine",
"version": "0.20.6",
"version": "0.20.7",
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io",