Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit eca70d7

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 564dab8 commit eca70d7

File tree

2 files changed

+87
-9
lines changed

2 files changed

+87
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"eslint-plugin-flowtype": "8.0.3",
101101
"eslint-plugin-import": "2.27.5",
102102
"eslint-plugin-jsx-a11y": "6.7.1",
103-
"eslint-plugin-prettier": "4.2.1",
103+
"eslint-plugin-prettier": "5.0.1",
104104
"eslint-plugin-react": "7.32.2",
105105
"eslint-plugin-react-hooks": "4.6.0",
106106
"eslint-plugin-storybook": "^0.6.11",

yarn.lock

Lines changed: 86 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,6 +2767,18 @@
27672767
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
27682768
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
27692769

2770+
"@pkgr/utils@^2.3.1":
2771+
version "2.4.2"
2772+
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
2773+
integrity sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==
2774+
dependencies:
2775+
cross-spawn "^7.0.3"
2776+
fast-glob "^3.3.0"
2777+
is-glob "^4.0.3"
2778+
open "^9.1.0"
2779+
picocolors "^1.0.0"
2780+
tslib "^2.6.0"
2781+
27702782
"@pmmmwh/react-refresh-webpack-plugin@^0.5.1", "@pmmmwh/react-refresh-webpack-plugin@^0.5.5":
27712783
version "0.5.11"
27722784
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.11.tgz#7c2268cedaa0644d677e8c4f377bc8fb304f714a"
@@ -6448,6 +6460,13 @@ builtins@^5.0.0:
64486460
dependencies:
64496461
semver "^7.0.0"
64506462

6463+
bundle-name@^3.0.0:
6464+
version "3.0.0"
6465+
resolved "https://registry.yarnpkg.com/bundle-name/-/bundle-name-3.0.0.tgz#ba59bcc9ac785fb67ccdbf104a2bf60c099f0e1a"
6466+
integrity sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==
6467+
dependencies:
6468+
run-applescript "^5.0.0"
6469+
64516470
64526471
version "3.0.0"
64536472
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
@@ -7361,14 +7380,24 @@ deepmerge@^4.2.2:
73617380
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
73627381
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==
73637382

7364-
7383+
[email protected], default-browser-id@^3.0.0:
73657384
version "3.0.0"
73667385
resolved "https://registry.yarnpkg.com/default-browser-id/-/default-browser-id-3.0.0.tgz#bee7bbbef1f4e75d31f98f4d3f1556a14cea790c"
73677386
integrity sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==
73687387
dependencies:
73697388
bplist-parser "^0.2.0"
73707389
untildify "^4.0.0"
73717390

7391+
default-browser@^4.0.0:
7392+
version "4.0.0"
7393+
resolved "https://registry.yarnpkg.com/default-browser/-/default-browser-4.0.0.tgz#53c9894f8810bf86696de117a6ce9085a3cbc7da"
7394+
integrity sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==
7395+
dependencies:
7396+
bundle-name "^3.0.0"
7397+
default-browser-id "^3.0.0"
7398+
execa "^7.1.1"
7399+
titleize "^3.0.0"
7400+
73727401
defaults@^1.0.3:
73737402
version "1.0.4"
73747403
resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a"
@@ -7381,6 +7410,11 @@ define-lazy-prop@^2.0.0:
73817410
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
73827411
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
73837412

7413+
define-lazy-prop@^3.0.0:
7414+
version "3.0.0"
7415+
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz#dbb19adfb746d7fc6d734a06b72f4a00d021255f"
7416+
integrity sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==
7417+
73847418
define-properties@^1.1.3, define-properties@^1.1.4, define-properties@^1.2.0:
73857419
version "1.2.0"
73867420
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5"
@@ -8105,12 +8139,13 @@ [email protected], eslint-plugin-jsx-a11y@^6.5.1:
81058139
object.fromentries "^2.0.6"
81068140
semver "^6.3.0"
81078141

8108-
eslint-plugin-prettier@4.2.1:
8109-
version "4.2.1"
8110-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
8111-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
8142+
eslint-plugin-prettier@5.0.1:
8143+
version "5.0.1"
8144+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
8145+
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
81128146
dependencies:
81138147
prettier-linter-helpers "^1.0.0"
8148+
synckit "^0.8.5"
81148149

81158150
[email protected], eslint-plugin-react-hooks@^4.3.0:
81168151
version "4.6.0"
@@ -8330,7 +8365,7 @@ execa@^5.0.0, execa@^5.1.1:
83308365
signal-exit "^3.0.3"
83318366
strip-final-newline "^2.0.0"
83328367

