mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore(deps): update dependency @types/react to v18.2.13
This commit is contained in:
parent
974e4d8879
commit
7c92482e7c
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -75,7 +75,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.16.18",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.2.12",
|
||||
"@types/react": "18.2.13",
|
||||
"@types/react-linkify": "1.0.1",
|
||||
"@types/ua-parser-js": "0.7.36",
|
||||
"@types/video.js": "^7.3.50",
|
||||
|
@ -13815,9 +13815,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "18.2.12",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.12.tgz",
|
||||
"integrity": "sha512-ndmBMLCgn38v3SntMeoJaIrO6tGHYKMEBohCUmw8HoLLQdRMOIGXfeYaBTLe2lsFaSB3MOK1VXscYFnmLtTSmw==",
|
||||
"version": "18.2.13",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.13.tgz",
|
||||
"integrity": "sha512-vJ+zElvi/Zn9cVXB5slX2xL8PZodPCwPRDpittQdw43JR2AJ5k3vKdgJJyneV/cYgIbLQUwXa9JVDvUZXGba+Q==",
|
||||
"dependencies": {
|
||||
"@types/prop-types": "*",
|
||||
"@types/scheduler": "*",
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
"@types/markdown-it": "12.2.3",
|
||||
"@types/node": "18.16.18",
|
||||
"@types/prop-types": "15.7.5",
|
||||
"@types/react": "18.2.12",
|
||||
"@types/react": "18.2.13",
|
||||
"@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