diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-29 05:56:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-29 05:56:21 +0000 |
commit | a0012056ab3079d29f116425a533e1e2ef428dd1 (patch) | |
tree | e15ea2ea5afa5747f09aa00a77fdd6660f6f9710 /FrontEnd | |
parent | a41114389e26fc55eedca3ace934e8035f0eeecb (diff) | |
download | timeline-a0012056ab3079d29f116425a533e1e2ef428dd1.tar.gz timeline-a0012056ab3079d29f116425a533e1e2ef428dd1.tar.bz2 timeline-a0012056ab3079d29f116425a533e1e2ef428dd1.zip |
build(deps-dev): Bump prettier from 2.6.0 to 2.6.1 in /FrontEnd
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>
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 878509ca..aeab2d49 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -64,7 +64,7 @@ "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
- "prettier": "^2.6.0",
+ "prettier": "^2.6.1",
"typescript": "^4.6.3",
"vite": "^2.8.6",
"vite-plugin-pwa": "^0.11.13"
|