diff options
author | crupest <crupest@outlook.com> | 2022-05-18 00:16:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 00:16:45 +0800 |
commit | 12bc128e9430f2b4fcc6d3e6a0eebdac7e9ea5ce (patch) | |
tree | 0f3023d1ffa4afd1659f91b92c9831c7c779eca9 | |
parent | 105223b633a5f43c42a33ab3257126610a86f95d (diff) | |
parent | 7fcfd86c1333adb45c041914f1056d4edb1c9652 (diff) | |
download | timeline-12bc128e9430f2b4fcc6d3e6a0eebdac7e9ea5ce.tar.gz timeline-12bc128e9430f2b4fcc6d3e6a0eebdac7e9ea5ce.tar.bz2 timeline-12bc128e9430f2b4fcc6d3e6a0eebdac7e9ea5ce.zip |
Merge pull request #1213 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.25.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 73f66517..c18ddefa 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.4",
"@typescript-eslint/eslint-plugin": "^5.24.0",
- "@typescript-eslint/parser": "^5.23.0",
+ "@typescript-eslint/parser": "^5.25.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
|