diff options
author | crupest <crupest@outlook.com> | 2021-09-19 00:15:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-19 00:15:10 +0800 |
commit | 7634b0d80e5453efb0f2dfdd6fe3e51082b828c4 (patch) | |
tree | 0c2de664154ba7c68b02aaf659cce48c9a728cf3 | |
parent | 04ce87c045aa1bc1da8fdd2162e35b9256903a39 (diff) | |
parent | b4710789a68a381226fc81dd28645162bf956fc1 (diff) | |
download | timeline-7634b0d80e5453efb0f2dfdd6fe3e51082b828c4.tar.gz timeline-7634b0d80e5453efb0f2dfdd6fe3e51082b828c4.tar.bz2 timeline-7634b0d80e5453efb0f2dfdd6fe3e51082b828c4.zip |
Merge pull request #816 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.31.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 c1f6e15b..92f6a45b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.9",
"@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.30.0",
+ "@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|