Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 85a3257 commit 54d48c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ repositories {

plugins {
kotlin("jvm") version "2.0.21"
id("com.expediagroup.graphql") version "8.2.0"
id("com.expediagroup.graphql") version "8.2.1"
}

dependencies {
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.2.0")
implementation("com.expediagroup", "graphql-kotlin-server", "8.2.0")
implementation("com.expediagroup", "graphql-kotlin-federation", "8.2.0")
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.2.1")
implementation("com.expediagroup", "graphql-kotlin-server", "8.2.1")
implementation("com.expediagroup", "graphql-kotlin-federation", "8.2.1")
}

sourceSets {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@total-typescript/ts-reset": "0.6.1",
"bun-types": "1.1.32",
"bun-types": "1.1.33",
"eslint": "9.13.0",
"husky": "9.1.6",
"prettier": "3.3.3",
"tsup": "8.3.0",
"tsup": "8.3.5",
"typescript": "5.6.3",
"typescript-eslint": "8.11.0"
},
Expand Down

0 comments on commit 54d48c3

Please sign in to comment.