diff options
author | crupest <crupest@outlook.com> | 2022-03-22 14:46:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 14:46:29 +0800 |
commit | 594f0ace8982a3ac5a57227863b5c378c8216a20 (patch) | |
tree | 35243604312843c4c8f9b9d72eef60ab35cfc53c | |
parent | 56877eea24ed5660c45d07f65e7836d0089c0077 (diff) | |
parent | dce13473e656925c2ef268ba85b4662e56e6e127 (diff) | |
download | timeline-594f0ace8982a3ac5a57227863b5c378c8216a20.tar.gz timeline-594f0ace8982a3ac5a57227863b5c378c8216a20.tar.bz2 timeline-594f0ace8982a3ac5a57227863b5c378c8216a20.zip |
Merge pull request #1116 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.16.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.15.0 to 5.16.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 620b7c2e..1c7e2d39 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.15.0",
+ "@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.15.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.11.0",
|