chore(deps): update dependency prettier to v2.3.2 (#42645)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-06-26 13:15:02 +02:00
committed by GitHub
parent e18803fb9b
commit 6b64502317
4 changed files with 8 additions and 8 deletions

View File

@ -457,9 +457,9 @@
"dev": true
},
"prettier": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.1.tgz",
"integrity": "sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.3.2.tgz",
"integrity": "sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==",
"dev": true
},
"readable-stream": {

View File

@ -28,7 +28,7 @@
"cross-env": "7.0.3",
"gray-matter": "4.0.3",
"inquirer": "8.1.1",
"prettier": "2.3.1",
"prettier": "2.3.2",
"ts-node": "10.0.0",
"typescript": "4.3.4"
}