diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-22 08:53:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 08:53:19 +0000 |
commit | cb3a2566ded7de33cecd61b20602bd3ee45a8e26 (patch) | |
tree | f17df4f9d57b24fb37a88430c54bbe8965a445f5 | |
parent | 6a8fc1e2750330a271979173005beb29ef70d1c9 (diff) | |
parent | 68698938eb0ed3c776d8524aaf3609342cbd9a40 (diff) | |
download | timeline-cb3a2566ded7de33cecd61b20602bd3ee45a8e26.tar.gz timeline-cb3a2566ded7de33cecd61b20602bd3ee45a8e26.tar.bz2 timeline-cb3a2566ded7de33cecd61b20602bd3ee45a8e26.zip |
Merge pull request #638 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.28.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 75049666..064b6c1e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
- "@typescript-eslint/eslint-plugin": "^4.27.0",
+ "@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.27.0",
"@vitejs/plugin-react-refresh": "^1.3.3",
"eslint": "^7.29.0",
|