mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
chore(deps): update dependency @types/react to v18.2.37
This commit is contained in:
parent
ab78d20d89
commit
e54447e6b7
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": "13.0.6",
|
||||
"@types/node": "20.8.10",
|
||||
"@types/prop-types": "15.7.10",
|
||||
"@types/react": "18.2.36",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.38",
|
||||
|
@ -9125,9 +9125,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.36",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.36.tgz",
|
||||
"integrity": "sha512-o9XFsHYLLZ4+sb9CWUYwHqFVoG61SesydF353vFMMsQziiyRu8np4n2OYMUSDZ8XuImxDr9c5tR7gidlH29Vnw==",
|
||||
"version": "18.2.37",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz",
|
||||
"integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/markdown-it": "13.0.6",
|
||||
"@types/node": "20.8.10",
|
||||
"@types/prop-types": "15.7.10",
|
||||
"@types/react": "18.2.36",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.38",
|
||||
|
|
Loading…
Reference in a new issue