Skip to content

Commit

Permalink
fix: remove lodash.template transient dep (#332)
Browse files Browse the repository at this point in the history
@W-10121580
  • Loading branch information
peternhale authored Dec 6, 2021
1 parent d0a405d commit fccb968
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 23 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/oclif/plugin-help/issues",
"dependencies": {
"@oclif/command": "^1.8.6",
"@oclif/config": "^1.18.1",
"@oclif/command": "^1.8.7",
"@oclif/config": "^1.18.2",
"@oclif/errors": "^1.3.5",
"chalk": "^4.1.2",
"indent-string": "^4.0.0",
Expand All @@ -17,9 +17,9 @@
"wrap-ansi": "^6.2.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.5",
"@oclif/plugin-legacy": "^1.2.2",
"@oclif/plugin-plugins": "^1.10.6",
"@oclif/dev-cli": "^1.26.6",
"@oclif/plugin-legacy": "^1.2.4",
"@oclif/plugin-plugins": "^1.10.7",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.1.7",
"@types/lodash": "^4.14.176",
Expand Down
108 changes: 90 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.7":
version "1.8.7"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.7.tgz#825d34bea8e93cecfaf0cb9bf327f4ab87cd0714"
integrity sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==
dependencies:
"@oclif/config" "^1.18.1"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "^3.2.10"
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 @@ -193,15 +205,27 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/dev-cli@^1.26.5":
version "1.26.5"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.5.tgz#25c242dfb8d397691cfde138d4c3cd7fafd85349"
integrity sha512-SrETNRH96iP9aTuh6KzeD/myyt3Z/DGJmg1ku8iFvkwDhoN4gcMBS9AdI/+eqnXkM2jmpj30jXFNVrx5JYzMSA==
"@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==
dependencies:
"@oclif/errors" "^1.3.3"
"@oclif/parser" "^3.8.0"
debug "^4.1.1"
globby "^11.0.1"
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/dev-cli@^1.26.6":
version "1.26.6"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.6.tgz#a18a6eef7753c9cba02421e3c770c872edfb0b8a"
integrity sha512-C+bRSmhPXVZj/NpJgtRORm85TapAgMdpWpNtOE62Gwio1ci77h8iMgbwtAQyK/pv6gcbv8JXihEd7/KllLy/tQ==
dependencies:
"@oclif/command" "^1.8.6"
"@oclif/config" "^1.17.1"
"@oclif/config" "^1.18.1"
"@oclif/errors" "^1.3.5"
"@oclif/plugin-help" "^3.2.8"
"@oclif/plugin-help" "^3.2.10"
cli-ux "^5.6.4"
debug "^4.1.1"
find-yarn-workspace-root "^2.0.0"
Expand Down Expand Up @@ -274,6 +298,22 @@
widest-line "^2.0.1"
wrap-ansi "^4.0.0"

"@oclif/plugin-help@^3.2.10":
version "3.2.10"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.10.tgz#1843ac05f8cd139b575ee8b1dfc34bb500110e68"
integrity sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==
dependencies:
"@oclif/command" "^1.8.6"
"@oclif/config" "^1.18.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 "^6.2.0"

"@oclif/plugin-help@^3.2.4":
version "3.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.4.tgz#100e0e09d806e20595096609f2220d009ee096e2"
Expand Down Expand Up @@ -338,29 +378,29 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/plugin-legacy@^1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.2.tgz#292a31eb1fb58160503781fe3da59621382c4b72"
integrity sha512-uPE8xesEEH2hXby6ujslSproYXl2wHmOPn+ZYAzraA1JWXq1uhHMqSWSD6tyY7h+hww60B1mLC0S7mHJovmGMg==
"@oclif/plugin-legacy@^1.2.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oclif/plugin-legacy/-/plugin-legacy-1.2.4.tgz#bf6e580ee7fb6f7e556de440c73ed30f5c59e8ea"
integrity sha512-ztbT8WJwK1MjEirv6WKCpdRFqVZXxxryCPZw5hcmfWZZVsu52bz7G/dzhS+RaToF1Y5FocHwt9XQXqOs8HOzFw==
dependencies:
"@heroku-cli/command" "^8.5.0"
"@oclif/color" "^0.1.2"
"@oclif/command" "^1.8.4"
"@oclif/command" "^1.8.6"
ansi-escapes "^4.3.1"
debug "^4.1.0"
semver "^7.3.2"
tslib "^2.0.0"

"@oclif/plugin-plugins@^1.10.6":
version "1.10.6"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.6.tgz#f8b2212d7e9f70729dcab9eb0a0ddb88039c1586"
integrity sha512-+u+tW66ujnn+bu9+h9bbJDvAsjYXeu7CFbO9pHpxNrV1wWPgkhaiC3cHMxhTQlofCOjzTxYHGQI4dGXCwZiBIA==
"@oclif/plugin-plugins@^1.10.7":
version "1.10.7"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.7.tgz#1b3052ede8961f2e74bc3137131e0ca2d0ee3cd9"
integrity sha512-4pVQmG/g/1g23zU0nNn68rFPX88+DBxQX8VKRiY/w6x4LxvmhW063vT+cRLyPpC0Vch5jnrGoYA8NhhlTjH+8g==
dependencies:
"@oclif/color" "^0.1.2"
"@oclif/command" "^1.8.6"
"@oclif/command" "^1.8.7"
"@oclif/errors" "^1.3.5"
chalk "^4.1.0"
cli-ux "^5.6.4"
cli-ux "^5.6.5"
debug "^4.1.0"
fs-extra "^9.0"
http-call "^5.2.2"
Expand All @@ -370,7 +410,7 @@
tslib "^2.0.0"
yarn "^1.21.1"

"@oclif/screen@^1.0.3":
"@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 @@ -903,6 +943,38 @@ cli-ux@^5.6.4:
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

cli-ux@^5.6.5:
version "5.6.5"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.5.tgz#d2a73070fb73d77d6adf6cb51592b6f04b31deb9"
integrity sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ==
dependencies:
"@oclif/command" "^1.8.7"
"@oclif/errors" "^1.3.5"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.4"
ansi-escapes "^4.3.0"
ansi-styles "^4.2.0"
cardinal "^2.1.1"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-progress "^3.4.0"
extract-stack "^2.0.0"
fs-extra "^8.1"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.13.1"
lodash "^4.17.21"
natural-orderby "^2.0.1"
object-treeify "^1.1.4"
password-prompt "^1.1.2"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
supports-color "^8.1.0"
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

cliui@^7.0.2:
version "7.0.4"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
Expand Down

0 comments on commit fccb968

Please sign in to comment.