Skip to content

Commit 279393d

Browse files
Bump eslint-config-prettier from 6.11.0 to 8.3.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 8.3.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v6.11.0...v8.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d0298e7 commit 279393d

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"concurrently": "^5.2.0",
3737
"docz": "^2.3.1",
3838
"eslint": "^7.1.0",
39-
"eslint-config-prettier": "^6.11.0",
39+
"eslint-config-prettier": "^8.3.0",
4040
"eslint-plugin-prettier": "^3.1.3",
4141
"gh-pages": "^3.0.0",
4242
"husky": "^4.2.5",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -6218,12 +6218,10 @@ escodegen@^2.0.0:
62186218
optionalDependencies:
62196219
source-map "~0.6.1"
62206220

6221-
eslint-config-prettier@^6.11.0:
6222-
version "6.11.0"
6223-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1"
6224-
integrity sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==
6225-
dependencies:
6226-
get-stdin "^6.0.0"
6221+
eslint-config-prettier@^8.3.0:
6222+
version "8.3.0"
6223+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
6224+
integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
62276225

62286226
eslint-config-react-app@^5.2.1:
62296227
version "5.2.1"
@@ -7911,11 +7909,6 @@ get-stdin@^4.0.1:
79117909
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
79127910
integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
79137911

7914-
get-stdin@^6.0.0:
7915-
version "6.0.0"
7916-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
7917-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
7918-
79197912
get-stream@3.0.0, get-stream@^3.0.0:
79207913
version "3.0.0"
79217914
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"

0 commit comments

Comments
 (0)