diff options
author | crupest <crupest@outlook.com> | 2021-08-31 17:16:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 17:16:40 +0800 |
commit | dec7d17ddf64ddd9c13504b95066b888d977ca16 (patch) | |
tree | adce500b0d10c3bc2ad6247aeda22e7dbde5f2db /FrontEnd | |
parent | b0a686b89e9a767ac105a2985b6ad09315b1254f (diff) | |
parent | 48b8bc9f60e5c2b550cb318440ef1418a3510a98 (diff) | |
download | timeline-dec7d17ddf64ddd9c13504b95066b888d977ca16.tar.gz timeline-dec7d17ddf64ddd9c13504b95066b888d977ca16.tar.bz2 timeline-dec7d17ddf64ddd9c13504b95066b888d977ca16.zip |
Merge pull request #777 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.30.0
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 7e66f0a2..4c07e5c5 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -60,7 +60,7 @@ "@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^4.30.0",
- "@typescript-eslint/parser": "^4.29.3",
+ "@typescript-eslint/parser": "^4.30.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
|