Skip to content

Commit 9daea83

Browse files
chore(deps): update dependency eslint-config-prettier to v10
1 parent 05bf7e1 commit 9daea83

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "^12.7.1",
2727
"cross-env": "^5.2.0",
2828
"eslint": "^6.1.0",
29-
"eslint-config-prettier": "^6.0.0",
29+
"eslint-config-prettier": "^10.0.0",
3030
"eslint-plugin-prettier": "^3.1.0",
3131
"husky": "^3.0.3",
3232
"jest": "^24.8.0",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,12 +2641,10 @@ escodegen@^1.9.1:
26412641
optionalDependencies:
26422642
source-map "~0.6.1"
26432643

2644-
eslint-config-prettier@^6.0.0:
2645-
version "6.0.0"
2646-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25"
2647-
integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA==
2648-
dependencies:
2649-
get-stdin "^6.0.0"
2644+
eslint-config-prettier@^10.0.0:
2645+
version "10.0.1"
2646+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
2647+
integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
26502648

26512649
eslint-import-resolver-node@^0.3.2:
26522650
version "0.3.2"
@@ -3310,11 +3308,6 @@ get-stdin@^4.0.1:
33103308
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
33113309
integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
33123310

3313-
get-stdin@^6.0.0:
3314-
version "6.0.0"
3315-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3316-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3317-
33183311
get-stdin@^7.0.0:
33193312
version "7.0.0"
33203313
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"

0 commit comments

Comments
 (0)