Skip to content

Commit c9785ad

Browse files
feat(deps): update dependencies
1 parent 3a8e3c1 commit c9785ad

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repositories {
66

77
plugins {
88
kotlin("jvm") version "2.0.21"
9-
id("com.expediagroup.graphql") version "8.2.0"
9+
id("com.expediagroup.graphql") version "8.2.1"
1010
}
1111

1212
dependencies {
13-
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.2.0")
14-
implementation("com.expediagroup", "graphql-kotlin-server", "8.2.0")
15-
implementation("com.expediagroup", "graphql-kotlin-federation", "8.2.0")
13+
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.2.1")
14+
implementation("com.expediagroup", "graphql-kotlin-server", "8.2.1")
15+
implementation("com.expediagroup", "graphql-kotlin-federation", "8.2.1")
1616
}
1717

1818
sourceSets {

bun.lockb

13.7 KB
Binary file not shown.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@graphql-codegen/java-common": "3.0.0",
23-
"@graphql-codegen/plugin-helpers": "5.0.4",
24-
"@graphql-codegen/visitor-plugin-common": "5.4.0",
23+
"@graphql-codegen/plugin-helpers": "5.1.0",
24+
"@graphql-codegen/visitor-plugin-common": "5.5.0",
2525
"ts-deepmerge": "7.0.1",
2626
"valibot": "0.42.1"
2727
},
2828
"devDependencies": {
2929
"@graphql-codegen/cli": "5.0.3",
3030
"@total-typescript/ts-reset": "0.6.1",
31-
"bun-types": "1.1.32",
32-
"eslint": "9.13.0",
31+
"bun-types": "1.1.33",
32+
"eslint": "9.14.0",
3333
"husky": "9.1.6",
3434
"prettier": "3.3.3",
35-
"tsup": "8.3.0",
35+
"tsup": "8.3.5",
3636
"typescript": "5.6.3",
37-
"typescript-eslint": "8.11.0"
37+
"typescript-eslint": "8.12.2"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)