Skip to content

Commit b2da3da

Browse files
chore(deps): update dependency eslint-plugin-prettier to v5
1 parent 05bf7e1 commit b2da3da

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
@@ -27,7 +27,7 @@
2727
"cross-env": "^5.2.0",
2828
"eslint": "^6.1.0",
2929
"eslint-config-prettier": "^6.0.0",
30-
"eslint-plugin-prettier": "^3.1.0",
30+
"eslint-plugin-prettier": "^5.0.0",
3131
"husky": "^3.0.3",
3232
"jest": "^24.8.0",
3333
"lerna": "^3.16.4",

yarn.lock

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,11 @@
11441144
universal-user-agent "^3.0.0"
11451145
url-template "^2.0.8"
11461146

1147+
"@pkgr/core@^0.2.9":
1148+
version "0.2.9"
1149+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
1150+
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
1151+
11471152
"@samverschueren/stream-to-observable@^0.3.0":
11481153
version "0.3.0"
11491154
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -2715,12 +2720,13 @@ eslint-plugin-node@^9.1.0:
27152720
resolve "^1.10.1"
27162721
semver "^6.1.0"
27172722

2718-
eslint-plugin-prettier@^3.1.0:
2719-
version "3.1.0"
2720-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#8695188f95daa93b0dc54b249347ca3b79c4686d"
2721-
integrity sha512-XWX2yVuwVNLOUhQijAkXz+rMPPoCr7WFiAl8ig6I7Xn+pPVhDhzg4DxHpmbeb0iqjO9UronEA3Tb09ChnFVHHA==
2723+
eslint-plugin-prettier@^5.0.0:
2724+
version "5.5.4"
2725+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
2726+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
27222727
dependencies:
27232728
prettier-linter-helpers "^1.0.0"
2729+
synckit "^0.11.7"
27242730

27252731
eslint-plugin-react-hooks@^1.7.0:
27262732
version "1.7.0"
@@ -7102,6 +7108,13 @@ symbol-tree@^3.2.2:
71027108
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
71037109
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
71047110

7111+
synckit@^0.11.7:
7112+
version "0.11.11"
7113+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.11.11.tgz#c0b619cf258a97faa209155d9cd1699b5c998cb0"
7114+
integrity sha512-MeQTA1r0litLUf0Rp/iisCaL8761lKAZHaimlbGK4j0HysC4PLfqygQj9srcs0m2RdtDYnF8UuYyKpbjHYp7Jw==
7115+
dependencies:
7116+
"@pkgr/core" "^0.2.9"
7117+
71057118
table@^5.2.3:
71067119
version "5.4.5"
71077120
resolved "https://registry.yarnpkg.com/table/-/table-5.4.5.tgz#c8f4ea2d8fee08c0027fac27b0ec0a4fe01dfa42"

0 commit comments

Comments
 (0)