Skip to content

Commit

Permalink
Merge pull request #139 from PabloLec/develop
Browse files Browse the repository at this point in the history
1.1.8
  • Loading branch information
PabloLec authored Apr 7, 2023
2 parents 3027efa + f5516d1 commit b0f2a97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.8.10"
kotlin("jvm") version "1.8.20"
application
jacoco
id("com.apollographql.apollo3") version "3.7.5"
id("com.apollographql.apollo3") version "3.8.0"
}

group = "dev.pablolec"
Expand All @@ -19,14 +19,14 @@ dependencies {
implementation("org.litote.kmongo:kmongo:4.8.0")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("org.slf4j:slf4j-log4j12:2.0.7")
implementation("com.jcabi:jcabi-log:0.22.0")
implementation("com.apollographql.apollo3:apollo-runtime:3.7.5")
implementation("com.jcabi:jcabi-log:0.23.0")
implementation("com.apollographql.apollo3:apollo-runtime:3.8.0")
implementation("com.github.sya-ri:kgit:1.0.5")
testImplementation(kotlin("test"))
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("io.mockk:mockk:1.13.4")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
testImplementation("com.apollographql.apollo3:apollo-testing-support:3.7.5")
testImplementation("com.apollographql.apollo3:apollo-testing-support:3.8.0")
}

tasks.test {
Expand Down
8 changes: 4 additions & 4 deletions src/main/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"dependencies": {
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"swiper": "9.1.1",
"tailwindcss": "3.2.7",
"swiper": "9.2.0",
"tailwindcss": "3.3.1",
"vue": "3.2.47",
"vue-final-modal": "4.0.11",
"vue-final-modal": "4.2.0",
"vue-router": "4.1.6",
"vue3-easy-data-table": "1.5.42"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.2.0",
"typescript": "5.0.2",
"typescript": "5.0.3",
"vite": "3.2.5",
"vue-tsc": "1.2.0"
}
Expand Down

0 comments on commit b0f2a97

Please sign in to comment.