diff options
author | crupest <crupest@outlook.com> | 2022-02-01 19:39:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 19:39:47 +0800 |
commit | 1c9a6bec2b8ef71ab8850ba6f28ba728b970134d (patch) | |
tree | c29ba5cbd7477a09fdb856d044f5d68cce8341e2 /FrontEnd | |
parent | 6f8205f4e1331304b60ec86f499bf9c8a0a15476 (diff) | |
parent | c4fa8bbab69c089e15fbc52e3778525d9f9077f6 (diff) | |
download | timeline-1c9a6bec2b8ef71ab8850ba6f28ba728b970134d.tar.gz timeline-1c9a6bec2b8ef71ab8850ba6f28ba728b970134d.tar.bz2 timeline-1c9a6bec2b8ef71ab8850ba6f28ba728b970134d.zip |
Merge pull request #1040 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.10.2
build(deps-dev): Bump @typescript-eslint/parser from 5.10.1 to 5.10.2 in /FrontEnd
Diffstat (limited to '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 39941661..cc8da901 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.10.2",
- "@typescript-eslint/parser": "^5.10.1",
+ "@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
|