diff options
author | crupest <crupest@outlook.com> | 2022-06-28 14:30:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 14:30:48 +0800 |
commit | ce25a47cfc1afbcdcca0d833e4b2b006b262698b (patch) | |
tree | 69f966a142acbbecc64c870b1f9f070062ba968b | |
parent | 6c04b1fad265fcd881ab2bd970b88fa07525fd5d (diff) | |
parent | 65035dbf5603392284d02bb2d968198ba6ff2d83 (diff) | |
download | timeline-ce25a47cfc1afbcdcca0d833e4b2b006b262698b.tar.gz timeline-ce25a47cfc1afbcdcca0d833e4b2b006b262698b.tar.bz2 timeline-ce25a47cfc1afbcdcca0d833e4b2b006b262698b.zip |
Merge pull request #1274 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.30.0
-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 b6638573..7de6faca 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.5",
"@typescript-eslint/eslint-plugin": "^5.30.0",
- "@typescript-eslint/parser": "^5.29.0",
+ "@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
|