deps: bump prettier from 2.0.2 to 2.0.4

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.2...2.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-07 03:42:56 +00:00
parent acacbff003
commit ea60fc1ec2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8097,9 +8097,9 @@
"dev": true
},
"prettier": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.2.tgz",
"integrity": "sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg==",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.4.tgz",
"integrity": "sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==",
"dev": true
},
"pretty-format": {

View File

@ -71,7 +71,7 @@
"jest-circus": "^25.2.7",
"lint-staged": "^10.1.2",
"nock": "^12.0.3",
"prettier": "2.0.2",
"prettier": "2.0.4",
"standard-version": "^7.1.0",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"