Skip to content

Commit

Permalink
chore(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent b6efe44 commit da23e50
Show file tree
Hide file tree
Showing 47 changed files with 1,109 additions and 1,042 deletions.
12 changes: 6 additions & 6 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ dependencies {
implementation(kotlin("stdlib"))

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

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

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

// Hashing
implementation("com.github.komputing.khash:keccak:1.1.3")

// Testing
testImplementation(kotlin("test-junit5"))
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.1")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine", "5.10.2")

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

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

detekt {
toolVersion = "1.23.4"
toolVersion = "1.23.5"
source.setFrom("src/main/kotlin")
config.setFrom("$projectDir/config/detekt/detekt.yml")
}
Expand Down
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.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
20 changes: 10 additions & 10 deletions backend/gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

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.
875 changes: 0 additions & 875 deletions frontend/.yarn/releases/yarn-3.7.0.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions frontend/.yarn/releases/yarn-3.8.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.7.0.cjs
yarnPath: .yarn/releases/yarn-3.8.1.cjs
26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@
"dependencies": {
"@material/radio": "4.0.0",
"@material/switch": "4.0.0",
"firebase-tools": "13.0.3",
"preact": "10.19.3",
"preact-iso": "2.3.2",
"firebase-tools": "13.5.2",
"preact": "10.19.7",
"preact-iso": "2.4.0",
"preact-markup": "2.1.1",
"preact-render-to-string": "6.3.1",
"preact-render-to-string": "6.4.0",
"react-hint": "3.2.1",
"serve": "14.2.1",
"sha3": "2.1.4"
},
"devDependencies": {
"@preact/preset-vite": "2.8.1",
"@preact/preset-vite": "2.8.2",
"@types/eslint": "^8",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"per-env": "1.0.2",
"prettier": "3.2.3",
"sass": "1.69.7",
"typescript": "5.3.3",
"vite": "4.5.1",
"prettier": "3.2.5",
"sass": "1.72.0",
"typescript": "5.4.2",
"vite": "4.5.2",
"vite-plugin-sass-dts": "1.3.17"
},
"peerDependencies": {
"prettier": ">2.0.0"
},
"packageManager": "yarn@3.7.0"
"packageManager": "yarn@3.8.1"
}
Loading

0 comments on commit da23e50

Please sign in to comment.