Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit c110575

Browse files
committed
fix(base): update babel parser
1 parent bfb4ca6 commit c110575

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"prettier": ">= 0.11.0"
4242
},
4343
"dependencies": {
44-
"babel-eslint": "^8.2.3",
44+
"babel-eslint": "^8.2.6",
4545
"eslint-config-airbnb-base": "^12.1.0",
4646
"eslint-config-prettier": "^2.9.0",
4747
"eslint-import-resolver-babel-module": "^4.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -659,15 +659,15 @@ babel-core@^6.0.0, babel-core@^6.26.0:
659659
slash "^1.0.0"
660660
source-map "^0.5.6"
661661

662-
babel-eslint@^8.2.3:
663-
version "8.2.3"
664-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf"
662+
babel-eslint@^8.2.6:
663+
version "8.2.6"
664+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.6.tgz#6270d0c73205628067c0f7ae1693a9e797acefd9"
665665
dependencies:
666666
"@babel/code-frame" "7.0.0-beta.44"
667667
"@babel/traverse" "7.0.0-beta.44"
668668
"@babel/types" "7.0.0-beta.44"
669669
babylon "7.0.0-beta.44"
670-
eslint-scope "~3.7.1"
670+
eslint-scope "3.7.1"
671671
eslint-visitor-keys "^1.0.0"
672672

673673
babel-generator@^6.18.0, babel-generator@^6.26.0:
@@ -1950,7 +1950,7 @@ eslint-rule-documentation@^1.0.0:
19501950
version "1.0.21"
19511951
resolved "https://registry.yarnpkg.com/eslint-rule-documentation/-/eslint-rule-documentation-1.0.21.tgz#2a2464f9580e49ffc899176da3bf03cd1fb20e5c"
19521952

1953-
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
1953+
eslint-scope@3.7.1, eslint-scope@^3.7.1:
19541954
version "3.7.1"
19551955
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
19561956
dependencies:

0 commit comments

Comments
 (0)