diff options
author | crupest <crupest@outlook.com> | 2022-04-08 13:17:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 13:17:58 +0800 |
commit | 63e063b80ceb289a52608c2b4774f31055327a97 (patch) | |
tree | 09565f21d91a65180fa35de9bcaa462c7eccd63f | |
parent | 9e559fc918d4b4485ef589184348686927ebd63c (diff) | |
parent | 8d599dc02af7c5fa278edfb3e6c5546d24aecd9a (diff) | |
download | timeline-63e063b80ceb289a52608c2b4774f31055327a97.tar.gz timeline-63e063b80ceb289a52608c2b4774f31055327a97.tar.bz2 timeline-63e063b80ceb289a52608c2b4774f31055327a97.zip |
Merge pull request #1146 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-dom-18.0.0
-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 48a27501..1e7398bf 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,7 +52,7 @@ "@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-color": "^3.0.6",
- "@types/react-dom": "^17.0.14",
+ "@types/react-dom": "^18.0.0",
"@types/react-responsive": "^8.0.5",
"@types/react-transition-group": "^4.4.4",
"@types/remarkable": "^2.0.3",
|