mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
chore(deps): update dependency @types/react to v18.2.52 (#3479)
* chore(deps): update dependency @types/react to v18.2.52 * fix(chat): missing placeholder prop in interface --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
parent
3734884201
commit
8069ca782f
3 changed files with 6 additions and 5 deletions
|
@ -5,6 +5,7 @@ export interface ContentEditableProps extends React.HTMLAttributes<HTMLElement>
|
|||
onContentChange?: Function;
|
||||
tagName?: string;
|
||||
html: string;
|
||||
placeholder: string;
|
||||
disabled: boolean;
|
||||
}
|
||||
|
||||
|
|
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.16",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.42",
|
||||
"@types/react": "18.2.52",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.39",
|
||||
|
@ -9457,9 +9457,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.42",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.42.tgz",
|
||||
"integrity": "sha512-c1zEr96MjakLYus/wPnuWDo1/zErfdU9rNsIGmE+NV71nx88FG9Ttgo5dqorXTu/LImX2f63WBP986gJkMPNbA==",
|
||||
"version": "18.2.52",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.52.tgz",
|
||||
"integrity": "sha512-E/YjWh3tH+qsLKaUzgpZb5AY0ChVa+ZJzF7ogehVILrFpdQk6nC/WXOv0bfFEABbXbgNxLBGU7IIZByPKb6eBw==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/markdown-it": "13.0.7",
|
||||
"@types/node": "20.11.16",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.42",
|
||||
"@types/react": "18.2.52",
|
||||
"@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