Skip to content

Commit

Permalink
Update performance-server project and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbogolepov authored and Space Team committed Nov 27, 2024
1 parent 3b418f5 commit e084aac
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 126 deletions.
5 changes: 2 additions & 3 deletions kotlin-native/tools/performance-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ kotlin {
}
val jsMain by creating {
dependencies {
implementation(npm("body-parser", "~1.20.0"))
implementation(npm("body-parser", "~1.20.3"))
implementation(npm("debug", "~4.3.4"))
implementation(npm("ejs", "~3.1.7"))
implementation(npm("express", "~4.19.2"))
implementation(npm("kotlin", "~1.6.20"))
implementation(npm("express", "~4.20.0"))
implementation(npm("node-fetch", "~2.6.6"))
}
kotlin {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
distributionSha256Sum=7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit e084aac

Please sign in to comment.