diff options
author | crupest <crupest@outlook.com> | 2022-06-24 18:06:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 18:06:54 +0800 |
commit | fceca805e1b792af9f79949510667aa09bf1591b (patch) | |
tree | 5e46d978fe2a2a87917935d5b2ba000b146fe203 /FrontEnd/package.json | |
parent | 9ae61077084158c20abb10d03c9b2a3c2b5fa4ff (diff) | |
parent | d8585ae35f519dcdd90427e026d7872125161fcb (diff) | |
download | timeline-fceca805e1b792af9f79949510667aa09bf1591b.tar.gz timeline-fceca805e1b792af9f79949510667aa09bf1591b.tar.bz2 timeline-fceca805e1b792af9f79949510667aa09bf1591b.zip |
Merge pull request #1266 from crupest/dependabot/npm_and_yarn/FrontEnd/typescript-eslint/eslint-plugin-5.29.0
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 24be7585..f4adfff0 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.28.0",
+ "@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.17.0",
|