Skip to content

Commit

Permalink
Update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 64d8e19 commit 43a3a36
Show file tree
Hide file tree
Showing 46 changed files with 247 additions and 126 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ dependencies {
implementation(kotlin("stdlib"))

// JVM dependency
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")

// Web framework
implementation("io.javalin:javalin:5.6.3")

// Logging
implementation("org.slf4j:slf4j-simple:2.0.9")
implementation("org.slf4j:slf4j-simple:2.0.11")

// Hashing
implementation("com.github.komputing.khash:keccak:1.1.3")
Expand All @@ -33,7 +33,7 @@ dependencies {
testImplementation(kotlin("test-junit5"))
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.1")

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.3")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4")
}

application {
Expand All @@ -58,7 +58,7 @@ java {
}

detekt {
toolVersion = "1.23.3"
toolVersion = "1.23.4"
source.setFrom("src/main/kotlin")
config.setFrom("$projectDir/config/detekt/detekt.yml")
}
Expand Down
Binary file modified backend/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion backend/gradle/wrapper/gradle-wrapper.properties
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-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@material/radio": "4.0.0",
"@material/switch": "4.0.0",
"firebase-tools": "12.9.1",
"preact": "10.19.2",
"preact": "10.19.3",
"preact-iso": "2.3.2",
"preact-markup": "2.1.1",
"preact-render-to-string": "6.3.1",
Expand All @@ -41,19 +41,19 @@
"sha3": "2.1.4"
},
"devDependencies": {
"@preact/preset-vite": "2.7.0",
"@preact/preset-vite": "2.8.1",
"@types/eslint": "^8",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.54.0",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"eslint": "8.56.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"per-env": "1.0.2",
"prettier": "3.1.0",
"sass": "1.69.5",
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-sass-dts": "1.3.11"
"prettier": "3.1.1",
"sass": "1.69.7",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite-plugin-sass-dts": "1.3.17"
},
"peerDependencies": {
"prettier": ">2.0.0"
Expand Down
Loading

0 comments on commit 43a3a36

Please sign in to comment.