Skip to content

Commit

Permalink
updated cli-engine-example-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 27, 2017
1 parent f5137ac commit ac9a6fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@
"@cli-engine/command": "^11.0.0-beta.4",
"@cli-engine/config": "^5.0.0-beta.5",
"@cli-engine/engine": "^6.1.6",
"cli-engine-example-plugin": "^3.0.6",
"cli-engine-example-plugin": "^3.0.7",
"cli-flags": "^2.0.4",
"cli-ux": "^2.0.16",
"debug": "^3.1.0"
},
"devDependencies": {
"@cli-engine/util": "^1.0.6",
"@heroku-cli/tslint": "^1.0.3",
"@types/ansi-styles": "^2.0.30",
"@types/jest": "^21.1.9",
"@types/node": "8.5.2",
"jest": "22.0.4",
"prettier": "^1.9.2",
Expand Down
14 changes: 11 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
version "1.0.0"
resolved "https://registry.yarnpkg.com/@heroku/linewrap/-/linewrap-1.0.0.tgz#a9d4e99f0a3e423a899b775f5f3d6747a1ff15c6"

"@types/ansi-styles@^2.0.30":
version "2.0.30"
resolved "https://registry.yarnpkg.com/@types/ansi-styles/-/ansi-styles-2.0.30.tgz#9a645299020a224afc6a8cd055195850b3c2af85"

"@types/jest@^21.1.9":
version "21.1.9"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-21.1.9.tgz#a913d6224e9d8a1f24908af536f65b5bf4d489bc"

"@types/node@*", "@types/[email protected]":
version "8.5.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.5.2.tgz#83b8103fa9a2c2e83d78f701a9aa7c9539739aa5"
Expand Down Expand Up @@ -579,9 +587,9 @@ ci-info@^1.0.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.1.2.tgz#03561259db48d0474c8bdc90f5b47b068b6bbfb4"

cli-engine-example-plugin@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/cli-engine-example-plugin/-/cli-engine-example-plugin-3.0.6.tgz#d87064d69514e51bd7f9a36e98d2c7ee11b8ba46"
cli-engine-example-plugin@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/cli-engine-example-plugin/-/cli-engine-example-plugin-3.0.7.tgz#e82064c3594061c5cc12d03e51c1eeda494c8842"
dependencies:
"@cli-engine/command" "^11.0.0-beta.4"
"@cli-engine/config" "^5.0.0-beta.5"
Expand Down

0 comments on commit ac9a6fd

Please sign in to comment.