diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-15 07:00:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 07:00:37 +0000 |
commit | 114e84ca930b694d53b5c816fa07d64fdc32714a (patch) | |
tree | 6d47fb2cd84256ae1234808f0052f693a1faf815 | |
parent | d15d2d498788678cb5a26b3b560b0afcb242c9e6 (diff) | |
download | timeline-114e84ca930b694d53b5c816fa07d64fdc32714a.tar.gz timeline-114e84ca930b694d53b5c816fa07d64fdc32714a.tar.bz2 timeline-114e84ca930b694d53b5c816fa07d64fdc32714a.zip |
build(deps-dev): Bump eslint-plugin-prettier in /FrontEnd
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/commits)
Signed-off-by: dependabot[bot] <support@github.com>
-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 cafc0b69..f4fad807 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -87,7 +87,7 @@ "eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
- "eslint-plugin-prettier": "^3.3.1",
+ "eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
|