diff options
author | crupest <crupest@outlook.com> | 2022-02-01 19:29:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 19:29:21 +0800 |
commit | 0a56fef296c7bf85885a3a554ab43da54d6f12e0 (patch) | |
tree | 1a0d35811e30a0a78b2d6daf573b7de4f1bd8842 | |
parent | 699d10dd796c84f512c2cafb76f3f282d339bd3e (diff) | |
parent | dc1fc6614989bd59272f888d11a8ac715fbc7bea (diff) | |
download | timeline-0a56fef296c7bf85885a3a554ab43da54d6f12e0.tar.gz timeline-0a56fef296c7bf85885a3a554ab43da54d6f12e0.tar.bz2 timeline-0a56fef296c7bf85885a3a554ab43da54d6f12e0.zip |
Merge pull request #1033 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.8.0
build(deps-dev): Bump eslint from 8.5.0 to 8.8.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 617f9755..610fbc9c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.5.0",
+ "eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
|