1
0
Fork 0

chore(deps): update dependency babel-eslint to v8.2.6

This commit is contained in:
Renovate Bot 2018-07-13 22:53:49 +00:00 committed by renovate[bot]
parent 9220202e51
commit 9800b1f36a
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -777,16 +777,16 @@
}
},
"babel-eslint": {
"version": "8.2.5",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.5.tgz",
"integrity": "sha512-TcdEGCHHquOPQOlH6Fe6MLwPWWWJLdeKhcGoLfOTShETpoH8XYWhjWJw38KCKaTca7c/EdxLolnbakixKxnXDg==",
"version": "8.2.6",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.6.tgz",
"integrity": "sha512-aCdHjhzcILdP8c9lej7hvXKvQieyRt20SF102SIGyY4cUIiw6UaAtK4j2o3dXX74jEmy0TJ0CEhv4fTIM3SzcA==",
"dev": true,
"requires": {
"@babel/code-frame": "7.0.0-beta.44",
"@babel/traverse": "7.0.0-beta.44",
"@babel/types": "7.0.0-beta.44",
"babylon": "7.0.0-beta.44",
"eslint-scope": "~3.7.1",
"eslint-scope": "3.7.1",
"eslint-visitor-keys": "^1.0.0"
},
"dependencies": {

View file

@ -40,7 +40,7 @@
"autoprefixer": "8.6.5",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.5",
"babel-eslint": "8.2.6",
"babel-istanbul": "0.12.2",
"babel-jest": "21.2.0",
"babel-loader": "7.1.5",