Skip to content

Commit

Permalink
fix: require lodash.template
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 5, 2018
1 parent d628a8c commit b53cc90
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"commands": "./lib/commands",
"bin": "anycli",
"devPlugins": [
"@anycli/plugin-version",
"@anycli/plugin-plugins"
]
},
Expand All @@ -16,21 +15,19 @@
"@anycli/command": "^1.2.5",
"chalk": "^2.3.0",
"indent-string": "^3.2.0",
"lodash": "^4.17.5",
"lodash.template": "^4.4.0",
"string-width": "^2.1.1",
"widest-line": "^2.0.0",
"wrap-ansi": "^3.0.1"
},
"devDependencies": {
"@anycli/config": "^1.1.6",
"@anycli/config": "^1.1.8",
"@anycli/dev-cli": "^0.1.5",
"@anycli/plugin-plugins": "^0.2.11",
"@anycli/plugin-version": "^0.1.34",
"@anycli/test": "^0.10.10",
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
"@types/indent-string": "^3.0.0",
"@types/lodash": "^4.14.100",
"@types/lodash.template": "^4.4.3",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.0",
Expand All @@ -39,7 +36,6 @@
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"globby": "^7.1.1",
"lodash.template": "^4.4.0",
"mocha": "^5.0.0",
"strip-ansi": "^4.0.0",
"ts-node": "^4.1.0",
Expand Down
1 change: 0 additions & 1 deletion test/commands/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ plugins
plugins:install
plugins:uninstall
plugins:update
version
`)
})
})
1 change: 0 additions & 1 deletion test/commands/help.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ COMMANDS
plugins:install
plugins:uninstall
plugins:update
version
`)
})
Expand Down
3 changes: 1 addition & 2 deletions test/root.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ COMMANDS
plugins
plugins:install
plugins:uninstall
plugins:update
version`))
plugins:update`))
})
12 changes: 4 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
version "1.1.5"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.1.5.tgz#48eddbe34557f3efd6a922a2804f1e01b38999f1"

"@anycli/config@^1.1.6":
version "1.1.6"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.1.6.tgz#141f1e849c5dfd4d19169a0e8af267f4013b1042"
"@anycli/config@^1.1.8":
version "1.1.8"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.1.8.tgz#986eedd29ec8ccecb5454d080c16e65c37ae28e5"

"@anycli/dev-cli@^0.1.5":
version "0.1.5"
Expand Down Expand Up @@ -143,7 +143,7 @@
dependencies:
"@types/lodash" "*"

"@types/lodash@*", "@types/lodash@^4.14.100":
"@types/lodash@*":
version "4.14.100"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.100.tgz#f353dd9d3a9785638b6cb8023e6639097bd31969"

Expand Down Expand Up @@ -641,10 +641,6 @@ lodash@^4.13.1, lodash@^4.17.4, lodash@^4.5.1:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

lodash@^4.17.5:
version "4.17.5"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511"

lru-cache@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.1.tgz#622e32e82488b49279114a4f9ecf45e7cd6bba55"
Expand Down

0 comments on commit b53cc90

Please sign in to comment.