mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
chore(deps): update dependency @types/react to v18.3.8
This commit is contained in:
parent
cbd984282b
commit
a91a5ef9e4
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -80,7 +80,7 @@
|
|||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.16.5",
|
||||
"@types/prop-types": "15.7.13",
|
||||
"@types/react": "18.3.7",
|
||||
"@types/react": "18.3.8",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.39",
|
||||
|
@ -11959,9 +11959,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.3.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.7.tgz",
|
||||
"integrity": "sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==",
|
||||
"version": "18.3.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.8.tgz",
|
||||
"integrity": "sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
"@types/markdown-it": "14.1.2",
|
||||
"@types/node": "20.16.5",
|
||||
"@types/prop-types": "15.7.13",
|
||||
"@types/react": "18.3.7",
|
||||
"@types/react": "18.3.8",
|
||||
"@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