Bump eslint-config-prettier from 6.4.0 to 6.5.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.4.0 to 6.5.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.4.0...v6.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-28 07:57:51 +00:00
parent c84e6e5dcc
commit aafc524257
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1884,9 +1884,9 @@
} }
}, },
"eslint-config-prettier": { "eslint-config-prettier": {
"version": "6.4.0", "version": "6.5.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.4.0.tgz", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.5.0.tgz",
"integrity": "sha512-YrKucoFdc7SEko5Sxe4r6ixqXPDP1tunGw91POeZTTRKItf/AMFYt/YLEQtZMkR2LVpAVhcAcZgcWpm1oGPW7w==", "integrity": "sha512-cjXp8SbO9VFGW/Z7mbTydqS9to8Z58E5aYhj3e1+Hx7lS9s6gL5ILKNpCqZAFOVYRcSkWPFYljHrEh8QFEK5EQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"get-stdin": "^6.0.0" "get-stdin": "^6.0.0"
+1 -1
View File
@@ -44,7 +44,7 @@
"ts-node": "^8.4.1", "ts-node": "^8.4.1",
"@typescript-eslint/parser": "^2.5.0", "@typescript-eslint/parser": "^2.5.0",
"eslint": "^6.5.1", "eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0", "eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1", "eslint-plugin-prettier": "^3.1.1",
"@types/jest": "^24.0.20", "@types/jest": "^24.0.20",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",