Skip to content

Commit

Permalink
Tanstack Virtual 3.0.0-beta.60
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialist7 committed Sep 17, 2023
1 parent bfc7890 commit 6ba5af5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.parallel=true

kotlin.version=1.9.10
kfc.version=7.21.0
seskar.version=2.0.0

actions-artifact.version=1.1.1
actions-cache.version=3.2.1
actions-core.version=1.10.0
Expand All @@ -24,8 +22,7 @@ popper.version=2.11.8
react-query.version=4.35.0
react-table.version=8.9.7
types-react.version=18.2.5
react-virtual.version=3.0.0-beta.59
react-virtual.version=3.0.0-beta.60
typescript.version=5.2.2

kotlin-wrappers.version=1.0.0-pre.623
kotlinx-coroutines.version=1.7.3
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ external class Virtualizer<TScrollElement : EventTarget /* Element | Window */,
var setOptions: (opts: VirtualizerOptions<TScrollElement, TItemElement>) -> Unit
var calculateRange: () -> ItemRange
var indexFromElement: (node: TItemElement) -> Int
var resizeItem: (index: Int, size: Int) -> Unit
var resizeItem: (item: VirtualItem, size: Int) -> Unit
var measureElement: (node: TItemElement?) -> Unit
var getVirtualItems: () -> ReadonlyArray<VirtualItem>
var getVirtualItemForOffset: (offset: Int) -> VirtualItem
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,22 +303,22 @@
dependencies:
"@tanstack/table-core" "8.9.7"

"@tanstack/[email protected].59":
version "3.0.0-beta.59"
resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.0.0-beta.59.tgz#3608b90a9856a00958d905566854f722d440be14"
integrity sha512-6t0813V/yiY/rWSwW5TEHMn97LJPDYv6aW75KVJnt5o14Y3ghqFnbX3nJ3icQXfsqYjPoIgXH4TAr8v/w0cZqA==
"@tanstack/[email protected].60":
version "3.0.0-beta.60"
resolved "https://registry.yarnpkg.com/@tanstack/react-virtual/-/react-virtual-3.0.0-beta.60.tgz#2b37c0d72997a54f7927f6b159a77311429fec1e"
integrity sha512-F0wL9+byp7lf/tH6U5LW0ZjBqs+hrMXJrj5xcIGcklI0pggvjzMNW9DdIBcyltPNr6hmHQ0wt8FDGe1n1ZAThA==
dependencies:
"@tanstack/virtual-core" "3.0.0-beta.59"
"@tanstack/virtual-core" "3.0.0-beta.60"

"@tanstack/[email protected]":
version "8.9.7"
resolved "https://registry.yarnpkg.com/@tanstack/table-core/-/table-core-8.9.7.tgz#54c08abf10b98070efb1cd760db3859669b802a3"
integrity sha512-lkhVcGDxa9GSoDFPkplPDvzsiUACPZrxT3U1edPs0DCMKFhBDgZ7d1DPd7cqHH0JoybfbQ/qiTQYOQBg8sinJg==

"@tanstack/[email protected].59":
version "3.0.0-beta.59"
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.0.0-beta.59.tgz#bbbf1b0b21bbd8be3a3d8c6869a17adf59f153e2"
integrity sha512-Z6V6VXk8D4jaRHx8klvL6jUOYWIkWUODTyVQJSfnxAVu8vnuz99FgBXhY/mLZ5qjEX5OPESZZVKRTKqGpMEQKw==
"@tanstack/[email protected].60":
version "3.0.0-beta.60"
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.0.0-beta.60.tgz#fcac07cb182d41929208899062de8c9510cf42ed"
integrity sha512-QlCdhsV1+JIf0c0U6ge6SQmpwsyAT0oQaOSZk50AtEeAyQl9tQrd6qCHAslxQpgphrfe945abvKG8uYvw3hIGA==

"@tweenjs/tween.js@^21.0.0":
version "21.0.0"
Expand Down

0 comments on commit 6ba5af5

Please sign in to comment.