mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
chore(deps): update dependency @types/react to v18.2.54
This commit is contained in:
parent
a7b63503cb
commit
c752373472
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.16",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.53",
|
||||
"@types/react": "18.2.54",
|
||||
"@types/react-linkify": "1.0.4",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.39",
|
||||
|
@ -9415,9 +9415,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.53",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.53.tgz",
|
||||
"integrity": "sha512-52IHsMDT8qATp9B9zoOyobW8W3/0QhaJQTw1HwRj0UY2yBpCAQ7+S/CqHYQ8niAm3p4ji+rWUQ9UCib0GxQ60w==",
|
||||
"version": "18.2.54",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.54.tgz",
|
||||
"integrity": "sha512-039k+vrVJymDoe2y+HLk3O3oI3sa+C8KNjuDKofqrIJK26ramnqLNj9VJTaxAzFGMvpW/79HrrAJapHzpQ9fGQ==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"@types/markdown-it": "13.0.7",
|
||||
"@types/node": "20.11.16",
|
||||
"@types/prop-types": "15.7.11",
|
||||
"@types/react": "18.2.53",
|
||||
"@types/react": "18.2.54",
|
||||
"@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