diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-17 07:18:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 07:18:14 +0000 |
commit | 426ed8dc0a1d1e9cc8f27b837da062b5c63f5a71 (patch) | |
tree | a3f98332e897b238e2958cde6127b3db033b6f4d | |
parent | 1784ef63b89c851e2d15902c4ab7327de2db70a7 (diff) | |
parent | c0f4f56d5c4013547eaf7aad62a90fa9613ce195 (diff) | |
download | timeline-426ed8dc0a1d1e9cc8f27b837da062b5c63f5a71.tar.gz timeline-426ed8dc0a1d1e9cc8f27b837da062b5c63f5a71.tar.bz2 timeline-426ed8dc0a1d1e9cc8f27b837da062b5c63f5a71.zip |
Merge pull request #754 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-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 605dba89..264cbc4f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -59,7 +59,7 @@ "@types/react-router-dom": "^5.1.8",
"@types/react-transition-group": "^4.4.2",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^4.29.1",
+ "@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^7.32.0",
|