diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 03:36:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 03:36:13 +0000 |
commit | d498a4d1b419450f5b1f196c4a4aee5130b92326 (patch) | |
tree | 8e13660dae1ba8bc876d054f14837b653c074c78 /FrontEnd | |
parent | 8253f060f53f960efb54102e678f5effa7947bf1 (diff) | |
parent | d3a7195ed5707f1576cd7599299cbf9ce97758b1 (diff) | |
download | timeline-d498a4d1b419450f5b1f196c4a4aee5130b92326.tar.gz timeline-d498a4d1b419450f5b1f196c4a4aee5130b92326.tar.bz2 timeline-d498a4d1b419450f5b1f196c4a4aee5130b92326.zip |
Merge pull request #334 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.21.0
Diffstat (limited to 'FrontEnd')
-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 b5c7af1b..1f3a03e3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.0",
- "eslint": "^7.20.0",
+ "eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|