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 | 92874f5503226821daf7d78875b992280023fd0d (patch) | |
tree | 920c0661347286f40573e459ebc4162f0aa0878e /FrontEnd/package.json | |
parent | 7bd88329608cf3b88784be87e5b501a04e0b342a (diff) | |
download | timeline-92874f5503226821daf7d78875b992280023fd0d.tar.gz timeline-92874f5503226821daf7d78875b992280023fd0d.tar.bz2 timeline-92874f5503226821daf7d78875b992280023fd0d.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>
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 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",
|