diff options
author | crupest <crupest@outlook.com> | 2022-07-13 17:13:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 17:13:36 +0800 |
commit | 048f5bd06fa572c134a4865fdba9fa78d6856297 (patch) | |
tree | 8923ecc68546255a250f4c615800db57fa309226 /FrontEnd/package.json | |
parent | 878645e14a7122414f48ef1eb0424ed1b49cea87 (diff) | |
parent | fb684bf9198042e47cbd94d304619b34afaf25a1 (diff) | |
download | timeline-048f5bd06fa572c134a4865fdba9fa78d6856297.tar.gz timeline-048f5bd06fa572c134a4865fdba9fa78d6856297.tar.bz2 timeline-048f5bd06fa572c134a4865fdba9fa78d6856297.zip |
Merge pull request #1294 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-8.19.0
Diffstat (limited to 'FrontEnd/package.json')
-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 a14cc75c..715d2d7c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
- "eslint": "^8.18.0",
+ "eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
|