8333-
execa@^7.0.0:
8368+
execa@^7.0.0, execa@^7.1.1:
83348369
version "7.2.0"
83358370
resolved "https://registry.yarnpkg.com/execa/-/execa-7.2.0.tgz#657e75ba984f42a70f38928cedc87d6f2d4fe4e9"
83368371
integrity sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==
@@ -8448,7 +8483,7 @@ fast-diff@^1.1.2:
84488483
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
84498484
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
84508485

8451-
fast-glob@^3.2.9:
8486+
fast-glob@^3.2.9, fast-glob@^3.3.0:
84528487
version "3.3.1"
84538488
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
84548489
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
@@ -9765,6 +9800,11 @@ is-docker@^2.0.0, is-docker@^2.1.1:
97659800
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
97669801
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
97679802

9803+
is-docker@^3.0.0:
9804+
version "3.0.0"
9805+
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
9806+
integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
9807+
97689808
is-extglob@^2.1.1:
97699809
version "2.1.1"
97709810
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -9826,6 +9866,13 @@ is-hexadecimal@^1.0.0:
98269866
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
98279867
integrity sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==
98289868

9869+
is-inside-container@^1.0.0:
9870+
version "1.0.0"
9871+
resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
9872+
integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
9873+
dependencies:
9874+
is-docker "^3.0.0"
9875+
98299876
is-interactive@^1.0.0:
98309877
version "1.0.0"
98319878
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
@@ -12524,6 +12571,16 @@ open@^8.4.0:
1252412571
is-docker "^2.1.1"
1252512572
is-wsl "^2.2.0"
1252612573

12574+
open@^9.1.0:
12575+
version "9.1.0"
12576+
resolved "https://registry.yarnpkg.com/open/-/open-9.1.0.tgz#684934359c90ad25742f5a26151970ff8c6c80b6"
12577+
integrity sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==
12578+
dependencies:
12579+
default-browser "^4.0.0"
12580+
define-lazy-prop "^3.0.0"
12581+
is-inside-container "^1.0.0"
12582+
is-wsl "^2.2.0"
12583+
1252712584
optionator@^0.9.1:
1252812585
version "0.9.3"
1252912586
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
@@ -14043,6 +14100,13 @@ rimraf@~2.6.2:
1404314100
dependencies:
1404414101
glob "^7.1.3"
1404514102

14103+
run-applescript@^5.0.0:
14104+
version "5.0.0"
14105+
resolved "https://registry.yarnpkg.com/run-applescript/-/run-applescript-5.0.0.tgz#e11e1c932e055d5c6b40d98374e0268d9b11899c"
14106+
integrity sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==
14107+
dependencies:
14108+
execa "^5.0.0"
14109+
1404614110
run-parallel@^1.1.9:
1404714111
version "1.2.0"
1404814112
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -14846,6 +14910,14 @@ synchronous-promise@^2.0.15:
1484614910
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032"
1484714911
integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==
1484814912

14913+
synckit@^0.8.5:
14914+
version "0.8.5"
14915+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.5.tgz#b7f4358f9bb559437f9f167eb6bc46b3c9818fa3"
14916+
integrity sha512-L1dapNV6vu2s/4Sputv8xGsCdAVlb5nRDMFU/E27D44l5U6cw1g0dGd45uLc+OXjNMmF4ntiMdCimzcjFKQI8Q==
14917+
dependencies:
14918+
"@pkgr/utils" "^2.3.1"
14919+
tslib "^2.5.0"
14920+
1484914921
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
1485014922
version "2.2.1"
1485114923
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
@@ -15023,6 +15095,11 @@ tiny-relative-date@^1.3.0:
1502315095
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
1502415096
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
1502515097

15098+
titleize@^3.0.0:
15099+
version "3.0.0"
15100+
resolved "https://registry.yarnpkg.com/titleize/-/titleize-3.0.0.tgz#71c12eb7fdd2558aa8a44b0be83b8a76694acd53"
15101+
integrity sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==
15102+
1502615103
1502715104
version "1.0.5"
1502815105
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"
@@ -15199,7 +15276,7 @@ tslib@^1.8.1:
1519915276
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1520015277
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1520115278

15202-
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0:
15279+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.4.0, tslib@^2.5.0, tslib@^2.6.0:
1520315280
version "2.6.2"
1520415281
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
1520515282
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
@@ -15939,6 +16016,7 @@ wordwrap@^1.0.0:
1593916016
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1594016017

1594116018
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
16019+
name wrap-ansi-cjs
1594216020
version "7.0.0"
1594316021
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1594416022
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)