Skip to content

Commit 3bd40e7

Browse files
committed
fix(deps): update dependency eslint-config-prettier to v8
1 parent f9f4d11 commit 3bd40e7

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
@@ -49,7 +49,7 @@
4949
"enzyme": "^3.11.0",
5050
"eslint": "^7.11.0",
5151
"eslint-config-airbnb-typescript": "^16.1.0",
52-
"eslint-config-prettier": "^6.15.0",
52+
"eslint-config-prettier": "^8.0.0",
5353
"eslint-plugin-import": "^2.22.0",
5454
"eslint-plugin-jsx-a11y": "^6.4.1",
5555
"eslint-plugin-prettier": "^3.1.4",

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6939,12 +6939,10 @@ eslint-config-airbnb-typescript@^16.1.0:
69396939
dependencies:
69406940
eslint-config-airbnb-base "^15.0.0"
69416941

6942-
eslint-config-prettier@^6.15.0:
6943-
version "6.15.0"
6944-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
6945-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
6946-
dependencies:
6947-
get-stdin "^6.0.0"
6942+
eslint-config-prettier@^8.0.0:
6943+
version "8.3.0"
6944+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
6945+
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
69486946

69496947
eslint-config-react-app@^6.0.0:
69506948
version "6.0.0"
@@ -8035,11 +8033,6 @@ get-package-type@^0.1.0:
80358033
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
80368034
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
80378035

8038-
get-stdin@^6.0.0:
8039-
version "6.0.0"
8040-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
8041-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
8042-
80438036
get-stream@^4.0.0:
80448037
version "4.1.0"
80458038
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"

0 commit comments

Comments
 (0)