diff options
author | crupest <crupest@outlook.com> | 2022-04-26 15:15:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-26 15:15:30 +0800 |
commit | ddd0d06782a2fb11a9adeb09142a05ec47496115 (patch) | |
tree | 03b02014f5ead3da35f3ca65b0c609a151a2cacc | |
parent | 0196ba764bac9abb958b8ded48d9a97991e2ddbb (diff) | |
parent | c1f88eac2abbe11f88465739567e0fffa620a1a7 (diff) | |
download | timeline-ddd0d06782a2fb11a9adeb09142a05ec47496115.tar.gz timeline-ddd0d06782a2fb11a9adeb09142a05ec47496115.tar.bz2 timeline-ddd0d06782a2fb11a9adeb09142a05ec47496115.zip |
Merge branch 'main' of https://github.com/crupest/Timeline
-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 477c4fcd..c7a22bba 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -8,7 +8,7 @@ "dependencies": {
"@microsoft/signalr": "^6.0.3",
"@popperjs/core": "^2.11.5",
- "axios": "^0.26.1",
+ "axios": "^0.27.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"classnames": "^2.3.1",
@@ -51,7 +51,7 @@ "@types/color": "^3.0.3",
"@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
- "@types/node": "^17.0.23",
+ "@types/node": "^17.0.27",
"@types/react": "^17.0.0",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.0",
|