Skip to content

Commit ce91438

Browse files
committed
chore(deps): update dependency prettier to v2.8.0
1 parent 7f946ea commit ce91438

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"husky": "6.0.0",
7474
"lint-staged": "11.2.6",
7575
"pinst": "2.1.6",
76-
"prettier": "2.7.1",
76+
"prettier": "2.8.0",
7777
"typescript": "4.8.4"
7878
},
7979
"resolutions": {

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"eslint-plugin-react": "7.31.11",
100100
"eslint-plugin-react-hooks": "4.6.0",
101101
"eslint-plugin-testing-library": "4.12.4",
102-
"prettier": "2.7.1"
102+
"prettier": "2.8.0"
103103
},
104104
"peerDependencies": {
105105
"@testing-library/dom": "^7.29.0 || ^8.0.0"

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20571,16 +20571,21 @@ prepend-http@^1.0.0:
2057120571
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
2057220572
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
2057320573

20574-
prettier@2.7.1, prettier@^2.7.1:
20575-
version "2.7.1"
20576-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
20577-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
20574+
prettier@2.8.0:
20575+
version "2.8.0"
20576+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
20577+
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
2057820578

2057920579
prettier@^1.19.1:
2058020580
version "1.19.1"
2058120581
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
2058220582
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
2058320583

20584+
prettier@^2.7.1:
20585+
version "2.7.1"
20586+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
20587+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
20588+
2058420589
pretty-bytes@^5.3.0:
2058520590
version "5.6.0"
2058620591
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"

0 commit comments

Comments
 (0)