mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
chore(deps): update dependency @types/react to v18.2.10
This commit is contained in:
parent
7ba6db3b9d
commit
68936e7772
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -76,7 +76,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.16.17",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.2.9",
|
||||
"@types/react": "18.2.10",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
@ -13824,9 +13824,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.9.tgz",
|
||||
"integrity": "sha512-pL3JAesUkF7PEQGxh5XOwdXGV907te6m1/Qe1ERJLgomojS6Ne790QiA7GUl434JEkFA2aAaB6qJ5z4e1zJn/w==",
|
||||
"version": "18.2.10",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.10.tgz",
|
||||
"integrity": "sha512-5UTpmDa5L+PgTLXhLPNolv7/Qh+1YQuy4fsh/IahJbvtaLz2g9qX0CKsE0rBQCvn9ymt9NpvZENZwclbLKc3EQ==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.16.17",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.2.9",
|
||||
"@types/react": "18.2.10",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
|
Loading…
Reference in a new issue