diff options
author | crupest <crupest@outlook.com> | 2022-06-04 09:11:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 09:11:03 +0800 |
commit | 54518e5cee98390dfa315bf9534d073eb296a084 (patch) | |
tree | ae35096e8c21b3a21852b402112a8dacee43acea | |
parent | b84287821561d2ad0d736071cfdaaacf334e8c64 (diff) | |
parent | 35d1ec3a670cb2e46789f013f7be99a1bcf698ac (diff) | |
download | timeline-54518e5cee98390dfa315bf9534d073eb296a084.tar.gz timeline-54518e5cee98390dfa315bf9534d073eb296a084.tar.bz2 timeline-54518e5cee98390dfa315bf9534d073eb296a084.zip |
Merge pull request #1232 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-18.0.10
-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 6967c731..14e357dd 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.9",
+ "@types/react": "^18.0.10",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
|