diff options
author | crupest <crupest@outlook.com> | 2021-10-02 22:44:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 22:44:39 +0800 |
commit | 8e3914110003396817deafaf5a5ca96b25b8f583 (patch) | |
tree | b2cd5dbda3c0bd1f61344587b145f60eefb6ca0c | |
parent | 956802df6cb02ec5e537bc4edbd0e5ae5a2fdc27 (diff) | |
parent | 336f26f81deac4f609ed31e4b9da5a0ff3f54664 (diff) | |
download | timeline-8e3914110003396817deafaf5a5ca96b25b8f583.tar.gz timeline-8e3914110003396817deafaf5a5ca96b25b8f583.tar.bz2 timeline-8e3914110003396817deafaf5a5ca96b25b8f583.zip |
Merge pull request #856 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.26
build(deps-dev): Bump @types/react from 17.0.24 to 17.0.26 in /FrontEnd
-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 12f82086..3be8cd43 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -51,7 +51,7 @@ "@types/color": "^3.0.2",
"@types/lodash": "^4.14.173",
"@types/node": "^16.9.6",
- "@types/react": "^17.0.24",
+ "@types/react": "^17.0.26",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
|