diff options
author | crupest <crupest@outlook.com> | 2021-08-04 20:27:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 20:27:46 +0800 |
commit | 6f35ab168cba7baf091ccefbdf5214fc79197131 (patch) | |
tree | 4f02f30ea1d2c0a04f1d0869560a35bfe4db200b /FrontEnd | |
parent | 66b46b4f99b1c969d61ba36bfbefe9fb8b1d9836 (diff) | |
parent | 709f249af98f839c868574c282b6465471d6fe8c (diff) | |
download | timeline-6f35ab168cba7baf091ccefbdf5214fc79197131.tar.gz timeline-6f35ab168cba7baf091ccefbdf5214fc79197131.tar.bz2 timeline-6f35ab168cba7baf091ccefbdf5214fc79197131.zip |
Merge pull request #710 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.29.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 06387f32..52159844 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.29.0",
- "@typescript-eslint/parser": "^4.28.5",
+ "@typescript-eslint/parser": "^4.29.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
|