diff options
author | crupest <crupest@outlook.com> | 2021-08-11 12:52:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 12:52:21 +0800 |
commit | 82afa5db9d621ae32d94aeb2211f67206007e384 (patch) | |
tree | adcdb42c75efb9010e24b4bbccc5723d09f7a55c | |
parent | c6ab1e36e6b401f2648f746805d6367bfd1422d5 (diff) | |
parent | 6389f887b54a82c9cc5727621db807edcd6c9a24 (diff) | |
download | timeline-82afa5db9d621ae32d94aeb2211f67206007e384.tar.gz timeline-82afa5db9d621ae32d94aeb2211f67206007e384.tar.bz2 timeline-82afa5db9d621ae32d94aeb2211f67206007e384.zip |
Merge pull request #735 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.29.1
-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 18462e07..7ede7f41 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.0",
+ "@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|