diff options
author | crupest <crupest@outlook.com> | 2021-08-03 16:26:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 16:26:44 +0800 |
commit | 9a93b245137e2994c5dcdfe171b75fc1fa867635 (patch) | |
tree | bd5286937449b206dba3bdfe3f839645673a508d /FrontEnd/package.json | |
parent | 7407ea5c0d6dd63f6dfe6a86e17ac9070f759521 (diff) | |
parent | 7cd9b5a5d37da7ad8d7b6e2dcb0cb967c0a6ee29 (diff) | |
download | timeline-9a93b245137e2994c5dcdfe171b75fc1fa867635.tar.gz timeline-9a93b245137e2994c5dcdfe171b75fc1fa867635.tar.bz2 timeline-9a93b245137e2994c5dcdfe171b75fc1fa867635.zip |
Merge pull request #711 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-4.29.0
build(deps-dev): Bump @typescript-eslint/eslint-plugin from 4.28.5 to 4.29.0 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 270f4db3..3e201b7f 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.28.5",
+ "@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.28.5",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.32.0",
|