diff options
author | crupest <crupest@outlook.com> | 2022-04-26 18:27:54 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-26 18:27:54 +0800 |
commit | b8a5fc6e33fab9fe6f54891bcab2af28ead046af (patch) | |
tree | d93282e574fadfd6c48f987c863e642a238ef9da /FrontEnd | |
parent | 30ebd8d6cff1378345f7e662babc78a6a7dda8cd (diff) | |
parent | d0d44c95a681674078e67ecdac084fd009a2c5d6 (diff) | |
download | timeline-b8a5fc6e33fab9fe6f54891bcab2af28ead046af.tar.gz timeline-b8a5fc6e33fab9fe6f54891bcab2af28ead046af.tar.bz2 timeline-b8a5fc6e33fab9fe6f54891bcab2af28ead046af.zip |
Merge branch 'main' of https://github.com/crupest/Timeline
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index c7a22bba..9193eceb 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -57,8 +57,8 @@ "@types/react-dom": "^17.0.0",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
- "@typescript-eslint/eslint-plugin": "^5.20.0",
- "@typescript-eslint/parser": "^5.20.0",
+ "@typescript-eslint/eslint-plugin": "^5.21.0",
+ "@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
|