diff options
author | crupest <crupest@outlook.com> | 2022-03-06 00:12:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-06 00:12:46 +0800 |
commit | 447a80b759464f898accb919b09f251692937119 (patch) | |
tree | ee29e78afce3d3d88a301ec012001d9dc43c7395 | |
parent | 7010d2dab8e2064c00020846c817cde6acbd454d (diff) | |
parent | 271adbfa39df4bd4a6e695fdf16844bfff554e59 (diff) | |
download | timeline-447a80b759464f898accb919b09f251692937119.tar.gz timeline-447a80b759464f898accb919b09f251692937119.tar.bz2 timeline-447a80b759464f898accb919b09f251692937119.zip |
Merge pull request #1088 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-5.13.0
-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 dfd95d6d..7ad25be1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
- "@typescript-eslint/parser": "^5.12.1",
+ "@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
|