diff options
author | crupest <crupest@outlook.com> | 2022-06-07 22:25:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 22:25:03 +0800 |
commit | 7cea72a240498417661d183a838490cd4e10c7b0 (patch) | |
tree | 6038af4175d53eff1fa35b46fabc55f7f14b5c38 | |
parent | 69753e0b11c7687f5f05a64ab374ce97e5e607a0 (diff) | |
parent | 705a1362abddb550184e000876b9ee6572da1f76 (diff) | |
download | timeline-7cea72a240498417661d183a838490cd4e10c7b0.tar.gz timeline-7cea72a240498417661d183a838490cd4e10c7b0.tar.bz2 timeline-7cea72a240498417661d183a838490cd4e10c7b0.zip |
Merge pull request #1242 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.17.0
-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 d4854c36..5b09877d 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.16.0",
+ "eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
|