diff options
author | crupest <crupest@outlook.com> | 2021-03-09 20:43:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 20:43:39 +0800 |
commit | fe4ff1e7e196a3aef9509af7fff80d5c5fd3aa02 (patch) | |
tree | c80b177ee76893c4f162dad4f1dec5e504214a9a | |
parent | 3b5a2b044efbfa0762924a01f7f62fbe1205f731 (diff) | |
parent | 76892bf2ee0267e0c6d91ac903063648f6836b8b (diff) | |
download | timeline-fe4ff1e7e196a3aef9509af7fff80d5c5fd3aa02.tar.gz timeline-fe4ff1e7e196a3aef9509af7fff80d5c5fd3aa02.tar.bz2 timeline-fe4ff1e7e196a3aef9509af7fff80d5c5fd3aa02.zip |
Merge pull request #358 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-17.0.2
build(deps-dev): Bump @types/react-dom from 17.0.1 to 17.0.2 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 d78e0788..eb847aac 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -69,7 +69,7 @@ "@types/lodash": "^4.14.168",
"@types/node": "^14.14.32",
"@types/react": "^17.0.3",
- "@types/react-dom": "^17.0.1",
+ "@types/react-dom": "^17.0.2",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.12",
"@types/react-router-bootstrap": "^0.24.5",
|