mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 14:56:14 +03:00
fix(deps): update dependency react-virtuoso to v3.1.2
This commit is contained in:
parent
957c31c5f2
commit
674b5e1300
2 changed files with 8 additions and 8 deletions
14
web/package-lock.json
generated
14
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.1",
|
||||
"react-virtuoso": "3.1.2",
|
||||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.1",
|
||||
"slate": "0.84.0",
|
||||
|
@ -26320,9 +26320,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-virtuoso": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-3.1.1.tgz",
|
||||
"integrity": "sha512-bwLs68ttOwTjwub3ZbPrZhHkL6wUDAkcbugypPGgRS1ZLnuKuGmzuyHDUYhElUOCdYUcHuB3KYbA5gWKdx1tdA==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-3.1.2.tgz",
|
||||
"integrity": "sha512-/YRzJrQUuDSNTfbtD6JRTDRFR7FunrlbXoiCyKz3AXp36gmqSwULHEoX6FqMYPYow2XJjATs5A5/P9iTTVSfhQ==",
|
||||
"dependencies": {
|
||||
"@virtuoso.dev/react-urx": "^0.2.12",
|
||||
"@virtuoso.dev/urx": "^0.2.12"
|
||||
|
@ -51641,9 +51641,9 @@
|
|||
}
|
||||
},
|
||||
"react-virtuoso": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-3.1.1.tgz",
|
||||
"integrity": "sha512-bwLs68ttOwTjwub3ZbPrZhHkL6wUDAkcbugypPGgRS1ZLnuKuGmzuyHDUYhElUOCdYUcHuB3KYbA5gWKdx1tdA==",
|
||||
"version": "3.1.2",
|
||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-3.1.2.tgz",
|
||||
"integrity": "sha512-/YRzJrQUuDSNTfbtD6JRTDRFR7FunrlbXoiCyKz3AXp36gmqSwULHEoX6FqMYPYow2XJjATs5A5/P9iTTVSfhQ==",
|
||||
"requires": {
|
||||
"@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.1",
|
||||
"react-virtuoso": "3.1.2",
|
||||
"recoil": "0.7.6",
|
||||
"sharp": "0.31.1",
|
||||
"slate": "0.84.0",
|
||||
|
|
Loading…
Reference in a new issue