Skip to content

Commit

Permalink
feat(deps): npm-package-arg@^8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent c63fabd commit 12c8923
Show file tree
Hide file tree
Showing 13 changed files with 255 additions and 57 deletions.
2 changes: 1 addition & 1 deletion commands/add/package.json
Expand Up @@ -40,7 +40,7 @@
"@lerna/npm-conf": "file:../../utils/npm-conf",
"@lerna/validation-error": "file:../../core/validation-error",
"dedent": "^0.7.0",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "^8.1.0",
"p-map": "^4.0.0",
"semver": "^7.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion commands/bootstrap/package.json
Expand Up @@ -48,7 +48,7 @@
"dedent": "^0.7.0",
"get-port": "^4.2.0",
"multimatch": "^3.0.0",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"p-finally": "^2.0.1",
"p-map": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
Expand Up @@ -43,7 +43,7 @@
"fs-extra": "^8.1.0",
"globby": "^9.2.0",
"init-package-json": "^1.10.3",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "^8.1.0",
"p-reduce": "^2.1.0",
"pify": "^5.0.0",
"semver": "^7.3.2",
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -58,7 +58,7 @@
"@lerna/version": "file:../version",
"figgy-pudding": "^3.5.1",
"fs-extra": "^8.1.0",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"p-finally": "^2.0.1",
"p-map": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion core/conventional-commits/package.json
Expand Up @@ -39,7 +39,7 @@
"fs-extra": "^8.1.0",
"get-stream": "^4.0.0",
"lodash.template": "^4.5.0",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"pify": "^5.0.0",
"semver": "^7.3.2"
Expand Down
2 changes: 1 addition & 1 deletion core/package-graph/package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@lerna/prerelease-id-from-version": "file:../../utils/prerelease-id-from-version",
"@lerna/validation-error": "file:../validation-error",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "^8.1.0",
"npmlog": "^4.1.2",
"semver": "^7.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion core/package/package.json
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"load-json-file": "^5.3.0",
"npm-package-arg": "^6.1.0",
"npm-package-arg": "^8.1.0",
"write-pkg": "^4.0.0"
}
}

0 comments on commit 12c8923

Please sign in to comment.