mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
fix(deps): update dependency react-virtuoso to v3.1.5
This commit is contained in:
parent
c4ff7bcd64
commit
7f3fe99bd5
2 changed files with 5 additions and 5 deletions
8
web/package-lock.json
generated
8
web/package-lock.json
generated
|
@ -39,7 +39,7 @@
|
|||
"react-hotkeys-hook": "3.4.7",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.3",
|
||||
"react-virtuoso": "3.1.4",
|
||||
"react-virtuoso": "3.1.5",
|
||||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.2",
|
||||
"slate": "0.86.0",
|
||||
|
@ -27506,9 +27506,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-virtuoso": {
|
||||
"version": "3.1.4",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-3.1.4.tgz",
|
||||
"integrity": "sha512-oZt22JrSi/yLkp3HWa8teo0wqUg8zOA3i7y4dhHoM12njr5B8qGbVrq2fKGp3sbiZ9xiwX44KH5EEBo2GN2S4Q==",
|
||||
"version": "3.1.5",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-3.1.5.tgz",
|
||||
"integrity": "sha512-Dwf7SGr73UAahfcQNIND+c+MtCb0PeHu+QTZ5ptR7oXxQkupfHXEKGwEDF5lDkLqdGxm+yH4uh/IFCqMKxudJw==",
|
||||
"dependencies": {
|
||||
"@virtuoso.dev/react-urx": "^0.2.12",
|
||||
"@virtuoso.dev/urx": "^0.2.12"
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"react-hotkeys-hook": "3.4.7",
|
||||
"react-linkify": "1.0.0-alpha",
|
||||
"react-markdown": "8.0.3",
|
||||
"react-virtuoso": "3.1.4",
|
||||
"react-virtuoso": "3.1.5",
|
||||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.2",
|
||||
"slate": "0.86.0",
|
||||
|
|
Loading…
Reference in a new issue