Skip to content

Commit 3027efa

Browse files
authored
Merge pull request #125 from PabloLec/develop
1.1.7
2 parents f968f6d + 2b95707 commit 3027efa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
kotlin("jvm") version "1.8.10"
55
application
66
jacoco
7-
id("com.apollographql.apollo3") version "3.7.4"
7+
id("com.apollographql.apollo3") version "3.7.5"
88
}
99

1010
group = "dev.pablolec"
@@ -18,15 +18,15 @@ dependencies {
1818
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
1919
implementation("org.litote.kmongo:kmongo:4.8.0")
2020
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
21-
implementation("org.slf4j:slf4j-log4j12:2.0.6")
21+
implementation("org.slf4j:slf4j-log4j12:2.0.7")
2222
implementation("com.jcabi:jcabi-log:0.22.0")
23-
implementation("com.apollographql.apollo3:apollo-runtime:3.7.4")
23+
implementation("com.apollographql.apollo3:apollo-runtime:3.7.5")
2424
implementation("com.github.sya-ri:kgit:1.0.5")
2525
testImplementation(kotlin("test"))
2626
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
2727
testImplementation("io.mockk:mockk:1.13.4")
2828
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
29-
testImplementation("com.apollographql.apollo3:apollo-testing-support:3.7.4")
29+
testImplementation("com.apollographql.apollo3:apollo-testing-support:3.7.5")
3030
}
3131

3232
tasks.test {

src/main/vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"autoprefixer": "10.4.13",
12+
"autoprefixer": "10.4.14",
1313
"postcss": "8.4.21",
14-
"swiper": "9.1.0",
14+
"swiper": "9.1.1",
1515
"tailwindcss": "3.2.7",
1616
"vue": "3.2.47",
17-
"vue-final-modal": "4.0.9",
17+
"vue-final-modal": "4.0.11",
1818
"vue-router": "4.1.6",
19-
"vue3-easy-data-table": "1.5.34"
19+
"vue3-easy-data-table": "1.5.42"
2020
},
2121
"devDependencies": {
2222
"@vitejs/plugin-vue": "3.2.0",
23-
"typescript": "4.9.5",
23+
"typescript": "5.0.2",
2424
"vite": "3.2.5",
2525
"vue-tsc": "1.2.0"
2626
}

0 commit comments

Comments
 (0)