Skip to content

Commit a336705

Browse files
Bump eslint-config-prettier from 8.10.0 to 10.1.8
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 10.1.8. - [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@v8.10.0...v10.1.8) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-version: 10.1.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c99c8b commit a336705

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"babel-preset-gatsby": "^3.3.0",
125125
"dotenv": "^16.4.5",
126126
"eslint": "^8.29.0",
127-
"eslint-config-prettier": "^8.5.0",
127+
"eslint-config-prettier": "^10.1.8",
128128
"eslint-plugin-flowtype": "^8.0.3",
129129
"eslint-plugin-jest": "^27.6.0",
130130
"eslint-plugin-prettier": "^5.0.0",

yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7558,10 +7558,10 @@ escodegen@^2.0.0:
75587558
optionalDependencies:
75597559
source-map "~0.6.1"
75607560

7561-
eslint-config-prettier@^8.5.0:
7562-
version "8.10.0"
7563-
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz"
7564-
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
7561+
eslint-config-prettier@^10.1.8:
7562+
version "10.1.8"
7563+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
7564+
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
75657565

75667566
eslint-config-react-app@^6.0.0:
75677567
version "6.0.0"
@@ -15198,7 +15198,16 @@ string-similarity@^1.2.2:
1519815198
lodash.map "^4.6.0"
1519915199
lodash.maxby "^4.6.0"
1520015200

15201-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
15201+
"string-width-cjs@npm:string-width@^4.2.0":
15202+
version "4.2.3"
15203+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
15204+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
15205+
dependencies:
15206+
emoji-regex "^8.0.0"
15207+
is-fullwidth-code-point "^3.0.0"
15208+
strip-ansi "^6.0.1"
15209+
15210+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1520215211
version "4.2.3"
1520315212
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1520415213
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)