Skip to content

Commit

Permalink
Bump dependencies (#13)
Browse files Browse the repository at this point in the history
* Kotlin `2.0.0`

* Wrappers `pre.754`. KFC `8.1.0`. Seskar `2.80.0`

* Update package-lock.json

* Add & Use js-plain-objects plugin

* Do not apply js-plain-objects for root project without "multiplatform" plugin
  • Loading branch information
porotkin authored May 30, 2024
1 parent 03e3e40 commit 94a6fb0
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 164 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
kotlin("multiplatform") apply false
kotlin("plugin.js-plain-objects") apply false
}

tasks.wrapper {
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Deps
kotlin.version=1.9.24
kotlin-wrappers.version=1.0.0-pre.748
kfc.version=7.62.0
seskar.version=2.66.0
kotlin.version=2.0.0
kotlin-wrappers.version=1.0.0-pre.754
kfc.version=8.1.0
seskar.version=2.80.0
# MUI Deps
mui-material.version=5.15.18
mui-icons-material.version=5.15.18
Expand Down
Loading

0 comments on commit 94a6fb0

Please sign in to comment.