Skip to content

Commit 034f1b4

Browse files
chore: bump prettier from 2.7.0 to 2.7.1 (coder#1021)
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.7.0...2.7.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a3bc37c commit 034f1b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint-staged": "^13.0.1",
2424
"markdownlint-cli": "^0.31.1",
2525
"minimist": "^1.2.6",
26-
"prettier": "2.7.0",
26+
"prettier": "2.7.1",
2727
"semver-compare": "^1.0.0",
2828
"ts-node": "^10.8.1",
2929
"typescript": "^4.7.3"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -795,10 +795,10 @@ pify@^5.0.0:
795795
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
796796
integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==
797797

798-
prettier@2.7.0:
799-
version "2.7.0"
800-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0.tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6"
801-
integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==
798+
prettier@2.7.1:
799+
version "2.7.1"
800+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
801+
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
802802

803803
regenerator-runtime@^0.13.4:
804804
version "0.13.7"

0 commit comments

Comments
 (0)