Skip to content

Commit

Permalink
Merge pull request #203 from PabloLec/develop
Browse files Browse the repository at this point in the history
1.1.10
  • Loading branch information
PabloLec authored Jul 1, 2023
2 parents fa5e977 + d069c29 commit 590e867
Show file tree
Hide file tree
Showing 4 changed files with 359 additions and 391 deletions.
16 changes: 8 additions & 8 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.21"
kotlin("jvm") version "1.9.0-RC"
application
jacoco
id("com.apollographql.apollo3") version "3.8.1"
id("com.apollographql.apollo3") version "3.8.2"
}

group = "dev.pablolec"
Expand All @@ -15,18 +15,18 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.2")
implementation("org.litote.kmongo:kmongo:4.9.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.23.0")
implementation("com.apollographql.apollo3:apollo-runtime:3.8.1")
implementation("com.apollographql.apollo3:apollo-runtime:3.8.2")
implementation("com.github.sya-ri:kgit:1.0.5")
testImplementation(kotlin("test"))
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
testImplementation("io.mockk:mockk:1.13.5")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.0")
testImplementation("com.apollographql.apollo3:apollo-testing-support:3.8.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.2")
testImplementation("com.apollographql.apollo3:apollo-testing-support:3.8.2")
}

tasks.test {
Expand All @@ -35,7 +35,7 @@ tasks.test {
}

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "1.8"
kotlinOptions.jvmTarget = "17"
}

application {
Expand Down Expand Up @@ -89,4 +89,4 @@ tasks.withType<JacocoReport> {
)
)
}
}
}
16 changes: 8 additions & 8 deletions src/main/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"autoprefixer": "10.4.14",
"postcss": "8.4.23",
"swiper": "9.3.1",
"postcss": "8.4.24",
"swiper": "9.4.1",
"tailwindcss": "3.3.2",
"vue": "3.3.1",
"vue-final-modal": "4.4.2",
"vue-router": "4.2.0",
"vue3-easy-data-table": "1.5.42"
"vue": "3.3.4",
"vue-final-modal": "4.4.3",
"vue-router": "4.2.2",
"vue3-easy-data-table": "1.5.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.2.0",
"typescript": "5.0.4",
"typescript": "5.1.6",
"vite": "3.2.5",
"vue-tsc": "1.2.0"
"vue-tsc": "1.8.3"
}
}
Loading

0 comments on commit 590e867

Please sign in to comment.