mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
chore(deps): update dependency @types/react to v18.0.38
This commit is contained in:
parent
2dc260e400
commit
066f3112c3
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": "12.2.3",
|
||||
"@types/node": "18.15.13",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.37",
|
||||
"@types/react": "18.0.38",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
@ -13401,9 +13401,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.0.37",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.37.tgz",
|
||||
"integrity": "sha512-4yaZZtkRN3ZIQD3KSEwkfcik8s0SWV+82dlJot1AbGYHCzJkWP3ENBY6wYeDRmKZ6HkrgoGAmR2HqdwYGp6OEw==",
|
||||
"version": "18.0.38",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.38.tgz",
|
||||
"integrity": "sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.15.13",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.37",
|
||||
"@types/react": "18.0.38",
|
||||
"@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