Skip to content

Commit

Permalink
fix(pack-directory): Bump npm-packlist + tar dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 16, 2019
1 parent 4d67426 commit 59ebd19
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions utils/pack-directory/__tests__/pack-directory.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ Object {
"entryCount": 3,
"filename": "integration-package-1-1.0.0.tgz",
"files": Array [
{
"mode": "MODE",
"path": "package.json",
"size": 269,
},
{
"mode": "MODE",
"path": "build.js",
Expand All @@ -111,12 +106,17 @@ Object {
"path": "index.src.js",
"size": 141,
},
{
"mode": "MODE",
"path": "package.json",
"size": 269,
},
],
"id": "@integration/package-1@1.0.0",
"integrity": "INTEGRITY",
"name": "@integration/package-1",
"shasum": "SHASUM",
"size": 539,
"size": 540,
"tarFilePath": "__TAR_DIR__/integration-package-1-1.0.0.tgz",
"unpackedSize": 739,
"version": "1.0.0",
Expand Down Expand Up @@ -180,11 +180,6 @@ Object {
"entryCount": 4,
"filename": "package-3-1.0.0.tgz",
"files": Array [
{
"mode": "MODE",
"path": "package.json",
"size": 455,
},
{
"mode": "MODE",
"path": "cli1.js",
Expand All @@ -200,12 +195,17 @@ Object {
"path": "index.js",
"size": 25,
},
{
"mode": "MODE",
"path": "package.json",
"size": 455,
},
],
"id": "package-3@1.0.0",
"integrity": "INTEGRITY",
"name": "package-3",
"shasum": "SHASUM",
"size": 446,
"size": 453,
"tarFilePath": "__TAR_DIR__/package-3-1.0.0.tgz",
"unpackedSize": 696,
"version": "1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions utils/pack-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@lerna/package": "file:../../core/package",
"@lerna/run-lifecycle": "file:../run-lifecycle",
"figgy-pudding": "^3.5.1",
"npm-packlist": "^1.4.1",
"npm-packlist": "^1.4.4",
"npmlog": "^4.1.2",
"tar": "^4.4.8",
"tar": "^4.4.10",
"temp-write": "^3.4.0"
}
}

0 comments on commit 59ebd19

Please sign in to comment.