diff options
author | crupest <crupest@outlook.com> | 2022-04-27 20:46:22 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-27 20:46:22 +0800 |
commit | 6c10782e909427a8e6ddd56d1d081d19346b9688 (patch) | |
tree | 03ec3ab8e2fef71b5b202dfe13a9b9dc79e599f6 /FrontEnd | |
parent | aa97fed1ac546f1544535e7c4675410a4c045812 (diff) | |
parent | 4b1e38d215172e96b2dbad496b5f3d76ab35bead (diff) | |
download | timeline-6c10782e909427a8e6ddd56d1d081d19346b9688.tar.gz timeline-6c10782e909427a8e6ddd56d1d081d19346b9688.tar.bz2 timeline-6c10782e909427a8e6ddd56d1d081d19346b9688.zip |
Merge branch 'main' of https://github.com/crupest/Timeline
Diffstat (limited to 'FrontEnd')
-rw-r--r-- | FrontEnd/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 9193eceb..950e4d0f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.27",
+ "@types/node": "^17.0.29",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
@@ -64,10 +64,10 @@ "eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
- "eslint-plugin-react-hooks": "^4.4.0",
+ "eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
- "vite": "^2.9.1",
+ "vite": "^2.9.6",
"vite-plugin-pwa": "^0.12.0"
}
}
|