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.0.31
This commit is contained in:
parent
a22071cef9
commit
1e21368094
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": "12.2.3",
|
||||
"@types/node": "18.15.11",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.30",
|
||||
"@types/react": "18.0.31",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
@ -12070,9 +12070,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.0.30",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.30.tgz",
|
||||
"integrity": "sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA==",
|
||||
"version": "18.0.31",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.31.tgz",
|
||||
"integrity": "sha512-EEG67of7DsvRDU6BLLI0p+k1GojDLz9+lZsnCpCRTa/lOokvyPBvp8S5x+A24hME3yyQuIipcP70KJ6H7Qupww==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.15.11",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.30",
|
||||
"@types/react": "18.0.31",
|
||||
"@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