diff options
author | crupest <crupest@outlook.com> | 2021-08-02 18:50:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 18:50:51 +0800 |
commit | a33c554deb6dfaf03275096d431bca179f26c17c (patch) | |
tree | 2bf2d90721191d3a47af0916087fa2764aeb6efa /FrontEnd/package.json | |
parent | ea71954fe9af6995a0ee4d9b7c719b4831fd65d6 (diff) | |
parent | 1c44bf9ca44da2b64ff329e6806a7d1f2bc0f5af (diff) | |
download | timeline-a33c554deb6dfaf03275096d431bca179f26c17c.tar.gz timeline-a33c554deb6dfaf03275096d431bca179f26c17c.tar.bz2 timeline-a33c554deb6dfaf03275096d431bca179f26c17c.zip |
Merge pull request #709 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.32.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 0db12a86..6118d549 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -62,7 +62,7 @@ "@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"@vitejs/plugin-react-refresh": "^1.3.5",
- "eslint": "^7.31.0",
+ "eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
|