diff options
author | crupest <crupest@outlook.com> | 2022-05-25 23:22:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 23:22:50 +0800 |
commit | a7ff022736019fe7ec67abb2af5ba469f099c1f2 (patch) | |
tree | cd36f5c905b89211b8b98e1d629bdf913a7ff286 | |
parent | 82584761c4f738b8b721e3ea41dfc33111866c27 (diff) | |
parent | 42d2f6e25aaaa3e50c3778e4959385a15842084d (diff) | |
download | timeline-a7ff022736019fe7ec67abb2af5ba469f099c1f2.tar.gz timeline-a7ff022736019fe7ec67abb2af5ba469f099c1f2.tar.bz2 timeline-a7ff022736019fe7ec67abb2af5ba469f099c1f2.zip |
Merge pull request #1226 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.26.0
build(deps-dev): Bump @typescript-eslint/parser from 5.25.0 to 5.26.0 in /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 5c4a7a62..cea98672 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.26.0",
- "@typescript-eslint/parser": "^5.25.0",
+ "@typescript-eslint/parser": "^5.26.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
|