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

Commit

Permalink
Upgrade eslint-visitor-keys to ^1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Dec 24, 2017
1 parent b05e94e commit b433d28
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 @@ -16,7 +16,7 @@
"@babel/types": "7.0.0-beta.31",
"babylon": "7.0.0-beta.31",
"eslint-scope": "~3.7.1",
"eslint-visitor-keys": "^0.1.0"
"eslint-visitor-keys": "^1.0.0"
},
"scripts": {
"test": "npm run lint && npm run test-only",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ eslint-scope@^3.7.1, eslint-scope@~3.7.1:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-visitor-keys@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-0.1.0.tgz#f7ed2314b90c36bd4b84a18e26c86cb4b4d04675"
eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@^4.12.1:
version "4.12.1"
Expand Down

0 comments on commit b433d28

Please sign in to comment.