diff options
author | crupest <crupest@outlook.com> | 2022-06-07 22:24:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 22:24:53 +0800 |
commit | 69753e0b11c7687f5f05a64ab374ce97e5e607a0 (patch) | |
tree | a1d15c48c0e896a2dadb2880309b14e041230ca9 | |
parent | 04c7f78a46d0879aca8b1c23276446b940a0175e (diff) | |
parent | 2853a2740e96d971417e7b46ac7e22af4f7b5acb (diff) | |
download | timeline-69753e0b11c7687f5f05a64ab374ce97e5e607a0.tar.gz timeline-69753e0b11c7687f5f05a64ab374ce97e5e607a0.tar.bz2 timeline-69753e0b11c7687f5f05a64ab374ce97e5e607a0.zip |
Merge pull request #1243 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.27.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 e25d13ca..d4854c36 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.27.0",
+ "@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.16.0",
|