File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ release:
7979
8080.deploy :
8181 image :
82- name : pulumi/pulumi:3.145 .0
82+ name : pulumi/pulumi:3.148 .0
8383 entrypoint :
8484 - ' /usr/bin/env'
8585 - ' PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
@@ -129,7 +129,7 @@ deploy:prod:
129129
130130pulumi-preview :
131131 image :
132- name : pulumi/pulumi:3.145 .0
132+ name : pulumi/pulumi:3.148 .0
133133 entrypoint :
134134 - ' /usr/bin/env'
135135 - ' PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ val prometeus_version: String by project
77var viteProcess: Process ? = null
88
99plugins {
10- kotlin(" jvm" ) version " 2.0.21 "
10+ kotlin(" jvm" ) version " 2.1.10 "
1111 id(" io.ktor.plugin" ) version " 2.3.13"
12- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.0.21 "
12+ id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.1.10 "
1313}
1414
1515group = " com.cardmaster"
@@ -54,7 +54,7 @@ dependencies {
5454 // Database Surreal DB
5555 implementation(" com.surrealdb:surrealdb-driver:$surrealdbVersion " )
5656 // SurrealDB java needs Java websockets
57- implementation(" org.java-websocket:Java-WebSocket:1.5.7 " )
57+ implementation(" org.java-websocket:Java-WebSocket:1.6.0 " )
5858
5959 implementation(" ch.qos.logback:logback-classic:$logback_version " )
6060 testImplementation(" io.ktor:ktor-server-tests-jvm:$ktor_version " )
Original file line number Diff line number Diff line change 1414 "axios" : " ^1.4.0" ,
1515 "localforage" : " ^1.10.0" ,
1616 "match-sorter" : " ^8.0.0" ,
17- "react" : " ^19.0 .0" ,
18- "react-dom" : " ^19.0 .0" ,
17+ "react" : " ^18.2 .0" ,
18+ "react-dom" : " ^18.2 .0" ,
1919 "@tanstack/react-query" : " ^5.0.0" ,
2020 "react-router-dom" : " ^6.14.2" ,
2121 "semantic-ui-css" : " ^2.5.0" ,
2222 "semantic-ui-react" : " ^3.0.0-beta.0" ,
2323 "sort-by" : " ^1.2.0"
2424 },
2525 "devDependencies" : {
26- "@types/react" : " ^19.0.0 " ,
27- "@types/react-dom" : " ^19.0.0 " ,
26+ "@types/react" : " ^18.3.18 " ,
27+ "@types/react-dom" : " ^18.3.5 " ,
2828 "@typescript-eslint/eslint-plugin" : " ^7.0.0" ,
2929 "@typescript-eslint/parser" : " ^7.0.0" ,
3030 "@vitejs/plugin-react-swc" : " ^3.3.2" ,
You can’t perform that action at this time.
0 commit comments