diff options
author | crupest <crupest@outlook.com> | 2022-06-26 02:42:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 02:42:35 +0800 |
commit | cba70aa84d87e227525ac1ac253682e4ea051ece (patch) | |
tree | b48bf6af14b1d740ce297076ab527d95e8f81f51 | |
parent | 2a6b2aa66c21fc4d9a2b5d53f1c6bc1e6f2f5b25 (diff) | |
parent | b12c1b1a031b00f19cb9e4f13a47d1cc51f9a067 (diff) | |
download | timeline-cba70aa84d87e227525ac1ac253682e4ea051ece.tar.gz timeline-cba70aa84d87e227525ac1ac253682e4ea051ece.tar.bz2 timeline-cba70aa84d87e227525ac1ac253682e4ea051ece.zip |
Merge pull request #1271 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-18.0.14
-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 c54e270f..7e471eab 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": "^18.0.0",
- "@types/react": "^18.0.12",
+ "@types/react": "^18.0.14",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
|