Skip to content

Commit

Permalink
feat(deps): @zkochan/cmd-shim -> cmd-shim@^4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed Nov 17, 2020
1 parent 53d432b commit 179e2c3
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 109 deletions.
177 changes: 73 additions & 104 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 @@ -33,11 +33,11 @@
"@evocateur/pacote": "^9.6.3",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^18.0.9",
"@zkochan/cmd-shim": "^3.1.0",
"byte-size": "^7.0.0",
"camelcase": "^5.3.1",
"chalk": "^4.1.0",
"clone-deep": "^4.0.1",
"cmd-shim": "^4.0.2",
"columnify": "^1.5.4",
"config-chain": "^1.1.11",
"conventional-changelog-angular": "^5.0.3",
Expand Down
4 changes: 2 additions & 2 deletions utils/create-symlink/__tests__/create-symlink.test.js
@@ -1,9 +1,9 @@
"use strict";

jest.mock("@zkochan/cmd-shim");
jest.mock("cmd-shim");
jest.mock("fs-extra");

const cmdShim = require("@zkochan/cmd-shim");
const cmdShim = require("cmd-shim");
const fs = require("fs-extra");
const path = require("path");
const createSymlink = require("..");
Expand Down
2 changes: 1 addition & 1 deletion utils/create-symlink/create-symlink.js
@@ -1,6 +1,6 @@
"use strict";

const cmdShim = require("@zkochan/cmd-shim");
const cmdShim = require("cmd-shim");
const fs = require("fs-extra");
const log = require("npmlog");
const path = require("path");
Expand Down
2 changes: 1 addition & 1 deletion utils/create-symlink/package.json
Expand Up @@ -31,7 +31,7 @@
"test": "echo \"Run tests from root\" && exit 1"
},
"dependencies": {
"@zkochan/cmd-shim": "^3.1.0",
"cmd-shim": "^4.0.2",
"fs-extra": "^9.0.1",
"npmlog": "^4.1.2"
}
Expand Down

0 comments on commit 179e2c3

Please sign in to comment.