diff options
author | crupest <crupest@outlook.com> | 2022-05-25 20:47:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 20:47:20 +0800 |
commit | d3205893f68a2a7530baeae84fea2b14a2e57fb0 (patch) | |
tree | 23e0a497d0bf09babe86effc68ec02ebcbe63178 /FrontEnd | |
parent | 7005102ff2d87beeaf26a11c8617f11b8c4dcc0f (diff) | |
parent | 092db5b630f2313152a5b1a4727f711d646e5672 (diff) | |
download | timeline-d3205893f68a2a7530baeae84fea2b14a2e57fb0.tar.gz timeline-d3205893f68a2a7530baeae84fea2b14a2e57fb0.tar.bz2 timeline-d3205893f68a2a7530baeae84fea2b14a2e57fb0.zip |
Merge pull request #1220 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.16.0
build(deps-dev): Bump eslint from 8.15.0 to 8.16.0 in /FrontEnd
Diffstat (limited to '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 c89a19ac..8029250f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.15.0",
+ "eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
|