diff options
author | crupest <crupest@outlook.com> | 2022-07-07 13:52:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 13:52:33 +0800 |
commit | 878645e14a7122414f48ef1eb0424ed1b49cea87 (patch) | |
tree | ffb0e3efc5c1efdd06184e1a6ace106de1ca19c1 /FrontEnd | |
parent | 7ff2d177492cc0eb9dda3a7369fac594f6cc7358 (diff) | |
parent | 359bf699ceda6fdea8c841440142bca1e5d6a109 (diff) | |
download | timeline-878645e14a7122414f48ef1eb0424ed1b49cea87.tar.gz timeline-878645e14a7122414f48ef1eb0424ed1b49cea87.tar.bz2 timeline-878645e14a7122414f48ef1eb0424ed1b49cea87.zip |
Merge pull request #1290 from crupest/dependabot/npm_and_yarn/FrontEnd/types/react-18.0.15
Diffstat (limited to '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 14f10856..a14cc75c 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.3",
- "@types/react": "^18.0.14",
+ "@types/react": "^18.0.15",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.5",
"@types/react-responsive": "^8.0.5",
|