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 3, 2018
1 parent d996284 commit 14be931
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 @@ -15,7 +15,7 @@
"read-pkg": "^3.0.0"
},
"devDependencies": {
"@anycli/parser": "^3.2.1",
"@anycli/parser": "^3.2.2",
"@anycli/tslint": "^0.2.5",
"@types/chai": "^4.1.2",
"@types/fs-extra": "^5.0.0",
Expand All @@ -31,7 +31,7 @@
"concurrently": "^3.5.1",
"eslint": "^4.17.0",
"eslint-config-anycli": "^1.3.2",
"fancy-test": "^0.6.8",
"fancy-test": "^0.6.10",
"mocha": "^5.0.0",
"ts-node": "^4.1.0",
"typescript": "^2.7.1"
Expand Down
12 changes: 6 additions & 6 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.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 Expand Up @@ -614,9 +614,9 @@ 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.8:
version "0.6.8"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.8.tgz#8f5f335783e8f54bd6261ba1d09b83826333ad11"
fancy-test@^0.6.10:
version "0.6.10"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-0.6.10.tgz#39001bcb117b7067c851dc58da6236a08a49e267"
dependencies:
lodash "^4.17.4"
stdout-stderr "^0.1.6"
Expand Down

0 comments on commit 14be931

Please sign in to comment.