diff options
author | crupest <crupest@outlook.com> | 2021-08-31 13:56:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 13:56:58 +0800 |
commit | 831e1bde53d0855d96f88283f22a3534637fb895 (patch) | |
tree | fe5f59d32a9237496fe04cd109094a6ef2beb120 | |
parent | 0846d4d2b8391b9964fad107ec506e5872584f6a (diff) | |
parent | 07944f60127af5d85ae1456e03f41399ab3c4387 (diff) | |
download | timeline-831e1bde53d0855d96f88283f22a3534637fb895.tar.gz timeline-831e1bde53d0855d96f88283f22a3534637fb895.tar.bz2 timeline-831e1bde53d0855d96f88283f22a3534637fb895.zip |
Merge pull request #775 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.30.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 e96507da..5d3d660b 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.29.3",
+ "@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.29.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|