Skip to content

Commit 881cb10

Browse files
committed
chore(deps): update dependency prettier to v2.4.0
1 parent da17083 commit 881cb10

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "7.32.0",
3030
"husky": "7.0.1",
3131
"lint-staged": "11.1.1",
32-
"prettier": "2.3.2",
32+
"prettier": "2.4.0",
3333
"release-it": "14.10.1"
3434
},
3535
"author": {

yarn.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -253,28 +253,35 @@
253253
react-dates "^21.1.0"
254254
react-tooltip "^4.2.11"
255255

256-
"@commitlint/[email protected]":
257-
version "13.1.0"
258-
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.1.0.tgz#3608bb24dbef41aaa0729ffe65c7f9b57409626a"
259-
integrity sha512-xN/uNYWtGTva5OMSd+xA6e6/c2jk8av7MUbdd6w2cw89u6z3fAWoyiH87X0ewdSMNYmW/6B3L/2dIVGHRDID5w==
256+
"@buffetjs/[email protected]":
257+
version "3.3.6"
258+
resolved "https://registry.yarnpkg.com/@buffetjs/utils/-/utils-3.3.6.tgz#d8c79a866219e0005c0f3b28905f7a5be8aa740e"
259+
integrity sha512-hyPRXdouKFUz+9/TZcQ0sOWz4sdyMt2EiehSB3Gy91E5dHi0A3a+gVStVlm/eqez7w+AAofKyQ0UDqc9ajXu9Q==
260260
dependencies:
261-
"@commitlint/format" "^13.1.0"
262-
"@commitlint/lint" "^13.1.0"
263-
"@commitlint/load" "^13.1.0"
264-
"@commitlint/read" "^13.1.0"
265-
"@commitlint/types" "^13.1.0"
261+
lodash "4.17.21"
262+
yup "^0.27.0"
266263

267264
"@buffetjs/[email protected]":
268265
version "3.3.8"
269266
resolved "https://registry.yarnpkg.com/@buffetjs/utils/-/utils-3.3.8.tgz#d21ef4c09bb2173e2a7465d39805237ade06b235"
270267
integrity sha512-xRod8N11iWfFayqh5EMP4ScAgpr9GtDOdAJdcKlBLmZqf/rik3StT26GR70Zg25OkFNJ5lt9zknD2vJrdmBX7A==
271268
dependencies:
272-
lodash "4.17.21"
273-
yup "^0.32.9"
274269
lodash "^4.17.19"
275270
resolve-from "5.0.0"
276271
resolve-global "1.0.0"
277272
yargs "^17.0.0"
273+
yup "^0.32.9"
274+
275+
"@commitlint/[email protected]":
276+
version "13.1.0"
277+
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-13.1.0.tgz#3608bb24dbef41aaa0729ffe65c7f9b57409626a"
278+
integrity sha512-xN/uNYWtGTva5OMSd+xA6e6/c2jk8av7MUbdd6w2cw89u6z3fAWoyiH87X0ewdSMNYmW/6B3L/2dIVGHRDID5w==
279+
dependencies:
280+
"@commitlint/format" "^13.1.0"
281+
"@commitlint/lint" "^13.1.0"
282+
"@commitlint/load" "^13.1.0"
283+
"@commitlint/read" "^13.1.0"
284+
"@commitlint/types" "^13.1.0"
278285

279286
"@commitlint/[email protected]":
280287
version "13.1.0"
@@ -3982,10 +3989,10 @@ prepend-http@^2.0.0:
39823989
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
39833990
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
39843991

3985-
prettier@2.3.2:
3986-
version "2.3.2"
3987-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
3988-
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
3992+
prettier@2.4.0:
3993+
version "2.4.0"
3994+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.0.tgz#85bdfe0f70c3e777cf13a4ffff39713ca6f64cba"
3995+
integrity sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ==
39893996

39903997
process-nextick-args@~2.0.0:
39913998
version "2.0.1"

0 commit comments

Comments
 (0)