Skip to content

Commit ca7fe74

Browse files
authored
chore(deps-dev): bump prettier to 2.7.1 (#3695)
1 parent 83d2ca1 commit ca7fe74

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@commitlint/cli": "^11.0.0",
5858
"@commitlint/config-conventional": "^11.0.0",
59-
"@mixer/parallel-prettier": "^2.0.1",
59+
"@mixer/parallel-prettier": "2.0.2",
6060
"@tsconfig/recommended": "1.0.1",
6161
"@types/chai-as-promised": "^7.1.2",
6262
"@types/fs-extra": "^8.0.1",
@@ -98,7 +98,7 @@
9898
"lerna": "3.22.1",
9999
"lint-staged": "^10.0.1",
100100
"mocha": "^8.0.1",
101-
"prettier": "2.5.1",
101+
"prettier": "2.7.1",
102102
"puppeteer": "^5.1.0",
103103
"rimraf": "3.0.2",
104104
"strip-comments": "2.0.1",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,10 +1757,10 @@
17571757
npmlog "^4.1.2"
17581758
write-file-atomic "^2.3.0"
17591759

1760-
"@mixer/parallel-prettier@^2.0.1":
1761-
version "2.0.1"
1762-
resolved "https://registry.yarnpkg.com/@mixer/parallel-prettier/-/parallel-prettier-2.0.1.tgz#fd69bb55e38b3c1dbb2f1a534ea1a0cd3fe34946"
1763-
integrity sha512-bx/rdOhJ2EOxQTm4cQQBsdbg+IwaQHh/ugIZMsWNEILXLJWQukCv+6fDUBZkoIk/zEoW45uIrCugARCuuDwrWw==
1760+
"@mixer/[email protected].2":
1761+
version "2.0.2"
1762+
resolved "https://registry.yarnpkg.com/@mixer/parallel-prettier/-/parallel-prettier-2.0.2.tgz#705f59d583a8865e0146cb6c1f28e256f80c143d"
1763+
integrity sha512-HLDZNnVivR5XgOSWzb601ATcYKObnNkpmNOzx6M5Swd4LDJQCYKzTa8ah6oq6SsmAtZJK/Jdtf+nGcv0SPBThA==
17641764
dependencies:
17651765
chalk "^4.1.0"
17661766
commander "^7.0.0"
@@ -10392,7 +10392,12 @@ prettier-linter-helpers@^1.0.0:
1039210392
dependencies:
1039310393
fast-diff "^1.1.2"
1039410394

10395-
[email protected], prettier@^2.0.4:
10395+
10396+
version "2.7.1"
10397+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
10398+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
10399+
10400+
prettier@^2.0.4:
1039610401
version "2.5.1"
1039710402
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
1039810403
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==

0 commit comments

Comments
 (0)