build(deps-dev): bump prettier from 2.7.1 to 2.8.0

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-23 13:06:36 +00:00
committed by GitHub
parent d3e23d39c7
commit fe1b8050dc
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^27.5.1",
"prettier": "2.7.1",
"prettier": "2.8.0",
"ts-jest": "^27.1.4",
"typescript": "^4.9.3"
},