Skip to content

Commit ab1657f

Browse files
chore(deps): update dev dependency eslint-config-prettier to v7 (#928)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 3303aaa commit ab1657f

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
@@ -46,7 +46,7 @@
4646
"babel-plugin-dev-expression": "0.2.2",
4747
"concurrently": "5.3.0",
4848
"eslint": "7.15.0",
49-
"eslint-config-prettier": "6.15.0",
49+
"eslint-config-prettier": "7.0.0",
5050
"eslint-plugin-import": "2.22.1",
5151
"eslint-plugin-react": "7.21.5",
5252
"husky": "4.3.5",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3204,12 +3204,10 @@ escodegen@^1.14.1:
32043204
optionalDependencies:
32053205
source-map "~0.6.1"
32063206

3207-
3208-
version "6.15.0"
3209-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
3210-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
3211-
dependencies:
3212-
get-stdin "^6.0.0"
3207+
3208+
version "7.0.0"
3209+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
3210+
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
32133211

32143212
eslint-import-resolver-node@^0.3.4:
32153213
version "0.3.4"
@@ -3840,11 +3838,6 @@ get-package-type@^0.1.0:
38403838
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
38413839
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
38423840

3843-
get-stdin@^6.0.0:
3844-
version "6.0.0"
3845-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
3846-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
3847-
38483841
get-stream@^3.0.0:
38493842
version "3.0.0"
38503843
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"

0 commit comments

Comments
 (0)