diff options
author | crupest <crupest@outlook.com> | 2022-05-10 17:48:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 17:48:46 +0800 |
commit | f897cf2e043086fa18f49b678480a0e23ca1e9a8 (patch) | |
tree | 93f71f1acae3b2f40361465f95b4b08cab2ba067 | |
parent | c4bb9820460ca39cd401bcfed305bc47721a2efb (diff) | |
parent | cfcc8d104ddc8a1a6d90f4ff5f7efb3e329df73d (diff) | |
download | timeline-f897cf2e043086fa18f49b678480a0e23ca1e9a8.tar.gz timeline-f897cf2e043086fa18f49b678480a0e23ca1e9a8.tar.bz2 timeline-f897cf2e043086fa18f49b678480a0e23ca1e9a8.zip |
Merge pull request #1200 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.23.0
build(deps-dev): Bump @typescript-eslint/parser from 5.22.0 to 5.23.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 17537998..4f39e962 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -58,7 +58,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
- "@typescript-eslint/parser": "^5.22.0",
+ "@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
|