diff options
author | crupest <crupest@outlook.com> | 2022-06-06 16:54:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 16:54:23 +0800 |
commit | 767cf7f8ca762382fa5b7861492ad44415968d1a (patch) | |
tree | 407afca1aa19c0b89aa0d73fcbb3a518dcc200c8 | |
parent | 89e1bba933f1727893b502d097cd7c821a12d056 (diff) | |
parent | 297287b583a3f52fce6e4af6d7bff42e90a8db68 (diff) | |
download | timeline-767cf7f8ca762382fa5b7861492ad44415968d1a.tar.gz timeline-767cf7f8ca762382fa5b7861492ad44415968d1a.tar.bz2 timeline-767cf7f8ca762382fa5b7861492ad44415968d1a.zip |
Merge pull request #1240 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-18.0.12
-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 51d179b9..4ae67091 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -52,7 +52,7 @@ "@types/lodash": "^4.14.181",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.39",
- "@types/react": "^18.0.10",
+ "@types/react": "^18.0.12",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
|