Skip to content

Commit 60913a6

Browse files
committed
chore(deps): update dependency babel-eslint to v8.1.0
1 parent fb8fdc7 commit 60913a6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@commitlint/cli": "5.2.6",
4646
"@commitlint/config-angular": "5.1.1",
4747
"babel-cli": "6.26.0",
48-
"babel-eslint": "8.0.3",
48+
"babel-eslint": "8.1.0",
4949
"babel-jest": "22.0.4",
5050
"babel-preset-es2015": "6.24.1",
5151
"babel-preset-flow": "6.23.0",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -430,14 +430,16 @@ babel-core@^6.0.0, babel-core@^6.26.0:
430430
slash "^1.0.0"
431431
source-map "^0.5.6"
432432

433-
babel-eslint@8.0.3:
434-
version "8.0.3"
435-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.0.3.tgz#f29ecf02336be438195325cd47c468da81ee4e98"
433+
babel-eslint@8.1.0:
434+
version "8.1.0"
435+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.1.0.tgz#b6f32d598559f96127fa608bd19574626325d5b7"
436436
dependencies:
437437
"@babel/code-frame" "7.0.0-beta.31"
438438
"@babel/traverse" "7.0.0-beta.31"
439439
"@babel/types" "7.0.0-beta.31"
440440
babylon "7.0.0-beta.31"
441+
eslint-scope "~3.7.1"
442+
eslint-visitor-keys "^1.0.0"
441443

442444
babel-generator@^6.18.0, babel-generator@^6.26.0:
443445
version "6.26.0"
@@ -1962,13 +1964,17 @@ [email protected]:
19621964
jsx-ast-utils "^2.0.0"
19631965
prop-types "^15.6.0"
19641966

1965-
eslint-scope@^3.7.1:
1967+
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
19661968
version "3.7.1"
19671969
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
19681970
dependencies:
19691971
esrecurse "^4.1.0"
19701972
estraverse "^4.1.1"
19711973

1974+
eslint-visitor-keys@^1.0.0:
1975+
version "1.0.0"
1976+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
1977+
19721978
19731979
version "4.13.1"
19741980
resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.13.1.tgz#0055e0014464c7eb7878caf549ef2941992b444f"

0 commit comments

Comments
 (0)