Skip to content

Commit

Permalink
fix: bump @oclif/core (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jan 6, 2022
1 parent 0c2021d commit dcc0cd5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@oclif/color": "^0.1.2",
"@oclif/core": "1.0.11",
"@oclif/core": "^1.1.1",
"chalk": "^4.1.2",
"cli-ux": "6.0.6",
"cli-ux": "^6.0.6",
"debug": "^4.1.0",
"fs-extra": "^9.0",
"http-call": "^5.2.2",
Expand Down
29 changes: 26 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@1.0.11", "@oclif/core@^1.0.10", "@oclif/core@^1.0.8":
"@oclif/core@^1.0.10", "@oclif/core@^1.0.8":
version "1.0.11"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.0.11.tgz#5ad1258c0c756073744ac8b9403e9314757d949f"
integrity sha512-CQw9dbzh+BTF73cp53mnDZnTJF4hth7oab761Si4pEW18PDYDLyOv7TnEtJkvPu4rlTaGBh2jge9BDXgwye4vQ==
Expand All @@ -532,6 +532,29 @@
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/core@^1.1.1":
version "1.1.1"
resolved "https://registry.npmjs.org/@oclif/core/-/core-1.1.1.tgz#71a91be5af645a7088d4f716a9c83b0adbd1d4a3"
integrity sha512-lCn4CT39gMV9oo/P1u99kmBy61RU5lsq0ENocnnvoFtGHrsEZQgOztxR6mTBKMl5QCBK1c6cEy47E8owUQgEGw==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-ux "^6.0.6"
debug "^4.3.3"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.0.4"
indent-string "^4.0.0"
is-wsl "^2.2.0"
lodash "^4.17.21"
semver "^7.3.5"
string-width "^4.2.3"
strip-ansi "^6.0.1"
tslib "^2.3.1"
widest-line "^3.1.0"
wrap-ansi "^7.0.0"

"@oclif/fixpack@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@oclif/fixpack/-/fixpack-2.3.0.tgz#4b2c3500c4545b6a2a9ad89de8320a1e6535ba5a"
Expand Down Expand Up @@ -1396,9 +1419,9 @@ cli-ux@6.0.5:
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

cli-ux@6.0.6, cli-ux@^6.0.5:
cli-ux@6.0.6, cli-ux@^6.0.5, cli-ux@^6.0.6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-6.0.6.tgz#00536bf6038f195b0a1a2589f61ce5e625e75870"
resolved "https://registry.npmjs.org/cli-ux/-/cli-ux-6.0.6.tgz#00536bf6038f195b0a1a2589f61ce5e625e75870"
integrity sha512-CvL4qmV78VhnbyHTswGjpDSQtU+oj3hT9DP9L6yMOwiTiNv0nMjMEV/8zou4CSqO6PtZ2A8qnlZDgAc07Js+aw==
dependencies:
"@oclif/core" "1.0.10"
Expand Down

0 comments on commit dcc0cd5

Please sign in to comment.