diff options
author | crupest <crupest@outlook.com> | 2022-05-25 20:57:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 20:57:35 +0800 |
commit | 82584761c4f738b8b721e3ea41dfc33111866c27 (patch) | |
tree | 263fca5a0ceebc99956c221dd73c90de0c4dbe05 | |
parent | 3aabb3a975045fb0e37304934e0abb072a13a015 (diff) | |
parent | 6a5f7de2383cfed3464ff8652a7cb28efa060950 (diff) | |
download | timeline-82584761c4f738b8b721e3ea41dfc33111866c27.tar.gz timeline-82584761c4f738b8b721e3ea41dfc33111866c27.tar.bz2 timeline-82584761c4f738b8b721e3ea41dfc33111866c27.zip |
Merge pull request #1223 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.26.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 5.25.0 to 5.26.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 2df62520..5c4a7a62 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.25.0",
+ "@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.16.0",
|