diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-15 09:45:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 09:45:49 +0000 |
commit | 42e0c05fbccc22a0d156c08ed85d18f459804bb3 (patch) | |
tree | 4e89e0224ea272447b70ce83266816c225963302 | |
parent | 4b7b077d88acc742b542c55f18eae85dd3216d71 (diff) | |
parent | 81cee2c68ddd18947c91302284f32d73dacb8c3d (diff) | |
download | timeline-42e0c05fbccc22a0d156c08ed85d18f459804bb3.tar.gz timeline-42e0c05fbccc22a0d156c08ed85d18f459804bb3.tar.bz2 timeline-42e0c05fbccc22a0d156c08ed85d18f459804bb3.zip |
Merge pull request #371 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.22.0
-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 58ab1033..74266b39 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -85,7 +85,7 @@ "clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.0.0",
"css-loader": "^5.1.2",
- "eslint": "^7.21.0",
+ "eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
|