diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-21 05:57:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 05:57:14 +0000 |
commit | 819a257b645f14035d00b47f43d44c2bd3d381bd (patch) | |
tree | 32f79f54267db902c19694ccd6e66342a03228e2 | |
parent | 6aeb2b5a62c8c1425b56358b2aee6ac9637e5495 (diff) | |
parent | 1005b0848573805439b8ceb16b5d7dc60a46e3cd (diff) | |
download | timeline-819a257b645f14035d00b47f43d44c2bd3d381bd.tar.gz timeline-819a257b645f14035d00b47f43d44c2bd3d381bd.tar.bz2 timeline-819a257b645f14035d00b47f43d44c2bd3d381bd.zip |
Merge pull request #633 from crupest/dependabot/npm_and_yarn/FrontEnd/eslint-7.29.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 25e085fa..1c84cde9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vitejs/plugin-react-refresh": "^1.3.3",
- "eslint": "^7.28.0",
+ "eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
|