Skip to content

Commit 1602304

Browse files
Update dependency eslint-plugin-prettier to v5
1 parent 04721bc commit 1602304

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"babel-eslint": "10.1.0",
1616
"eslint": "7.32.0",
1717
"eslint-config-prettier": "10.1.8",
18-
"eslint-plugin-prettier": "4.0.0",
18+
"eslint-plugin-prettier": "5.5.4",
1919
"jest": "27.5.1",
2020
"prettier": "2.8.8",
2121
"release-it": "14.14.3",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,11 @@
675675
dependencies:
676676
"@octokit/openapi-types" "^12.11.0"
677677

678+
"@pkgr/core@^0.2.9":
679+
version "0.2.9"
680+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
681+
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
682+
678683
"@sindresorhus/is@^0.14.0":
679684
version "0.14.0"
680685
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -1912,12 +1917,13 @@ [email protected]:
19121917
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
19131918
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
19141919

1915-
eslint-plugin-prettier@4.0.0:
1916-
version "4.0.0"
1917-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
1918-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
1920+
eslint-plugin-prettier@5.5.4:
1921+
version "5.5.4"
1922+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
1923+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
19191924
dependencies:
19201925
prettier-linter-helpers "^1.0.0"
1926+
synckit "^0.11.7"
19211927

19221928
eslint-scope@^5.1.1:
19231929
version "5.1.1"
@@ -5201,6 +5207,13 @@ symbol-tree@^3.2.4:
52015207
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
52025208
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
52035209

5210+
synckit@^0.11.7:
5211+
version "0.11.11"
5212+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
5213+
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==
5214+
dependencies:
5215+
"@pkgr/core" "^0.2.9"
5216+
52045217
table@^6.0.9:
52055218
version "6.8.1"
52065219
resolved "https://registry.yarnpkg.com/table/-/table-6.8.1.tgz#ea2b71359fe03b017a5fbc296204471158080bdf"

0 commit comments

Comments
 (0)