Skip to content

Commit

Permalink
chore(deps): update dependencies (minor/patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2023
1 parent 1ac2ea1 commit e384bbf
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 24 deletions.
8 changes: 4 additions & 4 deletions kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform") version "1.8.10"
kotlin("plugin.serialization") version "1.8.10"
kotlin("multiplatform") version "1.8.20"
kotlin("plugin.serialization") version "1.8.20"
id("org.jmailen.kotlinter") version "3.14.0"
}

Expand Down Expand Up @@ -36,7 +36,7 @@ kotlin {
}
val jsMain by getting {
dependencies {
implementation(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.522"))
implementation(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:1.0.0-pre.528"))
implementation("org.jetbrains.kotlin-wrappers:kotlin-react")
implementation("org.jetbrains.kotlin-wrappers:kotlin-react-dom")
implementation("org.jetbrains.kotlin-wrappers:kotlin-emotion")
Expand All @@ -45,7 +45,7 @@ kotlin {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")

implementation("io.github.xxfast:kstore:0.4.0")
implementation("io.github.xxfast:kstore:0.5.0")

// I'm waiting for supporting to ESM package support!!!!!!!!!!
// implementation(npm("refractor", "4.8.1"))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/babel__core": "^7.20.0",
"@types/cytoscape": "^3.19.9",
"@types/d3": "^7.0.0",
"@types/eslint": "8.21.3",
"@types/eslint": "8.37.0",
"@types/katex": "^0.16.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
Expand All @@ -60,5 +60,5 @@
"tailwindcss": "^3.2.4",
"typescript": "^5.0.0"
},
"packageManager": "pnpm@7.30.3"
"packageManager": "pnpm@7.30.5"
}
94 changes: 76 additions & 18 deletions pnpm-lock.yaml

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

0 comments on commit e384bbf

Please sign in to comment.