Skip to content

Commit

Permalink
chore: resolve eslint-scope to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Dec 9, 2019
1 parent 461bd2c commit d48d9ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -78,7 +78,8 @@
"typescript": "^3.6.3"
},
"resolutions": {
"@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates"
"@lerna/**/@lerna/collect-updates": "https://github.com/babel/lerna.git#babel-collect-updates",
"eslint-scope": "^5.0.0"
},
"engines": {
"node": ">= 6.9.0 < 14.0.0",
Expand Down
10 changes: 1 addition & 9 deletions yarn.lock
Expand Up @@ -4231,15 +4231,7 @@ eslint-plugin-prettier@^3.1.0:
dependencies:
prettier-linter-helpers "^1.0.0"

eslint-scope@3.7.1:
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
integrity sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=
dependencies:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-scope@^5.0.0:
eslint-scope@3.7.1, eslint-scope@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
Expand Down

0 comments on commit d48d9ee

Please sign in to comment.