mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
fix(deps): update dependency react-virtuoso to v4.2.0
This commit is contained in:
parent
8cbdec846e
commit
9dd3dcd1be
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -44,7 +44,7 @@
|
|||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.6",
|
||||
"react-use": "^17.4.0",
|
||||
"react-virtuoso": "4.1.1",
|
||||
"react-virtuoso": "4.2.0",
|
||||
"recoil": "0.7.7",
|
||||
"sharp": "0.32.0",
|
||||
"slate": "0.91.4",
|
||||
|
@ -32896,9 +32896,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-virtuoso": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.1.1.tgz",
|
||||
"integrity": "sha512-G2lyifG5UIRZI9vgcBt+6OLDL6CO5/O6YiGS+O9z+VNRjVSTioSwfBC7sVSLspYq7iyL60aIXlVqSKVJiSVhlg==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.2.0.tgz",
|
||||
"integrity": "sha512-lO1akVyALlDMp+eIo4E99HjSQ8Cn2AKXBVfq7GaBjdlnlJaRvou8az6tVYGHFD6Az5EcPUc7OfzHvAyojOhgqw==",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.6",
|
||||
"react-use": "^17.4.0",
|
||||
"react-virtuoso": "4.1.1",
|
||||
"react-virtuoso": "4.2.0",
|
||||
"recoil": "0.7.7",
|
||||
"sharp": "0.32.0",
|
||||
"slate": "0.91.4",
|
||||
|
|
Loading…
Reference in a new issue