Skip to content

Commit 4c19fe1

Browse files
committed
Use v4 of eslint-scope
1 parent 36f7ee7 commit 4c19fe1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ajv-keywords": "^3.1.0",
1717
"chrome-trace-event": "^1.0.0",
1818
"enhanced-resolve": "^4.1.0",
19-
"eslint-scope": "^3.7.1",
19+
"eslint-scope": "^4.0.0",
2020
"json-parse-better-errors": "^1.0.2",
2121
"loader-runner": "^2.3.0",
2222
"loader-utils": "^1.1.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1871,6 +1871,13 @@ eslint-scope@^3.7.1:
18711871
esrecurse "^4.1.0"
18721872
estraverse "^4.1.1"
18731873

1874+
eslint-scope@^4.0.0:
1875+
version "4.0.0"
1876+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.0.tgz#50bf3071e9338bcdc43331794a0cb533f0136172"
1877+
dependencies:
1878+
esrecurse "^4.1.0"
1879+
estraverse "^4.1.1"
1880+
18741881
eslint-visitor-keys@^1.0.0:
18751882
version "1.0.0"
18761883
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

0 commit comments

Comments
 (0)