@@ -1631,6 +1631,18 @@ escodegen@^1.14.1:
1631
1631
optionalDependencies :
1632
1632
source-map "~0.6.1"
1633
1633
1634
+ eslint-config-prettier@^8.1.0 :
1635
+ version "8.1.0"
1636
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
1637
+ integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
1638
+
1639
+ eslint-plugin-prettier@^3.3.1 :
1640
+ version "3.3.1"
1641
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
1642
+ integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
1643
+ dependencies :
1644
+ prettier-linter-helpers "^1.0.0"
1645
+
1634
1646
eslint-scope@^5.0.0, eslint-scope@^5.1.1 :
1635
1647
version "5.1.1"
1636
1648
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
@@ -1854,6 +1866,11 @@ fast-deep-equal@^3.1.1:
1854
1866
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
1855
1867
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
1856
1868
1869
+ fast-diff@^1.1.2 :
1870
+ version "1.2.0"
1871
+ resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
1872
+ integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
1873
+
1857
1874
fast-glob@^3.1.1 :
1858
1875
version "3.2.5"
1859
1876
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
@@ -3633,6 +3650,18 @@ prepend-http@^2.0.0:
3633
3650
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
3634
3651
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
3635
3652
3653
+ prettier-linter-helpers@^1.0.0 :
3654
+ version "1.0.0"
3655
+ resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
3656
+ integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
3657
+ dependencies :
3658
+ fast-diff "^1.1.2"
3659
+
3660
+ prettier@^2.2.1 :
3661
+ version "2.2.1"
3662
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
3663
+ integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
3664
+
3636
3665
pretty-format@^26.0.0, pretty-format@^26.6.2 :
3637
3666
version "26.6.2"
3638
3667
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
0 commit comments