Skip to content

Commit

Permalink
fix: rid core of transient refs to cli-ux
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Feb 24, 2022
1 parent d7067d1 commit 1506f7b
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 325 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"@oclif/linewrap": "^1.0.0",
"@oclif/screen": "^3.0.2",
"ansi-escapes": "^4.3.0",
"ansi-styles": "^4.2.0",
"ansi-escapes": "^4.3.2",
"ansi-styles": "^4.3.0",
"cardinal": "^2.1.1",
"chalk": "^4.1.2",
"clean-stack": "^3.0.1",
Expand All @@ -17,14 +17,14 @@
"ejs": "^3.1.6",
"fs-extra": "^9.1.0",
"get-package-type": "^0.1.0",
"globby": "^11.0.4",
"globby": "^11.1.0",
"hyperlinker": "^1.0.0",
"indent-string": "^4.0.0",
"is-wsl": "^2.2.0",
"js-yaml": "^3.13.1",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"natural-orderby": "^2.0.3",
"object-treeify": "^1.1.4",
"object-treeify": "^1.1.33",
"password-prompt": "^1.1.2",
"semver": "^7.3.5",
"string-width": "^4.2.3",
Expand All @@ -37,49 +37,49 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "^5.1.7",
"@oclif/plugin-plugins": "^2.0.8",
"@oclif/test": "^1.2.8",
"@oclif/plugin-help": "^5.1.11",
"@oclif/plugin-plugins": "^2.1.0",
"@oclif/test": "^2.1.0",
"@types/ansi-styles": "^3.2.1",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/chai": "^4.3.0",
"@types/chai-as-promised": "^7.1.5",
"@types/clean-stack": "^2.1.1",
"@types/cli-progress": "^3.9.2",
"@types/ejs": "^3.1.0",
"@types/fs-extra": "^9.0.13",
"@types/indent-string": "^4.0.1",
"@types/js-yaml": "^3.12.1",
"@types/lodash": "^4.14.117",
"@types/js-yaml": "^3.12.7",
"@types/lodash": "^4.14.178",
"@types/mocha": "^8.2.3",
"@types/nock": "^11.1.0",
"@types/node": "^15.14.9",
"@types/node-notifier": "^8.0.2",
"@types/proxyquire": "^1.3.28",
"@types/semver": "^7.3.9",
"@types/shelljs": "^0.8.10",
"@types/shelljs": "^0.8.11",
"@types/strip-ansi": "^5.2.1",
"@types/supports-color": "^8.1.1",
"@types/wrap-ansi": "^3.0.0",
"chai": "^4.3.4",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"commitlint": "^12.1.4",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"fancy-test": "^1.4.10",
"globby": "^11.0.4",
"globby": "^11.1.0",
"husky": "6",
"mocha": "^8.4.0",
"nock": "^13.2.1",
"nock": "^13.2.4",
"proxyquire": "^2.1.3",
"shelljs": "^0.8.4",
"shx": "^0.3.3",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"sinon": "^11.1.2",
"ts-node": "^9.1.1",
"typescript": "4.4.4"
"typescript": "4.5.5"
},
"resolutions": {
"@oclif/command": "1.8.9",
"@oclif/command": "1.8.16",
"@oclif/parser": "3.8.6"
},
"engines": {
Expand Down

0 comments on commit 1506f7b

Please sign in to comment.