diff options
author | crupest <crupest@outlook.com> | 2021-08-25 15:13:09 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-25 15:13:09 +0800 |
commit | 02f827f2946eac97b481c28c3bc7ca0bb05fecd8 (patch) | |
tree | cfa27fe5e9911de76de5d810452d725cfb299f4c | |
parent | d5beccb9ac95c1d86fee175745314b066aea1599 (diff) | |
parent | 47b9ee8314726b3ccf40b77436adac5ecd85deda (diff) | |
download | timeline-02f827f2946eac97b481c28c3bc7ca0bb05fecd8.tar.gz timeline-02f827f2946eac97b481c28c3bc7ca0bb05fecd8.tar.bz2 timeline-02f827f2946eac97b481c28c3bc7ca0bb05fecd8.zip |
Merge pull request #764 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.29.3
-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 6f40264f..bf1399d6 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.3",
- "@typescript-eslint/parser": "^4.29.2",
+ "@typescript-eslint/parser": "^4.29.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
|