@@ -4482,6 +4482,11 @@ escodegen@^1.14.1:
44824482 optionalDependencies:
44834483 source-map "~0.6.1"
44844484
4485+ eslint-config-prettier@^8.0.0:
4486+ version "8.0.0"
4487+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c"
4488+ integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA==
4489+
44854490eslint-config-react-app@^6.0.0:
44864491 version "6.0.0"
44874492 resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
@@ -4556,6 +4561,13 @@ eslint-plugin-jsx-a11y@^6.3.1:
45564561 jsx-ast-utils "^3.1.0"
45574562 language-tags "^1.0.5"
45584563
4564+ eslint-plugin-prettier@^3.3.1:
4565+ version "3.3.1"
4566+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
4567+ integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
4568+ dependencies:
4569+ prettier-linter-helpers "^1.0.0"
4570+
45594571eslint-plugin-react-hooks@^4.2.0:
45604572 version "4.2.0"
45614573 resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
@@ -4960,6 +4972,11 @@ fast-deep-equal@^3.1.1:
49604972 resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
49614973 integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
49624974
4975+ fast-diff@^1.1.2:
4976+ version "1.2.0"
4977+ resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
4978+ integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
4979+
49634980fast-glob@^3.1.1:
49644981 version "3.2.5"
49654982 resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
@@ -8829,6 +8846,13 @@ prepend-http@^1.0.0:
88298846 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
88308847 integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
88318848
8849+ prettier-linter-helpers@^1.0.0:
8850+ version "1.0.0"
8851+ resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
8852+ integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
8853+ dependencies:
8854+ fast-diff "^1.1.2"
8855+
88328856prettier@2.2.1:
88338857 version "2.2.1"
88348858 resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
0 commit comments