diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-06 05:22:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 05:22:19 +0000 |
commit | f9a2fa1f91cde388cd217fa6df4b05721d664939 (patch) | |
tree | d162b33e55cb83269c5473ef2fee2e72ef502820 | |
parent | 386f0b43580adea8f66501bfbb76ce05f674f2f0 (diff) | |
parent | c44872e1a31a0ac63f8df01f01d970a10899209b (diff) | |
download | timeline-f9a2fa1f91cde388cd217fa6df4b05721d664939.tar.gz timeline-f9a2fa1f91cde388cd217fa6df4b05721d664939.tar.bz2 timeline-f9a2fa1f91cde388cd217fa6df4b05721d664939.zip |
Merge pull request #661 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.28.2
-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 a86184a4..c1fc08fd 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-router": "^5.1.15",
"@types/react-router-dom": "^5.1.7",
"@types/remarkable": "^2.0.2",
- "@typescript-eslint/eslint-plugin": "^4.28.1",
+ "@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.1",
"@vitejs/plugin-react-refresh": "^1.3.4",
"eslint": "^7.30.0",
|