diff options
author | crupest <crupest@outlook.com> | 2021-05-14 21:54:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 21:54:19 +0800 |
commit | 8f2903b3f1b1fd5ec93695d67aba2a8be8c3a4df (patch) | |
tree | a9b578243e138ca5953aa1b2ea7041a535b86f3f /FrontEnd | |
parent | 0d79df9adf344e2dc2548ef4a9033db4fdb5a8df (diff) | |
parent | c5cd1ab06dd1ec035d3809423141fd5040279346 (diff) | |
download | timeline-8f2903b3f1b1fd5ec93695d67aba2a8be8c3a4df.tar.gz timeline-8f2903b3f1b1fd5ec93695d67aba2a8be8c3a4df.tar.bz2 timeline-8f2903b3f1b1fd5ec93695d67aba2a8be8c3a4df.zip |
Merge pull request #537 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.5
build(deps-dev): Bump @types/react-dom from 17.0.4 to 17.0.5 in /FrontEnd
Diffstat (limited to '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 8e33316a..dc364234 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -72,7 +72,7 @@ "@types/node": "^15.0.3",
"@types/react": "^17.0.5",
"@types/react-color": "^3.0.4",
- "@types/react-dom": "^17.0.4",
+ "@types/react-dom": "^17.0.5",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.13",
"@types/react-router-bootstrap": "^0.24.5",
|