diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-17 07:14:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 07:14:38 +0000 |
commit | 1784ef63b89c851e2d15902c4ab7327de2db70a7 (patch) | |
tree | ef85ae3c1031f5241ecb217802c4883a79b22d72 | |
parent | 9b9843770e5a348fea39b793103b04e2a62e8f51 (diff) | |
parent | a793e7da5cdb73b22f87ca350fd2a572f27833c5 (diff) | |
download | timeline-1784ef63b89c851e2d15902c4ab7327de2db70a7.tar.gz timeline-1784ef63b89c851e2d15902c4ab7327de2db70a7.tar.bz2 timeline-1784ef63b89c851e2d15902c4ab7327de2db70a7.zip |
Merge pull request #755 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/parser-4.29.2
-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 755889a3..605dba89 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.1",
- "@typescript-eslint/parser": "^4.29.1",
+ "@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
|