diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-13 07:25:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 07:25:06 +0000 |
commit | 1295557850e0975cb6c421a73e304741cf57c21a (patch) | |
tree | 91dc9196fd321d82e5efdf89aa4552082bef6b9f | |
parent | 88fc4138c28bb08867c75af1f58ab77e20433315 (diff) | |
parent | c48fb4f13e849869db2c8fb83c9af3d2b9be0d3d (diff) | |
download | timeline-1295557850e0975cb6c421a73e304741cf57c21a.tar.gz timeline-1295557850e0975cb6c421a73e304741cf57c21a.tar.bz2 timeline-1295557850e0975cb6c421a73e304741cf57c21a.zip |
Merge pull request #675 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.28.3
-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 169fa44c..c742ca0b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.28.2",
+ "@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.2",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.30.0",
|