File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ repositories {
6
6
7
7
plugins {
8
8
kotlin(" jvm" ) version " 2.1.20"
9
- id(" com.expediagroup.graphql" ) version " 8.4 .0"
9
+ id(" com.expediagroup.graphql" ) version " 8.6 .0"
10
10
}
11
11
12
12
dependencies {
13
- implementation(" com.expediagroup" , " graphql-kotlin-schema-generator" , " 8.4 .0" )
14
- implementation(" com.expediagroup" , " graphql-kotlin-server" , " 8.4 .0" )
15
- implementation(" com.expediagroup" , " graphql-kotlin-federation" , " 8.4 .0" )
13
+ implementation(" com.expediagroup" , " graphql-kotlin-schema-generator" , " 8.6 .0" )
14
+ implementation(" com.expediagroup" , " graphql-kotlin-server" , " 8.6 .0" )
15
+ implementation(" com.expediagroup" , " graphql-kotlin-federation" , " 8.6 .0" )
16
16
}
17
17
18
18
sourceSets {
Original file line number Diff line number Diff line change 28
28
"devDependencies" : {
29
29
"@graphql-codegen/cli" : " 5.0.5" ,
30
30
"@total-typescript/ts-reset" : " 0.6.1" ,
31
- "bun-types" : " 1.2.7 " ,
32
- "eslint" : " 9.23.0 " ,
31
+ "bun-types" : " 1.2.10 " ,
32
+ "eslint" : " 9.25.1 " ,
33
33
"husky" : " 9.1.7" ,
34
34
"prettier" : " 3.5.3" ,
35
35
"tsup" : " 8.4.0" ,
36
- "typescript" : " 5.8.2 " ,
37
- "typescript-eslint" : " 8.28 .0"
36
+ "typescript" : " 5.8.3 " ,
37
+ "typescript-eslint" : " 8.31 .0"
38
38
},
39
39
"scripts" : {
40
40
"build" : " tsup src/plugin.ts --clean --dts --external graphql" ,
You can’t perform that action at this time.
0 commit comments