diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-25 15:29:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 15:29:29 +0000 |
commit | 71fb2b9516154a1a93bd70af016f6515af2fc0af (patch) | |
tree | c0f90d480d9723b57b81c909cd993ca5cf114374 /yarn.lock | |
parent | Edit TODO (diff) | |
download | ee4511w-web-71fb2b9516154a1a93bd70af016f6515af2fc0af.tar ee4511w-web-71fb2b9516154a1a93bd70af016f6515af2fc0af.tar.gz ee4511w-web-71fb2b9516154a1a93bd70af016f6515af2fc0af.tar.bz2 ee4511w-web-71fb2b9516154a1a93bd70af016f6515af2fc0af.tar.lz ee4511w-web-71fb2b9516154a1a93bd70af016f6515af2fc0af.tar.xz ee4511w-web-71fb2b9516154a1a93bd70af016f6515af2fc0af.tar.zst ee4511w-web-71fb2b9516154a1a93bd70af016f6515af2fc0af.zip |
Bump prettier from 2.6.0 to 2.6.1 (#33)
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.0 to 2.6.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.6.0...2.6.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-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2424,10 +2424,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.6.0: - version "2.6.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4" - integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A== +prettier@^2.6.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17" + integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A== process-nextick-args@~2.0.0: version "2.0.1" |