Skip to content

Commit

Permalink
fix(deps): Update forked npm libs
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Jul 16, 2019
1 parent c54ad68 commit 4d67426
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 113 deletions.
2 changes: 1 addition & 1 deletion commands/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@evocateur/pacote": "^9.6.0",
"@evocateur/pacote": "^9.6.2",
"@lerna/bootstrap": "file:../bootstrap",
"@lerna/command": "file:../../core/command",
"@lerna/filter-options": "file:../../core/filter-options",
Expand Down
2 changes: 1 addition & 1 deletion commands/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@evocateur/pacote": "^9.6.0",
"@evocateur/pacote": "^9.6.2",
"@lerna/child-process": "file:../../core/child-process",
"@lerna/command": "file:../../core/command",
"@lerna/npm-conf": "file:../../utils/npm-conf",
Expand Down
6 changes: 3 additions & 3 deletions commands/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@evocateur/libnpmaccess": "^3.1.0",
"@evocateur/npm-registry-fetch": "^3.9.1",
"@evocateur/pacote": "^9.6.0",
"@evocateur/libnpmaccess": "^3.1.2",
"@evocateur/npm-registry-fetch": "^4.0.0",
"@evocateur/pacote": "^9.6.2",
"@lerna/check-working-tree": "file:../../utils/check-working-tree",
"@lerna/child-process": "file:../../core/child-process",
"@lerna/collect-updates": "file:../../utils/collect-updates",
Expand Down
Loading

0 comments on commit 4d67426

Please sign in to comment.