chore(deps-dev): bump prettier from 2.2.1 to 2.3.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.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.2.1...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-11 05:10:47 +00:00
committed by GitHub
parent 2f85f132cf
commit b2b2e35412
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -27119,9 +27119,9 @@
"dev": true
},
"prettier": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.0.tgz",
"integrity": "sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==",
"dev": true
},
"pretty-bytes": {

View File

@@ -159,7 +159,7 @@
"postcss": "=8.2.14",
"postcss-loader": "=4.2.0",
"postcss-preset-env": "=6.7.0",
"prettier": "^2.0.0",
"prettier": "^2.3.0",
"raw-loader": "^4.0.0",
"react-test-renderer": "^15.7.0",
"release-it": "=13.7.1",