Skip to content

Commit

Permalink
feat(deps): @evocateur/libnpmaccess -> libnpmaccess@^4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent 6df42f2 commit 7974b35
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 88 deletions.
4 changes: 2 additions & 2 deletions commands/publish/__tests__/verify-npm-package-access.test.js
@@ -1,8 +1,8 @@
"use strict";

jest.mock("@evocateur/libnpmaccess");
jest.mock("libnpmaccess");

const access = require("@evocateur/libnpmaccess");
const access = require("libnpmaccess");
const { getPackages } = require("@lerna/project");
const loggingOutput = require("@lerna-test/logging-output");
const initFixture = require("@lerna-test/init-fixture")(__dirname);
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/lib/verify-npm-package-access.js
@@ -1,6 +1,6 @@
"use strict";

const access = require("@evocateur/libnpmaccess");
const access = require("libnpmaccess");
const pulseTillDone = require("@lerna/pulse-till-done");
const ValidationError = require("@lerna/validation-error");
const FetchConfig = require("./fetch-config");
Expand Down
2 changes: 1 addition & 1 deletion commands/publish/package.json
Expand Up @@ -34,7 +34,6 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@evocateur/libnpmaccess": "^3.1.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 All @@ -56,6 +55,7 @@
"@lerna/version": "file:../version",
"figgy-pudding": "^3.5.1",
"fs-extra": "^9.0.1",
"libnpmaccess": "^4.0.1",
"npm-package-arg": "^8.1.0",
"npm-registry-fetch": "^9.0.0",
"npmlog": "^4.1.2",
Expand Down
142 changes: 59 additions & 83 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,6 @@
"license": "MIT",
"homepage": "https://lerna.js.org/",
"dependencies": {
"@evocateur/libnpmaccess": "^3.1.2",
"@evocateur/libnpmpublish": "^1.2.2",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^18.0.9",
Expand Down Expand Up @@ -57,6 +56,7 @@
"init-package-json": "^2.0.1",
"inquirer": "^7.3.3",
"is-ci": "^2.0.0",
"libnpmaccess": "^4.0.1",
"load-json-file": "^6.2.0",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.4",
Expand Down

0 comments on commit 7974b35

Please sign in to comment.