Merge pull request #262 from brianlovin/depfu/update/npm/babel-eslint-10.0.2

Update babel-eslint: 10.0.1 → 10.0.2 (patch)
This commit is contained in:
Brian Lovin 2019-06-19 21:13:46 -04:00 committed by GitHub
commit 4f0d8fba18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2395,9 +2395,9 @@
"integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg=="
},
"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==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.0.0",

View file

@ -33,7 +33,7 @@
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-flow": "^7.0.0",
"@cypress/browserify-preprocessor": "^2.1.1",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.0.2",
"babel-plugin-styled-components": "^1.10.1",
"babel-plugin-transform-define": "^1.3.1",
"cypress": "^3.3.1",