diff options
author | crupest <crupest@outlook.com> | 2022-06-04 01:09:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 01:09:00 +0800 |
commit | e0c6621424ec0cc356c3625766209ebacabe5e17 (patch) | |
tree | 0a741c9c93bf897c093133bb24e6b52ad36f42c1 /FrontEnd | |
parent | c1ccf9ff56113fff3d320528e15efe8ceddd0ed8 (diff) | |
parent | 39680a197545535be3c60e4bfe57cb449ce119c2 (diff) | |
download | timeline-e0c6621424ec0cc356c3625766209ebacabe5e17.tar.gz timeline-e0c6621424ec0cc356c3625766209ebacabe5e17.tar.bz2 timeline-e0c6621424ec0cc356c3625766209ebacabe5e17.zip |
Merge pull request #1231 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.27.0
build(deps-dev): Bump @typescript-eslint/parser from 5.26.0 to 5.27.0 in /FrontEnd
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 1fc81e15..0c46fd57 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.27.0",
- "@typescript-eslint/parser": "^5.26.0",
+ "@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
|