Merge pull request #55 from Trivernis/renovate/eslint-plugin-graphql-3.x

Update dependency eslint-plugin-graphql to v3.1.0
dependency-updates
Trivernis 5 years ago committed by GitHub
commit 540d28d131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
package-lock.json generated

@ -1388,9 +1388,9 @@
} }
}, },
"eslint-plugin-graphql": { "eslint-plugin-graphql": {
"version": "3.0.3", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-graphql/-/eslint-plugin-graphql-3.0.3.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-graphql/-/eslint-plugin-graphql-3.1.0.tgz",
"integrity": "sha512-hHwLyxSkC5rkakJ/SNTWwOswPdVhvfyMCnEOloevrLQIOHUNVIQBg1ljCaRe9C40HdzgcGUFUdG5BHLCKm8tuw==", "integrity": "sha512-87HGS00aeBqGFiQZQGzSPzk1D59w+124F8CRIDATh3LJqce5RCTuUI4tcIqPeyY95YPBCIKwISksWUuA0nrgNw==",
"dev": true, "dev": true,
"requires": { "requires": {
"graphql-config": "^2.0.1", "graphql-config": "^2.0.1",

@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"eslint": "6.1.0", "eslint": "6.1.0",
"eslint-plugin-graphql": "3.0.3", "eslint-plugin-graphql": "3.1.0",
"eslint-plugin-promise": "4.2.1", "eslint-plugin-promise": "4.2.1",
"standard": "13.1.0" "standard": "13.1.0"
}, },

Loading…
Cancel
Save