diff options
author | crupest <crupest@outlook.com> | 2022-03-16 14:37:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 14:37:28 +0800 |
commit | 720eab90b99e2af10afe1be784f2f1bfa9ac4bda (patch) | |
tree | 6bc7d362cc220e6d0d6cd2b045e4db3d47366e61 | |
parent | 7339995b9874c51ce3485481de7107e187d5c3f5 (diff) | |
parent | f4bf085e94028e4d4422283082102032e868690b (diff) | |
download | timeline-720eab90b99e2af10afe1be784f2f1bfa9ac4bda.tar.gz timeline-720eab90b99e2af10afe1be784f2f1bfa9ac4bda.tar.bz2 timeline-720eab90b99e2af10afe1be784f2f1bfa9ac4bda.zip |
Merge pull request #1111 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.15.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 6184863f..9da6b949 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -56,7 +56,7 @@ "@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
- "@typescript-eslint/eslint-plugin": "^5.14.0",
+ "@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.11.0",
|