Skip to content

Commit

Permalink
Wrappers pre.805
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialist7 committed Sep 9, 2024
1 parent ee3b340 commit 6e560e7
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 94 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ kotlin {
val jsMain by getting {
dependencies {
implementation(libs.wrappers.react)
implementation(libs.wrappers.react.dom)
implementation(libs.wrappers.reactDom)
implementation(libs.wrappers.emotion)
implementation(libs.wrappers.tanstack.react.query)
implementation(libs.wrappers.tanstack.react.table)
implementation(libs.wrappers.tanstack.reactQuery)
implementation(libs.wrappers.tanstack.reactTable)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ author=[Alexander Popoff](https://github.com/aerialist7)
group=io.github.aerialist7
version=1.0.0
kotlin.version=2.0.20
kotlin.wrappers.version=0.0.1-pre.800
kotlin.wrappers.version=0.0.1-pre.805
kotlin.code.style=official
kotlin.js.yarn=false
kotlin.js.stdlib.dom.api.included=false
Loading

0 comments on commit 6e560e7

Please sign in to comment.