Skip to content

Commit

Permalink
Merge pull request #223 from oclif/phale/align-deps
Browse files Browse the repository at this point in the history
fix: align deps
  • Loading branch information
peternhale committed Dec 8, 2021
2 parents 1c1254e + 742fdb3 commit df933bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fancy-test": "^2.0.0"
},
"devDependencies": {
"@oclif/core": "^1.0.5",
"@oclif/core": "^1.0.10",
"@types/chai": "^4.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^14.0.14",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,15 +281,15 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@oclif/core@^1.0.5":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.7.tgz#3f3b38774aecc7c09902beb9f424735149b6b3ba"
integrity sha512-bIaf3zM9YSo8SJq/fN8dfHjmDmZ6QmC3UCWpoykvl7UH2Prt5aCfdAJH/y3HrXVgWPYi+ByrXdzje1Mwgnq4dQ==
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8":
version "1.0.10"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.10.tgz#5fd01d572e44d372b7279ee0f49b4860e14b6e4e"
integrity sha512-L+IcNU3NoYxwz5hmHfcUlOJ3dpgHRsIj1kAmI9CKEJHq5gBVKlP44Ot179Jke1jKRKX2g9N42izbmlh0SNpkkw==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-ux "^6.0.3"
cli-ux "6.0.5"
debug "^4.3.3"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
Expand All @@ -309,7 +309,7 @@
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw==

"@oclif/screen@^1.0.3":
"@oclif/screen@^1.0.4 ":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
Expand Down Expand Up @@ -716,14 +716,14 @@ cli-progress@^3.9.1:
colors "^1.1.2"
string-width "^4.2.0"

cli-ux@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.3.tgz#11de25d7db31669c231899d39da3e75d1471bc85"
integrity sha512-XAzXgDDpFZZlDifxbP82ZICeY9KTnYE+xMKcxH2lPJzi/JEPoqG0OxnrS06kcJrSKsxyGAlh7rVaIeW9afKhcA==
cli-ux@6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.5.tgz#5461dffb6c29e4a727e071f8b74bbebcc6b7be08"
integrity sha512-q2pvzDiXMNISMqCBh0P2dkofQ/8OiWlEAjl6MDNk5oUZ6p54Fnk1rOaXxohYm+YkLX5YNUonGOrwkvuiwVreIg==
dependencies:
"@oclif/core" "^1.0.5"
"@oclif/core" "^1.0.8"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.3"
"@oclif/screen" "^1.0.4 "
ansi-escapes "^4.3.0"
ansi-styles "^4.2.0"
cardinal "^2.1.1"
Expand Down

0 comments on commit df933bb

Please sign in to comment.