diff options
author | crupest <crupest@outlook.com> | 2022-02-08 18:04:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 18:04:28 +0800 |
commit | a2ce513faba4e58bc749d024fae18563510701f0 (patch) | |
tree | 38a0da608f8aa882effa732121ea8a80ec736fa3 | |
parent | 2865d5a00798abd1fcb44b6209fd73d66744a855 (diff) | |
parent | 86b51d57b1365c5b7a12045c8bfa9b46b3664813 (diff) | |
download | timeline-a2ce513faba4e58bc749d024fae18563510701f0.tar.gz timeline-a2ce513faba4e58bc749d024fae18563510701f0.tar.bz2 timeline-a2ce513faba4e58bc749d024fae18563510701f0.zip |
Merge pull request #1051 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.11.0
build(deps-dev): Bump @typescript-eslint/parser from 5.10.2 to 5.11.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 71ecce11..439b46ef 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.11.0",
- "@typescript-eslint/parser": "^5.10.2",
+ "@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
|