Skip to content

Commit

Permalink
fix(deps): update all minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 91e3a4c commit 1478aa9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ release:

.deploy:
image:
name: pulumi/pulumi:3.145.0
name: pulumi/pulumi:3.150.0
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Expand Down Expand Up @@ -129,7 +129,7 @@ deploy:prod:

pulumi-preview:
image:
name: pulumi/pulumi:3.145.0
name: pulumi/pulumi:3.150.0
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ val prometeus_version: String by project
var viteProcess: Process? = null

plugins {
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.10"
id("io.ktor.plugin") version "2.3.13"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.21"
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.10"
}

group = "com.cardmaster"
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies {
// Database Surreal DB
implementation("com.surrealdb:surrealdb-driver:$surrealdbVersion")
// SurrealDB java needs Java websockets
implementation("org.java-websocket:Java-WebSocket:1.5.7")
implementation("org.java-websocket:Java-WebSocket:1.6.0")

implementation("ch.qos.logback:logback-classic:$logback_version")
testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")
Expand Down
6 changes: 3 additions & 3 deletions deploy/package-lock.json

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

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"axios": "^1.4.0",
"localforage": "^1.10.0",
"match-sorter": "^8.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@tanstack/react-query": "^5.0.0",
"react-router-dom": "^6.14.2",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^3.0.0-beta.0",
"sort-by": "^1.2.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
Expand Down

0 comments on commit 1478aa9

Please sign in to comment.