diff options
author | crupest <crupest@outlook.com> | 2022-07-07 13:43:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 13:43:41 +0800 |
commit | 7ff2d177492cc0eb9dda3a7369fac594f6cc7358 (patch) | |
tree | e9264864bd74f6ace6b2080e5a1594d3b3c9b021 /FrontEnd | |
parent | 762675b9635086bf2316f4436f49b2b3c98194f4 (diff) | |
parent | 1154cfb983b16d421b2588850bc037e36c011f35 (diff) | |
download | timeline-7ff2d177492cc0eb9dda3a7369fac594f6cc7358.tar.gz timeline-7ff2d177492cc0eb9dda3a7369fac594f6cc7358.tar.bz2 timeline-7ff2d177492cc0eb9dda3a7369fac594f6cc7358.zip |
Merge pull request #1285 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.30.5
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 b2a30a46..14f10856 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.5",
"@typescript-eslint/eslint-plugin": "^5.30.5",
- "@typescript-eslint/parser": "^5.30.0",
+ "@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
|