diff options
author | crupest <crupest@outlook.com> | 2021-11-09 19:58:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 19:58:13 +0800 |
commit | e7990817707f9a047c1c4d35253ccc282fb4b7f6 (patch) | |
tree | bf17039beb1ee9b80eef313c1fb5779b4caaaa7f | |
parent | ea0c2915068c872eee4cb346719ec293cab8bd12 (diff) | |
parent | 56a9241a72100a7f25e76f229a738b62c93974a5 (diff) | |
download | timeline-e7990817707f9a047c1c4d35253ccc282fb4b7f6.tar.gz timeline-e7990817707f9a047c1c4d35253ccc282fb4b7f6.tar.bz2 timeline-e7990817707f9a047c1c4d35253ccc282fb4b7f6.zip |
Merge pull request #864 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.33.0
build(deps-dev): Bump @typescript-eslint/parser from 4.32.0 to 4.33.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 050ea265..6d2c8e13 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@types/react-transition-group": "^4.4.3",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",
- "@typescript-eslint/parser": "^4.32.0",
+ "@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
|