diff options
author | crupest <crupest@outlook.com> | 2021-05-05 15:59:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 15:59:57 +0800 |
commit | d1eaafe53350055aaf3edfcdeed0de0bb87a4a98 (patch) | |
tree | 88b7f01fe445007cbea795a3dfea85b359ee0ca9 | |
parent | ef26902a9d3bb31f54954f6d51d2d1cb969fa635 (diff) | |
parent | b4343f7cb857f30cd3cb24d3eeb1bae5c614157b (diff) | |
download | timeline-d1eaafe53350055aaf3edfcdeed0de0bb87a4a98.tar.gz timeline-d1eaafe53350055aaf3edfcdeed0de0bb87a4a98.tar.bz2 timeline-d1eaafe53350055aaf3edfcdeed0de0bb87a4a98.zip |
Merge pull request #508 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-17.0.5
build(deps-dev): Bump @types/react from 17.0.4 to 17.0.5 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 3b53f17b..d3ea6cc2 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -67,7 +67,7 @@ "@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.1",
- "@types/react": "^17.0.4",
+ "@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
|