mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
chore(deps): update dependency @types/react to v18.2.28
This commit is contained in:
parent
e64545c206
commit
bec3384ec3
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -77,7 +77,7 @@
|
|||
"@types/markdown-it": "13.0.2",
|
||||
"@types/node": "18.18.4",
|
||||
"@types/prop-types": "15.7.8",
|
||||
"@types/react": "18.2.27",
|
||||
"@types/react": "18.2.28",
|
||||
"@types/react-linkify": "1.0.2",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.37",
|
||||
|
@ -13940,9 +13940,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.27",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.27.tgz",
|
||||
"integrity": "sha512-Wfv7B7FZiR2r3MIqbAlXoY1+tXm4bOqfz4oRr+nyXdBqapDBZ0l/IGcSlAfvxIHEEJjkPU0MYAc/BlFPOcrgLw==",
|
||||
"version": "18.2.28",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.28.tgz",
|
||||
"integrity": "sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
"@types/markdown-it": "13.0.2",
|
||||
"@types/node": "18.18.4",
|
||||
"@types/prop-types": "15.7.8",
|
||||
"@types/react": "18.2.27",
|
||||
"@types/react": "18.2.28",
|
||||
"@types/react-linkify": "1.0.2",
|
||||
"@types/sanitize-html": "^2.9.0",
|
||||
"@types/ua-parser-js": "0.7.37",
|
||||
|
|
Loading…
Reference in a new issue