diff options
author | crupest <crupest@outlook.com> | 2022-02-15 15:27:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 15:27:09 +0800 |
commit | 93933a8e18c34cb1f89d8ecc0a17e27475ab503b (patch) | |
tree | eaa2bd1324eb4ab6a9669640d40d3ee6478f97de | |
parent | 31fd7cb38bbcf72773e61a316aeed7817fe72e2e (diff) | |
parent | 571477f6ea279447428e8c5a85cbfac42f0be736 (diff) | |
download | timeline-93933a8e18c34cb1f89d8ecc0a17e27475ab503b.tar.gz timeline-93933a8e18c34cb1f89d8ecc0a17e27475ab503b.tar.bz2 timeline-93933a8e18c34cb1f89d8ecc0a17e27475ab503b.zip |
Merge pull request #1063 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.12.0
build(deps-dev): Bump @typescript-eslint/parser from 5.11.0 to 5.12.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 6b551a57..37f9ffa6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.12.0",
- "@typescript-eslint/parser": "^5.11.0",
+ "@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
|