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

Commit

Permalink
fix: updated parser
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 3d2ccad commit c0ab463
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"read-pkg": "^3.0.0"
},
"devDependencies": {
"@anycli/parser": "^3.0.2",
"@anycli/parser": "^3.0.3",
"@anycli/tslint": "^0.2.1",
"@commitlint/cli": "^6.0.5",
"@commitlint/config-conventional": "^6.0.4",
Expand All @@ -32,7 +32,7 @@
"chai": "^4.1.2",
"eslint": "^4.16.0",
"eslint-config-anycli": "^1.3.0",
"fancy-test": "^0.6.4",
"fancy-test": "^0.6.6",
"husky": "^0.14.3",
"mocha": "^5.0.0",
"mocha-junit-reporter": "^1.17.0",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# yarn lockfile v1


"@anycli/parser@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.2.tgz#69af00b6b6f0cc6da4405cf44dc29b2d14d30c6e"
"@anycli/parser@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@anycli/parser/-/parser-3.0.3.tgz#abc33c9098485d0ae2705eab859ff305aec6006f"
dependencies:
"@anycli/screen" "^0.0.3"
chalk "^2.3.0"
Expand Down Expand Up @@ -1068,12 +1068,12 @@ extract-stack@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-1.0.0.tgz#b97acaf9441eea2332529624b732fc5a1c8165fa"

fancy-test@^0.6.4:
version "0.6.5"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.5.tgz#80a9dfb348fa34003ea030c3297bccc6ce825be2"
fancy-test@^0.6.6:
version "0.6.6"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.6.tgz#cda1afbf57ea2fb05291edbff34c0bbc2600d956"
dependencies:
lodash "^4.17.4"
stdout-stderr "^0.1.4"
stdout-stderr "^0.1.6"

fast-deep-equal@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -2308,9 +2308,9 @@ starts-with@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/starts-with/-/starts-with-1.0.2.tgz#16793a729d89d4cf3d4fb2eda2f908ae357f196f"

stdout-stderr@^0.1.4:
version "0.1.5"
resolved "https://registry.yarnpkg.com/stdout-stderr/-/stdout-stderr-0.1.5.tgz#adf87b96bb715b692fc62c727050d313ac832c23"
stdout-stderr@^0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/stdout-stderr/-/stdout-stderr-0.1.6.tgz#82616602f639bf029c87ab1049b02640a39a18ba"
dependencies:
debug "*"
strip-ansi "^4.0.0"
Expand Down

0 comments on commit c0ab463

Please sign in to comment.