Skip to content

Commit 16118ce

Browse files
Bump eslint-config-prettier from 6.12.0 to 8.5.0 (brianc#2875)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.12.0 to 8.5.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.12.0...v8.5.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27d612a commit 16118ce

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
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/eslint-plugin": "^4.4.0",
2424
"@typescript-eslint/parser": "^4.4.0",
2525
"eslint": "^7.11.0",
26-
"eslint-config-prettier": "^6.12.0",
26+
"eslint-config-prettier": "^8.5.0",
2727
"eslint-plugin-node": "^11.1.0",
2828
"eslint-plugin-prettier": "^3.1.4",
2929
"lerna": "^3.19.0",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -2384,12 +2384,10 @@ [email protected]:
23842384
optionalDependencies:
23852385
source-map "~0.2.0"
23862386

2387-
eslint-config-prettier@^6.12.0:
2388-
version "6.12.0"
2389-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2"
2390-
integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==
2391-
dependencies:
2392-
get-stdin "^6.0.0"
2387+
eslint-config-prettier@^8.5.0:
2388+
version "8.5.0"
2389+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
2390+
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
23932391

23942392
eslint-plugin-es@^3.0.0:
23952393
version "3.0.1"
@@ -2927,11 +2925,6 @@ get-stdin@^4.0.1:
29272925
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
29282926
integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=
29292927

2930-
get-stdin@^6.0.0:
2931-
version "6.0.0"
2932-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
2933-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
2934-
29352928
get-stream@^4.0.0, get-stream@^4.1.0:
29362929
version "4.1.0"
29372930
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"

0 commit comments

Comments
 (0)