Skip to content

Commit 3129f33

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 39704d9 commit 3129f33

File tree

4 files changed

+48
-10
lines changed

4 files changed

+48
-10
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-loader": "4.0.2",
3737
"eslint-plugin-emotion": "10.0.27",
3838
"eslint-plugin-import": "2.25.3",
39-
"eslint-plugin-prettier": "3.4.1",
39+
"eslint-plugin-prettier": "5.2.5",
4040
"eslint-plugin-react": "7.27.1",
4141
"eslint-plugin-react-hooks": "4.3.0",
4242
"prettier": "2.5.0",

app/yarn.lock

+23-4
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,11 @@
16221622
dependencies:
16231623
mkdirp "^1.0.4"
16241624

1625+
"@pkgr/core@^0.2.0":
1626+
version "0.2.0"
1627+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
1628+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
1629+
16251630
"@popperjs/core@^2.6.0":
16261631
version "2.9.1"
16271632
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.9.1.tgz#7f554e7368c9ab679a11f4a042ca17149d70cf12"
@@ -3794,12 +3799,13 @@ [email protected]:
37943799
resolve "^1.20.0"
37953800
tsconfig-paths "^3.11.0"
37963801

3797-
eslint-plugin-prettier@3.4.1:
3798-
version "3.4.1"
3799-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
3800-
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
3802+
eslint-plugin-prettier@5.2.5:
3803+
version "5.2.5"
3804+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
3805+
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
38013806
dependencies:
38023807
prettier-linter-helpers "^1.0.0"
3808+
synckit "^0.10.2"
38033809

38043810
38053811
version "4.3.0"
@@ -7636,6 +7642,14 @@ supports-color@^7.1.0:
76367642
dependencies:
76377643
has-flag "^4.0.0"
76387644

7645+
synckit@^0.10.2:
7646+
version "0.10.3"
7647+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
7648+
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
7649+
dependencies:
7650+
"@pkgr/core" "^0.2.0"
7651+
tslib "^2.8.1"
7652+
76397653
table@^6.0.9:
76407654
version "6.7.1"
76417655
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -7812,6 +7826,11 @@ tslib@^1.11.1, tslib@^1.8.1, tslib@^1.9.0:
78127826
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
78137827
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
78147828

7829+
tslib@^2.8.1:
7830+
version "2.8.1"
7831+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
7832+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
7833+
78157834
tsutils@^3.21.0:
78167835
version "3.21.0"
78177836
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-import-resolver-webpack": "0.13.2",
3434
"eslint-loader": "4.0.2",
3535
"eslint-plugin-import": "2.25.3",
36-
"eslint-plugin-prettier": "3.4.1",
36+
"eslint-plugin-prettier": "5.2.5",
3737
"firebase-functions-test": "0.3.3",
3838
"firebase-tools": "8.20.0",
3939
"prettier": "2.5.0",

functions/yarn.lock

+23-4
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@
338338
resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-0.24.0.tgz#1028ef0e0923b24916158d80d2ddfd67ea8b6740"
339339
integrity sha512-a/szuMQV0Quy0/M7kKdglcbRSoorleyyOwbTNNJ32O+RBN766wbQlMTvdimImTmwYWGr+NJOni1EcC242WlRcA==
340340

341+
"@pkgr/core@^0.2.0":
342+
version "0.2.0"
343+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.0.tgz#8dff61038cb5884789d8b323d9869e5363b976f7"
344+
integrity sha512-vsJDAkYR6qCPu+ioGScGiMYR7LvZYIXh/dlQeviqoTWNCVfKTLYD/LkNWH4Mxsv2a5vpIRc77FN5DnmK1eBggQ==
345+
341346
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
342347
version "1.1.2"
343348
resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a7d8f6f5d0893a14d348f30fbf"
@@ -2085,12 +2090,13 @@ [email protected]:
20852090
resolve "^1.20.0"
20862091
tsconfig-paths "^3.11.0"
20872092

2088-
eslint-plugin-prettier@3.4.1:
2089-
version "3.4.1"
2090-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
2091-
integrity sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==
2093+
eslint-plugin-prettier@5.2.5:
2094+
version "5.2.5"
2095+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.5.tgz#0ff00b16f4c80ccdafd6a24a263effba1700087e"
2096+
integrity sha512-IKKP8R87pJyMl7WWamLgPkloB16dagPIdd2FjBDbyRYPKo93wS/NbCOPh6gH+ieNLC+XZrhJt/kWj0PS/DFdmg==
20922097
dependencies:
20932098
prettier-linter-helpers "^1.0.0"
2099+
synckit "^0.10.2"
20942100

20952101
eslint-scope@^5.1.1:
20962102
version "5.1.1"
@@ -5561,6 +5567,14 @@ supports-hyperlinks@^1.0.1:
55615567
has-flag "^2.0.0"
55625568
supports-color "^5.0.0"
55635569

5570+
synckit@^0.10.2:
5571+
version "0.10.3"
5572+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.10.3.tgz#940aea2c7b6d141a4f74dbdebc81e0958c331a4b"
5573+
integrity sha512-R1urvuyiTaWfeCggqEvpDJwAlDVdsT9NM+IP//Tk2x7qHCkSvBk/fwFgw/TLAHzZlrAnnazMcRw0ZD8HlYFTEQ==
5574+
dependencies:
5575+
"@pkgr/core" "^0.2.0"
5576+
tslib "^2.8.1"
5577+
55645578
table@^6.0.9:
55655579
version "6.7.1"
55665580
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
@@ -5746,6 +5760,11 @@ tslib@^2.0.0:
57465760
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
57475761
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
57485762

5763+
tslib@^2.8.1:
5764+
version "2.8.1"
5765+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
5766+
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
5767+
57495768
tsutils@^3.21.0:
57505769
version "3.21.0"
57515770
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"

0 commit comments

Comments
 (0)