Skip to content

Commit

Permalink
deps: libnpmpack@4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 24, 2022
1 parent cf273f1 commit 8b1d963
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"libnpmfund": "^3.0.0",
"libnpmhook": "^8.0.0",
"libnpmorg": "^4.0.0",
"libnpmpack": "^3.1.0",
"libnpmpack": "^4.0.0",
"libnpmpublish": "^5.0.1",
"libnpmsearch": "^4.0.1",
"libnpmteam": "^3.0.1",
Expand Down Expand Up @@ -10660,7 +10660,7 @@
}
},
"workspaces/libnpmpack": {
"version": "3.1.0",
"version": "4.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/run-script": "^3.0.0",
Expand Down Expand Up @@ -10703,7 +10703,7 @@
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
"libnpmpack": "^3.0.0",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^12.0.2",
"tap": "^15"
Expand Down Expand Up @@ -14436,7 +14436,7 @@
"version": "file:workspaces/libnpmpublish",
"requires": {
"@npmcli/template-oss": "^2.4.2",
"libnpmpack": "^3.0.0",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^12.0.2",
"normalize-package-data": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"libnpmfund": "^3.0.0",
"libnpmhook": "^8.0.0",
"libnpmorg": "^4.0.0",
"libnpmpack": "^3.1.0",
"libnpmpack": "^4.0.0",
"libnpmpublish": "^5.0.1",
"libnpmsearch": "^4.0.1",
"libnpmteam": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libnpmpack",
"version": "3.1.0",
"version": "4.0.0",
"description": "Programmatic API for the bits behind npm pack",
"author": "GitHub Inc.",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@npmcli/template-oss": "^2.4.2",
"libnpmpack": "^3.0.0",
"libnpmpack": "^4.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^12.0.2",
"tap": "^15"
Expand Down

0 comments on commit 8b1d963

Please sign in to comment.