deps: bump prettier from 1.19.1 to 2.0.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-21 20:05:11 +00:00 committed by GitHub
parent 33d3f73fc7
commit b48ca7f2b3
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

@ -9768,9 +9768,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "1.19.1", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.0.0.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", "integrity": "sha512-vI55PC+GFLOVtpwr2di1mYhJF36v+kztJov8sx3AmqbfdA+2Dhozxb+3e1hTgoV9lyhnVJFF3Z8GCVeMBOS1bA==",
"dev": true "dev": true
}, },
"pretty-format": { "pretty-format": {

View File

@ -71,7 +71,7 @@
"jest-circus": "^25.1.0", "jest-circus": "^25.1.0",
"lint-staged": "^10.0.8", "lint-staged": "^10.0.8",
"nock": "^12.0.3", "nock": "^12.0.3",
"prettier": "1.19.1", "prettier": "2.0.0",
"standard-version": "^7.1.0", "standard-version": "^7.1.0",
"ts-jest": "^25.2.1", "ts-jest": "^25.2.1",
"typescript": "^3.8.3" "typescript": "^3.8.3"