diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-10 11:32:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 11:32:46 +0000 |
commit | 9a5a7ec68b81894e6731e34ada1fba2d513e7b02 (patch) | |
tree | cf1e05737e02f9e2846dc2627afbfe1789e1902a /FrontEnd/package.json | |
parent | 137cfad1eaea5885b23e0acf852d9c31f4bb74a0 (diff) | |
download | timeline-9a5a7ec68b81894e6731e34ada1fba2d513e7b02.tar.gz timeline-9a5a7ec68b81894e6731e34ada1fba2d513e7b02.tar.bz2 timeline-9a5a7ec68b81894e6731e34ada1fba2d513e7b02.zip |
build(deps-dev): Bump prettier from 2.2.1 to 2.3.0 in /FrontEnd
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [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.2.1...2.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 ce736c02..52952d0e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -100,7 +100,7 @@ "postcss": "^8.2.14",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
- "prettier": "^2.2.1",
+ "prettier": "^2.3.0",
"querystring-es3": "^0.2.1",
"react-refresh": "^0.10.0",
"sass": "^1.32.12",
|