mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
Update dependency react-virtuoso to v4.1.0 (#2707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
31fbff9e7c
commit
15acceddb0
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -42,7 +42,7 @@
|
|||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.5",
|
||||
"react-use": "^17.4.0",
|
||||
"react-virtuoso": "4.0.9",
|
||||
"react-virtuoso": "4.1.0",
|
||||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.3",
|
||||
"slate": "0.90.0",
|
||||
|
@ -32109,9 +32109,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-virtuoso": {
|
||||
"version": "4.0.9",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.0.9.tgz",
|
||||
"integrity": "sha512-1m+BsfKxRRLTljaZDAI3asN5xmTJ0aTi6rVW+zQVQbxq2XNO8EANMLtMQJ2yH9O37JwGblelLJ2xtNBYmxGpNw==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.1.0.tgz",
|
||||
"integrity": "sha512-Vcq5WXn18PvPT55kdeGQ8BN3K95XyPe7hum8zG6Tx7g1CtUYVsQKN7fouMxBSy+XymEDB5ynGy8JWhuqyLLtPw==",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.5",
|
||||
"react-use": "^17.4.0",
|
||||
"react-virtuoso": "4.0.9",
|
||||
"react-virtuoso": "4.1.0",
|
||||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.3",
|
||||
"slate": "0.90.0",
|
||||
|
|
Loading…
Reference in a new issue