diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-01-31 05:51:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 05:51:07 +0000 |
commit | f64c0e244a9c9fc929f288f31b92508565107ed1 (patch) | |
tree | ddc1cb684ef1c006717ff88d0a95b7df8bd832d1 /FrontEnd/package.json | |
parent | 21564830954879a86a2f2803c82d3d6819c03aee (diff) | |
download | timeline-f64c0e244a9c9fc929f288f31b92508565107ed1.tar.gz timeline-f64c0e244a9c9fc929f288f31b92508565107ed1.tar.bz2 timeline-f64c0e244a9c9fc929f288f31b92508565107ed1.zip |
build(deps-dev): Bump eslint from 7.18.0 to 7.19.0 in /FrontEnd
Bumps [eslint](https://github.com/eslint/eslint) from 7.18.0 to 7.19.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.18.0...v7.19.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 6a8de100..9f7d89ad 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -81,7 +81,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
- "eslint": "^7.18.0",
+ "eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|