Bump prettier from 2.1.1 to 2.1.2 (#14)

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.1.2.
- [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.1.1...2.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-10-02 01:41:15 +08:00
committed by GitHub
parent ae749a83d7
commit 45c217953c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -7806,9 +7806,9 @@
"dev": true "dev": true
}, },
"prettier": { "prettier": {
"version": "2.1.1", "version": "2.1.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.1.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
"integrity": "sha512-9bY+5ZWCfqj3ghYBLxApy2zf6m+NJo5GzmLTpr9FsApsfjriNnS2dahWReHMi7qNPhhHl9SYHJs2cHZLgexNIw==", "integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
"dev": true "dev": true
}, },
"prettier-linter-helpers": { "prettier-linter-helpers": {

View File

@@ -43,7 +43,7 @@
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-circus": "^26.1.0", "jest-circus": "^26.1.0",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"prettier": "^2.0.5", "prettier": "^2.1.2",
"ts-jest": "^24.2.0", "ts-jest": "^24.2.0",
"typescript": "^4.0.3" "typescript": "^4.0.3"
} }