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

Commit

Permalink
fix: bump parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 3, 2018
1 parent 539f81f commit a002c7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/anycli/command/issues",
"dependencies": {
"@anycli/parser": "^3.2.1",
"@anycli/parser": "^3.2.2",
"cli-ux": "^3.3.13",
"debug": "^3.1.0",
"fs-extra": "^5.0.0",
"load-json-file": "^4.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"@anycli/config": "^1.0.16",
"@anycli/config": "^1.0.17",
"@anycli/plugin-help": "^0.5.0",
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
lodash "^4.17.4"
tslib "^1.9.0"

"@anycli/config@^1.0.16":
version "1.0.16"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.16.tgz#dc21f8487655fee9b225acfbda65cd2939f997cf"
"@anycli/config@^1.0.17":
version "1.0.17"
resolved "https://registry.yarnpkg.com/@anycli/config/-/config-1.0.17.tgz#b8452ac8d584d3c6b32b62be663d81d3a409149d"
dependencies:
cli-ux "^3.3.13"
debug "^3.1.0"
Expand All @@ -33,9 +33,9 @@
chalk "^2.3.0"
lodash "^4.17.4"

"@anycli/parser@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.1.tgz#89fe1c37f8792d6c1cba7d1c4ec2fb42b290ce05"
"@anycli/parser@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.2.2.tgz#ee2616e889e7dd78bc269638b7eee3f3096e2c91"
dependencies:
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
Expand Down

0 comments on commit a002c7c

Please sign in to comment.