Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4435e3

Browse files
committedFeb 24, 2025··
[WASM] Try to update npm deps
1 parent 576b698 commit e4435e3

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed
 

‎kotlin-js-store/package-lock.json

+23-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎shared/build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ kotlin {
149149
val wasmJsMain by getting {
150150
dependencies {
151151
implementation(libs.kotlinx.browser)
152+
implementation(npm("cross-spawn", "7.0.5"))
153+
implementation(npm("path-to-regexp", "0.1.12"))
152154
}
153155
}
154156

0 commit comments

Comments
 (0)
Please sign in to comment.