This commit is contained in:
renovate[bot] 2019-06-19 10:56:15 +08:00 committed by Joshua T Flowers
parent 62af41d457
commit a1e87ed972
2 changed files with 4 additions and 4 deletions

View File

@ -4293,9 +4293,9 @@
"dev": true
},
"babel-eslint": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.1.tgz",
"integrity": "sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.2.tgz",
"integrity": "sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==",
"requires": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.0.0",

View File

@ -124,7 +124,7 @@
"ast-types": "0.13.1",
"autoprefixer": "9.6.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-eslint": "10.0.2",
"babel-loader": "8.0.6",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-template-literals": "6.22.0",