diff options
author | crupest <crupest@outlook.com> | 2021-12-18 21:02:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 21:02:58 +0800 |
commit | 4844ee4b593bf8557cd938b243cc869affc10eb1 (patch) | |
tree | 0e5e4942a79bc64fac0e72c858a99944a155dfa7 | |
parent | bbacb760e4b06ea10959863a92c19efafae40fcf (diff) | |
parent | 98ee569bd8b8efa9519cfaf3bff43fc838ddf0c4 (diff) | |
download | timeline-4844ee4b593bf8557cd938b243cc869affc10eb1.tar.gz timeline-4844ee4b593bf8557cd938b243cc869affc10eb1.tar.bz2 timeline-4844ee4b593bf8557cd938b243cc869affc10eb1.zip |
Merge pull request #993 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.5.0
build(deps-dev): Bump eslint from 8.4.1 to 8.5.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 de1d90b6..69940a13 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.4.1",
+ "eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
|