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:
renovate[bot] 2024-02-06 20:07:31 -08:00 committed by GitHub
parent 3734884201
commit 8069ca782f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 5 deletions

View file

@ -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
View file

@ -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": "*",

View file

@ -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",