diff options
author | crupest <crupest@outlook.com> | 2022-02-22 17:32:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 17:32:00 +0800 |
commit | 01e12ba65699387139609326baef3746e503fcf4 (patch) | |
tree | ee5938a9b39cfc9c141a826f29ef6fdc3b2d7d2d | |
parent | ae7cda1def93cb20180d5eb2fbcb4ac8c1aaaec7 (diff) | |
parent | 48ca8bdae23649b5b1dcb356c3101f31d5b656c7 (diff) | |
download | timeline-01e12ba65699387139609326baef3746e503fcf4.tar.gz timeline-01e12ba65699387139609326baef3746e503fcf4.tar.bz2 timeline-01e12ba65699387139609326baef3746e503fcf4.zip |
Merge pull request #1073 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.12.1
-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 06c245cc..7e68a38b 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.12.0",
+ "@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.9.0",
|