|
1905 | 1905 | dependencies: |
1906 | 1906 | "@typescript-eslint/utils" "^5.10.0" |
1907 | 1907 |
|
| 1908 | +eslint-plugin-prettier@^4.2.1: |
| 1909 | + version "4.2.1" |
| 1910 | + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" |
| 1911 | + integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== |
| 1912 | + dependencies: |
| 1913 | + prettier-linter-helpers "^1.0.0" |
| 1914 | + |
1908 | 1915 | eslint-scope@^5.1.1: |
1909 | 1916 | version "5.1.1" |
1910 | 1917 | resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c" |
@@ -2129,6 +2136,11 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: |
2129 | 2136 | resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" |
2130 | 2137 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
2131 | 2138 |
|
| 2139 | +fast-diff@^1.1.2: |
| 2140 | + version "1.3.0" |
| 2141 | + resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0" |
| 2142 | + integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== |
| 2143 | + |
2132 | 2144 | fast-glob@^3.2.5, fast-glob@^3.2.9: |
2133 | 2145 | version "3.2.11" |
2134 | 2146 | resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" |
@@ -3580,6 +3592,13 @@ prelude-ls@^1.2.1: |
3580 | 3592 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" |
3581 | 3593 | integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== |
3582 | 3594 |
|
| 3595 | +prettier-linter-helpers@^1.0.0: |
| 3596 | + version "1.0.0" |
| 3597 | + resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b" |
| 3598 | + integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== |
| 3599 | + dependencies: |
| 3600 | + fast-diff "^1.1.2" |
| 3601 | + |
3583 | 3602 | |
3584 | 3603 | version "2.8.8" |
3585 | 3604 | resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da" |
|
0 commit comments