diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-14 06:55:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 06:55:34 +0000 |
commit | 2997245ea62757ed47159fc3cd720b9b3fa3b126 (patch) | |
tree | 2731cc36ca5b5641272b2b398212ed4e6bc1f992 | |
parent | bd698ebcd496e992cd5b9fa9d55c9d55d1e3b6f8 (diff) | |
download | timeline-2997245ea62757ed47159fc3cd720b9b3fa3b126.tar.gz timeline-2997245ea62757ed47159fc3cd720b9b3fa3b126.tar.bz2 timeline-2997245ea62757ed47159fc3cd720b9b3fa3b126.zip |
build(deps-dev): Bump eslint-config-prettier in /FrontEnd
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.1.0 to 8.2.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/v8.1.0...v8.2.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 03606c47..cafc0b69 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -85,7 +85,7 @@ "copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.1",
"eslint": "^7.24.0",
- "eslint-config-prettier": "^8.1.0",
+ "eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
|