diff options
author | crupest <crupest@outlook.com> | 2022-02-26 23:14:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 23:14:41 +0800 |
commit | 121a9c2a32e0274c120736ea631f08c5a615d0d1 (patch) | |
tree | fb9ba46046400a77c3e94bde1cf3b849492727f8 | |
parent | f59c278310fb0226bb4dc598b590205ea1d687ba (diff) | |
parent | 798ddec05c2047a16d45c45c229a27e48efef1dd (diff) | |
download | timeline-121a9c2a32e0274c120736ea631f08c5a615d0d1.tar.gz timeline-121a9c2a32e0274c120736ea631f08c5a615d0d1.tar.bz2 timeline-121a9c2a32e0274c120736ea631f08c5a615d0d1.zip |
Merge pull request #1072 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.12.1
-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 ee8125f4..014e1d7a 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.1",
- "@typescript-eslint/parser": "^5.12.0",
+ "@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
|