Skip to content
This repository was 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 Apr 9, 2018
1 parent f22d0ba commit 45e2108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@oclif/errors": "^1.0.4",
"@oclif/parser": "^3.3.1",
"@oclif/parser": "^3.3.2",
"debug": "^3.1.0",
"semver": "^5.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
dependencies:
"@heroku/linewrap" "^1.0.0"

"@oclif/parser@^3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.1.tgz#b6ec567bbac5b712094eeedbde1f0f2cf3aa9b5b"
"@oclif/parser@^3.3.2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.3.2.tgz#81af56d4f97beae376abb59e461005489abd9e19"
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^2.3.2"
Expand Down

0 comments on commit 45e2108

Please sign in to comment.