Skip to content

Commit c263786

Browse files
Bump eslint-config-prettier from 6.11.0 to 8.1.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 8.1.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.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4ddd29a commit c263786

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/jest": "^26.0.22",
2323
"@types/node": "^14.14.37",
2424
"eslint": "^7.23.0",
25-
"eslint-config-prettier": "^7.0.0",
25+
"eslint-config-prettier": "^8.1.0",
2626
"eslint-plugin-import": "^2.22.1",
2727
"eslint-plugin-prettier": "^3.3.1",
2828
"husky": "^3.0.5",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/react": "^17.0.3",
5353
"@types/react-dom": "^17.0.3",
5454
"@types/react-helmet": "^6.1.0",
55-
"eslint-config-prettier": "^6.2.0",
55+
"eslint-config-prettier": "^8.1.0",
5656
"eslint-plugin-prettier": "^3.1.0",
5757
"eslint-plugin-react": "^7.23.1",
5858
"eslint-plugin-react-hooks": "^4.2.0"

yarn.lock

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4541,17 +4541,10 @@ escodegen@^2.0.0:
45414541
optionalDependencies:
45424542
source-map "~0.6.1"
45434543

4544-
eslint-config-prettier@^6.2.0:
4545-
version "6.15.0"
4546-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
4547-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
4548-
dependencies:
4549-
get-stdin "^6.0.0"
4550-
4551-
eslint-config-prettier@^7.0.0:
4552-
version "7.2.0"
4553-
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
4554-
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
4544+
eslint-config-prettier@^8.1.0:
4545+
version "8.1.0"
4546+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
4547+
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
45554548

45564549
eslint-config-react-app@^6.0.0:
45574550
version "6.0.0"
@@ -5357,11 +5350,6 @@ get-package-type@^0.1.0:
53575350
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
53585351
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
53595352

5360-
get-stdin@^6.0.0:
5361-
version "6.0.0"
5362-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
5363-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
5364-
53655353
get-stdin@^7.0.0:
53665354
version "7.0.0"
53675355
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"

0 commit comments

Comments
 (0)