Skip to content

Commit 89fb066

Browse files
fix(deps): update dependency eslint-config-prettier to v7 (#246)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 35bdb8c commit 89fb066

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
@@ -9,7 +9,7 @@
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.15.0",
1111
"eslint-config-airbnb": "18.2.1",
12-
"eslint-config-prettier": "6.15.0",
12+
"eslint-config-prettier": "7.0.0",
1313
"eslint-config-xo": "0.33.1",
1414
"eslint-config-xo-react": "0.23.0",
1515
"eslint-plugin-import": "2.22.1",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,12 +1819,10 @@ [email protected]:
18191819
object.assign "^4.1.2"
18201820
object.entries "^1.1.2"
18211821

1822-
1823-
version "6.15.0"
1824-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
1825-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
1826-
dependencies:
1827-
get-stdin "^6.0.0"
1822+
1823+
version "7.0.0"
1824+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97"
1825+
integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ==
18281826

18291827
18301828
version "0.23.0"
@@ -2475,11 +2473,6 @@ get-intrinsic@^1.0.0:
24752473
has "^1.0.3"
24762474
has-symbols "^1.0.1"
24772475

2478-
get-stdin@^6.0.0:
2479-
version "6.0.0"
2480-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
2481-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
2482-
24832476
get-stream@^3.0.0:
24842477
version "3.0.0"
24852478
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"

0 commit comments

Comments
 (0)