Skip to content

Commit 6786b93

Browse files
chore(deps-dev): bump eslint-plugin-prettier from 4.0.0 to 4.2.1
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 4.0.0 to 4.2.1. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v4.0.0...v4.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4e816b commit 6786b93

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@vercel/ncc": "^0.33.3",
1414
"eslint": "^8.12.0",
1515
"eslint-plugin-jest": "^26.1.3",
16-
"eslint-plugin-prettier": "^4.0.0",
16+
"eslint-plugin-prettier": "^4.2.1",
1717
"eslint-plugin-sort-destructure-keys": "1.4.0",
1818
"jest": "^27.5.1",
1919
"js-yaml": "^4.1.0",
20-
"prettier": "^2.6.1",
20+
"prettier": "^2.7.1",
2121
"ts-jest": "^27.1.3",
2222
"typescript": "^4.6.2"
2323
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,10 +1241,10 @@ eslint-plugin-jest@^26.1.3:
12411241
dependencies:
12421242
"@typescript-eslint/utils" "^5.10.0"
12431243

1244-
eslint-plugin-prettier@^4.0.0:
1245-
version "4.0.0"
1246-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
1247-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
1244+
eslint-plugin-prettier@^4.2.1:
1245+
version "4.2.1"
1246+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
1247+
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
12481248
dependencies:
12491249
prettier-linter-helpers "^1.0.0"
12501250

@@ -2573,10 +2573,10 @@ prettier-linter-helpers@^1.0.0:
25732573
dependencies:
25742574
fast-diff "^1.1.2"
25752575

2576-
prettier@^2.6.1:
2577-
version "2.6.1"
2578-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
2579-
integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==
2576+
prettier@^2.7.1:
2577+
version "2.7.1"
2578+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
2579+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
25802580

25812581
pretty-format@^27.5.1:
25822582
version "27.5.1"

0 commit comments

Comments
 (0)