diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-22 08:07:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 08:07:31 +0000 |
commit | f7ce665a3a8934094f3855edc74562710f66335e (patch) | |
tree | f44f9d495480f2958d750719d8afdcfd2e26e6af | |
parent | 351c929d0c699ac19a29224090e816c38685291b (diff) | |
download | timeline-f7ce665a3a8934094f3855edc74562710f66335e.tar.gz timeline-f7ce665a3a8934094f3855edc74562710f66335e.tar.bz2 timeline-f7ce665a3a8934094f3855edc74562710f66335e.zip |
build(deps-dev): Bump eslint-config-prettier in /FrontEnd
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v7.2.0...v8.0.0)
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 3a712d27..50670580 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -84,7 +84,7 @@ "copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.2",
"eslint": "^7.20.0",
- "eslint-config-prettier": "^7.2.0",
+ "eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
|