Skip to content

Commit

Permalink
Merge pull request #150 from PabloLec/develop
Browse files Browse the repository at this point in the history
1.1.9
  • Loading branch information
PabloLec committed May 14, 2023
2 parents b0f2a97 + e9af412 commit fa5e977
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 243 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install typescript vue-tsc vite -g && pnpm install --no-frozen-lockfile
run: pnpm install typescript vue-tsc@1.2.0 vite -g && pnpm install --no-frozen-lockfile

- name: Run Frontend build
run: vue-tsc --noEmit && vite build
Expand Down
18 changes: 9 additions & 9 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.20"
kotlin("jvm") version "1.8.21"
application
jacoco
id("com.apollographql.apollo3") version "3.8.0"
id("com.apollographql.apollo3") version "3.8.1"
}

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

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.litote.kmongo:kmongo:4.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.0")
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.0")
implementation("com.apollographql.apollo3:apollo-runtime:3.8.1")
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.8.0")
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")
}

tasks.test {
Expand Down
14 changes: 7 additions & 7 deletions src/main/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
},
"dependencies": {
"autoprefixer": "10.4.14",
"postcss": "8.4.21",
"swiper": "9.2.0",
"tailwindcss": "3.3.1",
"vue": "3.2.47",
"vue-final-modal": "4.2.0",
"vue-router": "4.1.6",
"postcss": "8.4.23",
"swiper": "9.3.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"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.2.0",
"typescript": "5.0.3",
"typescript": "5.0.4",
"vite": "3.2.5",
"vue-tsc": "1.2.0"
}
Expand Down
Loading

0 comments on commit fa5e977

Please sign in to comment.