Skip to content

Commit

Permalink
Upgrade Tabulator 5.4.1, kotlin-wrappers 403
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Oct 10, 2022
1 parent 4c25d6c commit db2a3ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .kotlin-js-store/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2669,10 +2669,10 @@ tabulator-tables@^4.9.3:
resolved "https://registry.yarnpkg.com/tabulator-tables/-/tabulator-tables-4.9.3.tgz#89ea8f9bffc11ba9a789369b5165ac82da26f4f0"
integrity sha512-iwwQqAEGGxlgrBpcmJJvMJrfjGLcCXOB3AOb/DGkXqBy1YKoYA36hIl7qXGp6Jo8dSkzFAlDT6pKLZgyhs9OnQ==

tabulator-tables@^5.4.0:
version "5.4.0"
resolved "https://registry.yarnpkg.com/tabulator-tables/-/tabulator-tables-5.4.0.tgz#b24f793ff9eb8561fed8c1bc8ae406256ce6acbc"
integrity sha512-LPiA895CbKHvh1oIWJl42tukXYYH04t2xn2pkUYleGnGf5tDGFnwKszag9GVWGOe+jyDHKNdJ4tFkM9edL/fXw==
tabulator-tables@^5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/tabulator-tables/-/tabulator-tables-5.4.1.tgz#42803417785ddbe051fc9622c609b2d0cf5aa2c7"
integrity sha512-OvnOQj8QRXkouraR6zrBAxoZSnQ32+WvFLOSwRd+rI8Dn749FRiR5vUF3AT7OvnYxXt0AZRGALcJNkSrdE6fWg==

tapable@^2.1.1, tapable@^2.2.0:
version "2.2.1"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jqueryKotlinVersion=1.0.0
navigoKotlinVersion=1.0.0
navigoKotlinNgVersion=0.0.3
nodeJsVersion=0.0.7
kotlinReactVersion=18.2.0-pre.399
kotlinReduxVersion=4.1.2-pre.399
kotlinReactVersion=18.2.0-pre.403
kotlinReduxVersion=4.1.2-pre.403
reduxKotlinVersion=0.5.5
reduxKotlinThunkVersion=0.5.5
diffVersion=0.4.0
Expand Down
2 changes: 1 addition & 1 deletion kvision-modules/kvision-tabulator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlin {
dependencies {
api(rootProject)
api(project(":kvision-modules:kvision-state"))
implementation(npm("tabulator-tables", "^5.4.0"))
implementation(npm("tabulator-tables", "^5.4.1"))
testImplementation(kotlin("test-js"))
testImplementation(project(":kvision-modules:kvision-testutils"))
}
Expand Down

0 comments on commit db2a3ae

Please sign in to comment.