diff options
author | crupest <crupest@outlook.com> | 2022-05-10 05:35:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 05:35:00 +0800 |
commit | 106d5a4ee0af10372fcf2c939c9c80223351c4c8 (patch) | |
tree | 15a68294c6848a9fd9a7176a5d3013697f345d24 | |
parent | be41657b64557e9a967fe1173b2468a85a726112 (diff) | |
parent | bc8e7272e52c18a3ceb1c8e576378996159cb23e (diff) | |
download | timeline-106d5a4ee0af10372fcf2c939c9c80223351c4c8.tar.gz timeline-106d5a4ee0af10372fcf2c939c9c80223351c4c8.tar.bz2 timeline-106d5a4ee0af10372fcf2c939c9c80223351c4c8.zip |
Merge pull request #1195 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.15.0
build(deps-dev): Bump eslint from 8.14.0 to 8.15.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 c943685d..5c6386fc 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.14.0",
+ "eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
|