Update prettier to version 2.5.1 (#3788)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2021-12-05 19:51:14 +01:00 committed by GitHub
parent acdc8a9acb
commit e68096b431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -10917,9 +10917,9 @@
"dev": true
},
"prettier": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.0.tgz",
"integrity": "sha512-FM/zAKgWTxj40rH03VxzIPdXmj39SwSjwG0heUcNFwI+EMZJnY93yAiKXM3dObIKAM5TA88werc8T/EwhB45eg==",
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
"integrity": "sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==",
"dev": true
},
"prettier-linter-helpers": {

View File

@ -26,7 +26,7 @@
"eslint-plugin-react": "^7.27.1",
"graphql": "^15.7.2",
"jest": "^27.4.3",
"prettier": "^2.5.0",
"prettier": "^2.5.1",
"rollup": "^2.60.2",
"ts-jest": "^27.0.7",
"typescript": "^4.5.2",