diff options
author | crupest <crupest@outlook.com> | 2021-07-19 16:13:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 16:13:15 +0800 |
commit | e566bbb43977e7ad08a2069147024f0846d6ad19 (patch) | |
tree | c29accaa1c7f237ed444692397b3c2b44475c33e /FrontEnd | |
parent | 490a5fd12504daa515f31d6cd2de9e52651a205f (diff) | |
parent | 020f74a2bfc64c890d4c9918c4eb7df79b06f112 (diff) | |
download | timeline-e566bbb43977e7ad08a2069147024f0846d6ad19.tar.gz timeline-e566bbb43977e7ad08a2069147024f0846d6ad19.tar.bz2 timeline-e566bbb43977e7ad08a2069147024f0846d6ad19.zip |
Merge pull request #676 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.28.3
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 fa4d99d6..bd31dd1e 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.28.3",
- "@typescript-eslint/parser": "^4.28.2",
+ "@typescript-eslint/parser": "^4.28.3",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
|