diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-16 15:35:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 15:35:34 +0000 |
commit | 5b0ab359e8a88b26dc9e4642da4e37745f2c2f04 (patch) | |
tree | 363a494a63314366678f5b4b7384147e389f290f | |
parent | Bump @types/node from 17.0.44 to 18.0.0 (#111) (diff) | |
download | ee4511w-web-5b0ab359e8a88b26dc9e4642da4e37745f2c2f04.tar ee4511w-web-5b0ab359e8a88b26dc9e4642da4e37745f2c2f04.tar.gz ee4511w-web-5b0ab359e8a88b26dc9e4642da4e37745f2c2f04.tar.bz2 ee4511w-web-5b0ab359e8a88b26dc9e4642da4e37745f2c2f04.tar.lz ee4511w-web-5b0ab359e8a88b26dc9e4642da4e37745f2c2f04.tar.xz ee4511w-web-5b0ab359e8a88b26dc9e4642da4e37745f2c2f04.tar.zst ee4511w-web-5b0ab359e8a88b26dc9e4642da4e37745f2c2f04.zip |
Bump prettier from 2.7.0 to 2.7.1 (#112)
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](https://github.com/prettier/prettier/compare/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>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 4156c3a..937c633 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "install": "0.13.0", "nodemon": "2.0.16", "npm-run-all": "4.1.5", - "prettier": "2.7.0", + "prettier": "2.7.1", "typescript": "4.7.3" }, "scripts": { @@ -2091,10 +2091,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.0.tgz#a4fdae07e5596c51c9857ea676cd41a0163879d6" - integrity sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ== +prettier@2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" + integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== proxy-addr@~2.0.7: version "2.0.7" |