Skip to content

Commit f70b8ec

Browse files
chore: Bump eslint-plugin-prettier (#1231)
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.4.0 to 4.0.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits/v4.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a36e695 commit f70b8ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vercel/ncc": "^0.31.1",
2626
"aws-sdk": "^2.1002.0",
2727
"eslint": "^7.32.0",
28-
"eslint-plugin-prettier": "3.4.0",
28+
"eslint-plugin-prettier": "4.0.0",
2929
"jest": "^27.2.4",
3030
"prettier": "2.4.1",
3131
"ts-jest": "^27.0.5",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,10 @@ escodegen@^2.0.0:
15321532
optionalDependencies:
15331533
source-map "~0.6.1"
15341534

1535-
eslint-plugin-prettier@3.4.0:
1536-
version "3.4.0"
1537-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7"
1538-
integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw==
1535+
eslint-plugin-prettier@4.0.0:
1536+
version "4.0.0"
1537+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
1538+
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
15391539
dependencies:
15401540
prettier-linter-helpers "^1.0.0"
15411541

0 commit comments

Comments
 (0)