Skip to content

Commit

Permalink
TanStack Virtual 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
porotkin committed Dec 23, 2024
1 parent 32b4445 commit 409f2f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/karakum/virtual/Converter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal fun convertDefinitions(
)
.replace("align?: ScrollAlignment)", "align: ScrollAlignment?)")
.replace(
"""readonly [number, "auto"] | readonly [number, "start" | "center" | "end"]""",
"""readonly [number, "auto"] | readonly [number, "center"] | readonly [number, "end"] | readonly [number, "start"]""".trimIndent(),
"JsTuple2<Double, ScrollAlignment>"
)
.replace("{ align, behavior }?: ScrollToOffsetOptions", "options: ScrollToOffsetOptions?")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ popperjs-core.version=2.11.8
tanstack-react-query.version=5.62.8
tanstack-react-table.version=8.20.5
types-react.version=18.3.12
tanstack-react-virtual.version=3.11.1
tanstack-react-virtual.version=3.11.2

kotlin-wrappers.version=0.0.1-pre.854
kotlinx-coroutines.version=1.9.0
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 409f2f7

Please sign in to comment.