[7.x] Update dependency babel-eslint to v10.0.2 (#39932) (#39951)

This commit is contained in:
Spencer 2019-06-28 15:40:22 -07:00 committed by GitHub
parent 3f3874c2a4
commit 26806fb1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -341,7 +341,7 @@
"@typescript-eslint/parser": "^1.6.0",
"angular-mocks": "1.4.7",
"archiver": "^3.0.0",
"babel-eslint": "10.0.1",
"babel-eslint": "10.0.2",
"babel-jest": "^24.1.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"backport": "4.4.1",

View file

@ -17,7 +17,7 @@
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"babel-eslint": "10.0.1",
"babel-eslint": "10.0.2",
"eslint": "5.16.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-ban": "1.2.0",

View file

@ -5,7 +5,7 @@
"license": "Apache-2.0",
"peerDependencies": {
"eslint": "5.16.0",
"babel-eslint": "10.0.1"
"babel-eslint": "10.0.2"
},
"dependencies": {
"micromatch": "3.1.10",

View file

@ -5966,10 +5966,10 @@ babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"
babel-eslint@10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
integrity sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==
babel-eslint@10.0.2:
version "10.0.2"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.2.tgz#182d5ac204579ff0881684b040560fdcc1558456"
integrity sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/parser" "^7.0.0"