Skip to content

Commit 56cb721

Browse files
chore(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.1.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.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.15.0...v8.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5e50d4e commit 56cb721

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
@@ -69,7 +69,7 @@
6969
"dompurify": "^2.2.6",
7070
"eslint": "^7.17.0",
7171
"eslint-config-airbnb": "^18.2.1",
72-
"eslint-config-prettier": "^6.11.0",
72+
"eslint-config-prettier": "^8.1.0",
7373
"eslint-config-react-app": "^5.2.1",
7474
"eslint-loader": "^4.0.2",
7575
"eslint-plugin-import": "^2.22.1",

yarn.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -5916,12 +5916,10 @@ eslint-config-airbnb@^18.2.1:
59165916
object.assign "^4.1.2"
59175917
object.entries "^1.1.2"
59185918

5919-
eslint-config-prettier@^6.11.0:
5920-
version "6.15.0"
5921-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
5922-
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
5923-
dependencies:
5924-
get-stdin "^6.0.0"
5919+
eslint-config-prettier@^8.1.0:
5920+
version "8.1.0"
5921+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
5922+
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
59255923

59265924
eslint-config-react-app@^5.2.1:
59275925
version "5.2.1"
@@ -6836,11 +6834,6 @@ get-package-type@^0.1.0:
68366834
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
68376835
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
68386836

6839-
get-stdin@^6.0.0:
6840-
version "6.0.0"
6841-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
6842-
integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==
6843-
68446837
get-stdin@^8.0.0:
68456838
version "8.0.0"
68466839
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"

0 commit comments

Comments
 (0)