diff options
author | crupest <crupest@outlook.com> | 2021-10-02 22:45:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 22:45:29 +0800 |
commit | 9234884514bf770c20faf6717c6dfae5e615f582 (patch) | |
tree | 8c9a4e4fce82032f213ae9227e496b24a34e1253 | |
parent | fd08c784f72311e354809c5363874540a620e62d (diff) | |
parent | 78b415ee41c5548d585f1c6837026b15ce746838 (diff) | |
download | timeline-9234884514bf770c20faf6717c6dfae5e615f582.tar.gz timeline-9234884514bf770c20faf6717c6dfae5e615f582.tar.bz2 timeline-9234884514bf770c20faf6717c6dfae5e615f582.zip |
Merge pull request #846 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.32.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 in /FrontEnd
-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 e3b50cd2..fbda035e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.3.0",
"@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.31.2",
+ "@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.31.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|