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.2.70
This commit is contained in:
parent
b2c44a1af6
commit
0f57648a51
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.7",
|
||||
"@types/node": "20.11.30",
|
||||
"@types/prop-types": "15.7.12",
|
||||
"@types/react": "18.2.69",
|
||||
"@types/react": "18.2.70",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.39",
|
||||
|
@ -9422,9 +9422,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.69",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.69.tgz",
|
||||
"integrity": "sha512-W1HOMUWY/1Yyw0ba5TkCV+oqynRjG7BnteBB+B7JmAK7iw3l2SW+VGOxL+akPweix6jk2NNJtyJKpn4TkpfK3Q==",
|
||||
"version": "18.2.70",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.70.tgz",
|
||||
"integrity": "sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/markdown-it": "13.0.7",
|
||||
"@types/node": "20.11.30",
|
||||
"@types/prop-types": "15.7.12",
|
||||
"@types/react": "18.2.69",
|
||||
"@types/react": "18.2.70",
|
||||
"@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