mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
chore(deps): update dependency @types/react to v18.2.56
This commit is contained in:
parent
71f3389b7c
commit
3e6e2135f0
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -78,7 +78,7 @@
|
|||
"@types/markdown-it": "13.0.7",
|
||||
"@types/node": "20.11.19",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.55",
|
||||
"@types/react": "18.2.56",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.39",
|
||||
|
@ -9418,9 +9418,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.55",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz",
|
||||
"integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==",
|
||||
"version": "18.2.56",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.56.tgz",
|
||||
"integrity": "sha512-NpwHDMkS/EFZF2dONFQHgkPRwhvgq/OAvIaGQzxGSBmaeR++kTg6njr15Vatz0/2VcCEwJQFi6Jf4Q0qBu0rLA==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/markdown-it": "13.0.7",
|
||||
"@types/node": "20.11.19",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.55",
|
||||
"@types/react": "18.2.56",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.39",
|
||||
|
|
Loading…
Reference in a new issue