mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
Update dependency @types/react to v18.0.18
This commit is contained in:
parent
0ea0fcd58a
commit
1dc483ad8f
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
web/package-lock.json
generated
|
@ -74,7 +74,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "17.0.0",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.17",
|
||||
"@types/react": "18.0.18",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
||||
|
@ -9898,9 +9898,9 @@
|
|||
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.0.17",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.17.tgz",
|
||||
"integrity": "sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==",
|
||||
"version": "18.0.18",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz",
|
||||
"integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
@ -35798,9 +35798,9 @@
|
|||
"integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw=="
|
||||
},
|
||||
"@types/react": {
|
||||
"version": "18.0.17",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.17.tgz",
|
||||
"integrity": "sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==",
|
||||
"version": "18.0.18",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.18.tgz",
|
||||
"integrity": "sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==",
|
||||
"requires": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "17.0.0",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.0.17",
|
||||
"@types/react": "18.0.18",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
||||
|
|
Loading…
Reference in a new issue