Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: bump once more (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Nov 29, 2021
1 parent 5ea9b36 commit 23ffce7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"@oclif/config": "^1.17.1",
"@oclif/errors": "^1.3.5",
"@oclif/parser": "^3.8.6",
"@oclif/plugin-help": "^3.2.7",
"@oclif/plugin-help": "^3.2.8",
"debug": "^4.1.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@oclif/plugin-plugins": "^1.10.3",
"@oclif/plugin-plugins": "^1.10.4",
"@types/chai": "^4.1.7",
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.14",
Expand Down
38 changes: 33 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.5":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.5.tgz#6557b8f8345082f9286249dd15defbe66f8fecd1"
integrity sha512-Dolb0jmUc1s8HhSOiQOC2mu7pha+wTg0SaCLLH3tJjkSWi5yE3NDlHv0QG6Rp9vs5tJhOGLa8ILOSv+t3KpnNw==
dependencies:
"@oclif/config" "^1.17.1"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "^3.2.7"
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1.15.1":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
Expand Down Expand Up @@ -213,13 +225,29 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-plugins@^1.10.3":
version "1.10.3"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.3.tgz#e7517eaa8c1d8067688640b416590e3aa2757852"
integrity sha512-ama/F/VZyGIR6u5YqaKwkS9NuQnT4Xtdw3TU3RZo/FWdtw/258/Fy5gY47KSOIxiVeE36AP/8QrdZi2zbtAXIw==
"@oclif/plugin-help@^3.2.8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.8.tgz#6020f1969aa98343b9a63ff9de82eec5eae98405"
integrity sha512-LVeXpab7NYEUiVIwGlLRMlQd1M1JIq15OXboN1K2OmtGxujxZ4PAVNTsHFQ1sckE5QDAh/n48wlvWDpJmnrdSw==
dependencies:
"@oclif/command" "^1.8.5"
"@oclif/config" "^1.17.1"
"@oclif/errors" "^1.3.5"
chalk "^4.1.2"
indent-string "^4.0.0"
lodash "^4.17.21"
string-width "^4.2.0"
strip-ansi "^6.0.0"
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-plugins@^1.10.4":
version "1.10.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.4.tgz#07af68feb3e9a595ca25a0294b90d090eb0a9320"
integrity sha512-Nkps/GeHu1DmTK1Mmn0YRk8DYNc5SF9G1friRCVYw6Xqqps1iqeCYbC+zaGmgLLFF2jZmR0xdALXsu47oLIj1A==
dependencies:
"@oclif/color" "^0.1.2"
"@oclif/command" "^1.8.4"
"@oclif/command" "^1.8.5"
"@oclif/errors" "^1.3.5"
chalk "^4.1.0"
cli-ux "^5.6.4"
Expand Down

0 comments on commit 23ffce7

Please sign in to comment.