Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: remove transient dep on lodash.template (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Dec 15, 2021
1 parent e2e9329 commit f84acd8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 56 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -8,11 +8,11 @@
},
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "1.8.10",
"@oclif/command": "^1.8.15",
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"@oclif/plugin-help": "3.2.14",
"cli-ux": "5.6.6",
"@oclif/plugin-help": "3.2.18",
"cli-ux": "5.6.7",
"debug": "^4.1.1",
"find-yarn-workspace-root": "^2.0.0",
"fs-extra": "^8.1",
Expand All @@ -23,7 +23,7 @@
"tslib": "^2.0.3"
},
"devDependencies": {
"@oclif/plugin-legacy": "1.2.6",
"@oclif/plugin-legacy": "1.2.7",
"@oclif/test": "1.2.9",
"@types/chai": "^4.1.7",
"@types/execa": "^0.9.0",
Expand Down
92 changes: 40 additions & 52 deletions yarn.lock
Expand Up @@ -310,31 +310,19 @@
supports-color "^5.4.0"
tslib "^1"

"@oclif/command@1.8.10":
version "1.8.10"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.10.tgz#417683d0d52a9acefe9e119a149544295bef2c8a"
integrity sha512-GHL3Cdmabg2VAt5DL2GmRwmlROsN+Ma0JfxWlAhsKjxsa5vdWZ7BG82+A1NJQFgElm808z22Pldb7A4OJCq1pw==
"@oclif/command@1.8.15", "@oclif/command@^1.8.14", "@oclif/command@^1.8.15":
version "1.8.15"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.15.tgz#0639e5c60e36deba88dd852de4dca231fb29138a"
integrity sha512-lMRsr38sm4XBDBt2u88nvGyk3YxMjQenfX1HM140ZckTVqwuvFVZLP4HZ0rSAK9FdJzfryO/tH5hovdiC6bgsw==
dependencies:
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
"@oclif/help" "^1.0.1"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "3.2.14"
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.8", "@oclif/command@^1.8.9":
version "1.8.9"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.9.tgz#9a3cf897b1b83ef9e116657577324987c2d7f063"
integrity sha512-lrtLau+rCXlVyE4LWaDyhs5cFOYcI8+PRCshlKoRUuI6bC3wd+gQ6j5SxXtnR9XxOR6eDXnGZg7/0LB3GGGTpw==
dependencies:
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "^3.2.13"
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1.18.2":
"@oclif/config@1.18.2", "@oclif/config@^1.18.2":
version "1.18.2"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
Expand All @@ -346,7 +334,7 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
"@oclif/errors@1.3.5", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c"
integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ==
Expand All @@ -357,6 +345,21 @@
strip-ansi "^6.0.0"
wrap-ansi "^7.0.0"

"@oclif/help@^1.0.0", "@oclif/help@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@oclif/help/-/help-1.0.1.tgz#fd96a3dd9fb2314479e6c8584c91b63754a7dff5"
integrity sha512-8rsl4RHL5+vBUAKBL6PFI3mj58hjPCp2VYyXD4TAa7IMStikFfOH2gtWmqLzIlxAED2EpD0dfYwo9JJxYsH7Aw==
dependencies:
"@oclif/config" "1.18.2"
"@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 "^6.2.0"

"@oclif/linewrap@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91"
Expand All @@ -372,30 +375,15 @@
chalk "^4.1.0"
tslib "^2.0.0"

"@oclif/plugin-help@3.2.14":
version "3.2.14"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.14.tgz#7149eb322d36abc6cbf09f205bad128141e7eba4"
integrity sha512-NP5qmE2YfcW3MmXjcrxiqKe9Hf3G0uK/qNc0zAMYKU4crFyIsWj7dBfQVFZSb28YXGioOOpjMzG1I7VMxKF38Q==
"@oclif/plugin-help@3.2.18":
version "3.2.18"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.18.tgz#f2bf6ba86719c174fc0e4c2149f73b46006bfdbd"
integrity sha512-5n5Pkz4L0duknIvFwx2Ko9Xda3miT6RZP8bgaaK3Q/9fzVBrhi4bOM0u05/OThI6V+3NsSdxYS2o1NLcXToWDg==
dependencies:
"@oclif/command" "^1.8.9"
"@oclif/config" "^1.18.2"
"@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 "^6.2.0"

"@oclif/plugin-help@^3.2.13":
version "3.2.13"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.13.tgz#d38b7bca5cadabf9ecf85972974e801ca7ef2156"
integrity sha512-Y7QwbjneA7VfB+rR82XeJKu3a4KQvA8EWzSYOsRf+4ERMntBnpLDqjik337nwJuJgb9O+Qf/vGgcWYvUvHAHXw==
dependencies:
"@oclif/command" "^1.8.8"
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
"@oclif/command" "^1.8.14"
"@oclif/config" "1.18.2"
"@oclif/errors" "1.3.5"
"@oclif/help" "^1.0.0"
chalk "^4.1.2"
indent-string "^4.0.0"
lodash "^4.17.21"
Expand All @@ -404,14 +392,14 @@
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-legacy@1.2.6":
version "1.2.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.6.tgz#4f1b518dbfbd6e8197c6b0c57c2777cd7e57544c"
integrity sha512-7GDPbh5v194n2jFohFLGJ8Q86riOGn9FbuEIwKQH2VmqMk96M67JQS+FMHpgYdseHcZNguXn+YwDnGB6X0v1PA==
"@oclif/plugin-legacy@1.2.7":
version "1.2.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.7.tgz#acb53c97244660ce0610f51c0bb21b5c66cad6d4"
integrity sha512-Ymq9wrkJTufUCGX9sC+nAdnIa9Msy9AzQPwsCf6HTN26OGf3l+PSi4iMsXPL5zft6ZO/X9U1hPNmPtEJ94kJ+Q==
dependencies:
"@heroku-cli/command" "^8.5.0"
"@oclif/color" "^0.1.2"
"@oclif/command" "^1.8.9"
"@oclif/command" "1.8.15"
ansi-escapes "^4.3.2"
debug "^4.3.3"
semver "^7.3.5"
Expand Down Expand Up @@ -954,12 +942,12 @@ cli-progress@^3.4.0:
colors "^1.1.2"
string-width "^4.2.0"

cli-ux@5.6.6:
version "5.6.6"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.6.tgz#1424f5a9fbddcd796ad985b867a3de7f5a452090"
integrity sha512-4wUB34zoFklcZV0z5YiOM5IqVMMt9c3TK3QYRK3dqyk3XoRC0ybiWDWHfsMDjkKrzsVTw95rXn9NrzSHbae4pg==
cli-ux@5.6.7:
version "5.6.7"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.7.tgz#32ef9e6cb2b457be834280cc799028a11c8235a8"
integrity sha512-dsKAurMNyFDnO6X1TiiRNiVbL90XReLKcvIq4H777NMqXGBxBws23ag8ubCJE97vVZEgWG2eSUhsyLf63Jv8+g==
dependencies:
"@oclif/command" "^1.8.9"
"@oclif/command" "^1.8.15"
"@oclif/errors" "^1.3.5"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.4"
Expand Down

0 comments on commit f84acd8

Please sign in to comment.