mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-06 23:19:19 -04:00
chore(release): 3.7.0-2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dependencies-hierarchy",
|
||||
"version": "6.0.0-0",
|
||||
"version": "6.0.0-1",
|
||||
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/list",
|
||||
"version": "2.0.0-1",
|
||||
"version": "2.0.0-2",
|
||||
"description": "List installed packages in a symlinked `node_modules`",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
@@ -43,7 +43,7 @@
|
||||
"archy": "1.0.0",
|
||||
"chalk": "2.4.2",
|
||||
"cli-columns": "3.1.2",
|
||||
"dependencies-hierarchy": "6.0.0-0",
|
||||
"dependencies-hierarchy": "6.0.0-1",
|
||||
"p-limit": "2.2.0",
|
||||
"ramda": "0.26.1"
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "3.7.0-1",
|
||||
"version": "3.7.0-2",
|
||||
"author": {
|
||||
"name": "Zoltan Kochan",
|
||||
"email": "z@kochan.io",
|
||||
@@ -30,7 +30,7 @@
|
||||
"@pnpm/error": "1.0.0",
|
||||
"@pnpm/file-reporter": "0.1.0",
|
||||
"@pnpm/lifecycle": "6.2.1",
|
||||
"@pnpm/list": "2.0.0-1",
|
||||
"@pnpm/list": "2.0.0-2",
|
||||
"@pnpm/lockfile-file": "1.1.1",
|
||||
"@pnpm/logger": "2.1.1",
|
||||
"@pnpm/outdated": "3.0.1",
|
||||
|
||||
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
@@ -561,7 +561,7 @@ importers:
|
||||
chalk: 2.4.2
|
||||
cli-columns: 3.1.2
|
||||
common-tags: 1.8.0
|
||||
dependencies-hierarchy: 6.0.0-0
|
||||
dependencies-hierarchy: 6.0.0-1
|
||||
p-limit: 2.2.0
|
||||
ramda: 0.26.1
|
||||
tape: 4.11.0
|
||||
@@ -1133,7 +1133,7 @@ importers:
|
||||
'@pnpm/error': 1.0.0
|
||||
'@pnpm/file-reporter': 0.1.0
|
||||
'@pnpm/lifecycle': 6.2.1
|
||||
'@pnpm/list': 2.0.0-1
|
||||
'@pnpm/list': 2.0.0-2
|
||||
'@pnpm/lockfile-file': 1.1.1
|
||||
'@pnpm/lockfile-types': 1.1.0
|
||||
'@pnpm/logger': 2.1.1
|
||||
|
||||
Reference in New Issue
Block a user