diff options
author | crupest <crupest@outlook.com> | 2022-03-09 16:40:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 16:40:01 +0800 |
commit | 331c238b337d9d8f7b4e051712a95f45548debf5 (patch) | |
tree | 847291747cf353a194e36c0307458c1eccdd663d /FrontEnd/package.json | |
parent | 8b3d9516676eb5accafa3e5ba70ce8ad2582159d (diff) | |
parent | ff046d001ba7b9ab784d2aa1a917536c56f23f8c (diff) | |
download | timeline-331c238b337d9d8f7b4e051712a95f45548debf5.tar.gz timeline-331c238b337d9d8f7b4e051712a95f45548debf5.tar.bz2 timeline-331c238b337d9d8f7b4e051712a95f45548debf5.zip |
Merge pull request #1098 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.14.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.14.0 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 1295295a..d839b670 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.12.1",
+ "@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.10.0",
|