fix(deps): update dependency react-virtuoso to v4 (#2563)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
31
web/package-lock.json
generated
31
web/package-lock.json
generated
@@ -40,7 +40,7 @@
|
|||||||
"react-linkify": "1.0.0-alpha",
|
"react-linkify": "1.0.0-alpha",
|
||||||
"react-markdown": "8.0.4",
|
"react-markdown": "8.0.4",
|
||||||
"react-use": "^17.4.0",
|
"react-use": "^17.4.0",
|
||||||
"react-virtuoso": "3.1.5",
|
"react-virtuoso": "4.0.3",
|
||||||
"recoil": "0.7.6",
|
"recoil": "0.7.6",
|
||||||
"sharp": "0.31.3",
|
"sharp": "0.31.3",
|
||||||
"slate": "0.87.0",
|
"slate": "0.87.0",
|
||||||
@@ -12445,25 +12445,6 @@
|
|||||||
"is-function": "^1.0.1"
|
"is-function": "^1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@virtuoso.dev/react-urx": {
|
|
||||||
"version": "0.2.13",
|
|
||||||
"resolved": "https://registry.npmjs.org/@virtuoso.dev/react-urx/-/react-urx-0.2.13.tgz",
|
|
||||||
"integrity": "sha512-MY0ugBDjFb5Xt8v2HY7MKcRGqw/3gTpMlLXId2EwQvYJoC8sP7nnXjAxcBtTB50KTZhO0SbzsFimaZ7pSdApwA==",
|
|
||||||
"dependencies": {
|
|
||||||
"@virtuoso.dev/urx": "^0.2.13"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=10"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"react": ">=16"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@virtuoso.dev/urx": {
|
|
||||||
"version": "0.2.13",
|
|
||||||
"resolved": "https://registry.npmjs.org/@virtuoso.dev/urx/-/urx-0.2.13.tgz",
|
|
||||||
"integrity": "sha512-iirJNv92A1ZWxoOHHDYW/1KPoi83939o83iUBQHIim0i3tMeSKEh+bxhJdTHQ86Mr4uXx9xGUTq69cp52ZP8Xw=="
|
|
||||||
},
|
|
||||||
"node_modules/@webassemblyjs/ast": {
|
"node_modules/@webassemblyjs/ast": {
|
||||||
"version": "1.11.1",
|
"version": "1.11.1",
|
||||||
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz",
|
||||||
@@ -28587,13 +28568,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/react-virtuoso": {
|
"node_modules/react-virtuoso": {
|
||||||
"version": "3.1.5",
|
"version": "4.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-3.1.5.tgz",
|
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.0.3.tgz",
|
||||||
"integrity": "sha512-Dwf7SGr73UAahfcQNIND+c+MtCb0PeHu+QTZ5ptR7oXxQkupfHXEKGwEDF5lDkLqdGxm+yH4uh/IFCqMKxudJw==",
|
"integrity": "sha512-tyqt8FBWxO+smve/kUgJbhCI2MEOvH2hHgFYPKWBMA2cJmV+cHIDDh1BL/6w4pg/dcCdlHCNVwi6aiztPxWttw==",
|
||||||
"dependencies": {
|
|
||||||
"@virtuoso.dev/react-urx": "^0.2.12",
|
|
||||||
"@virtuoso.dev/urx": "^0.2.12"
|
|
||||||
},
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=10"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"react-linkify": "1.0.0-alpha",
|
"react-linkify": "1.0.0-alpha",
|
||||||
"react-markdown": "8.0.4",
|
"react-markdown": "8.0.4",
|
||||||
"react-use": "^17.4.0",
|
"react-use": "^17.4.0",
|
||||||
"react-virtuoso": "3.1.5",
|
"react-virtuoso": "4.0.3",
|
||||||
"recoil": "0.7.6",
|
"recoil": "0.7.6",
|
||||||
"sharp": "0.31.3",
|
"sharp": "0.31.3",
|
||||||
"slate": "0.87.0",
|
"slate": "0.87.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user