diff options
author | crupest <crupest@outlook.com> | 2022-04-29 23:16:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-29 23:16:02 +0800 |
commit | 10ef9eec2706cd62486564717e9017f794477649 (patch) | |
tree | 0175af24902fd9e209b51de1ad6f6a2fde9582db | |
parent | 96440778a85cd5106959b7a779080ad90e6ccbdb (diff) | |
parent | 034df59bb43a6f262fb4587e7acfa263a3405d6d (diff) | |
download | timeline-10ef9eec2706cd62486564717e9017f794477649.tar.gz timeline-10ef9eec2706cd62486564717e9017f794477649.tar.bz2 timeline-10ef9eec2706cd62486564717e9017f794477649.zip |
Merge branch 'main' of https://github.com/crupest/Timeline
-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 708aee8c..7ff4c5f6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -25,7 +25,7 @@ "react-color": "^2.19.3",
"react-dom": "^17.0.0",
"react-i18next": "^11.16.6",
- "react-popper": "^2.2.5",
+ "react-popper": "^2.3.0",
"react-responsive": "^8.2.0",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
@@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.29",
+ "@types/node": "^17.0.30",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
@@ -66,7 +66,7 @@ "eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
- "typescript": "^4.6.3",
+ "typescript": "^4.6.4",
"vite": "^2.9.6",
"vite-plugin-pwa": "^0.12.0"
}
|