File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ repositories {
5
5
}
6
6
7
7
plugins {
8
- kotlin(" jvm" ) version " 2.1.20 "
9
- id(" com.expediagroup.graphql" ) version " 8.4 .0"
8
+ kotlin(" jvm" ) version " 2.1.21 "
9
+ id(" com.expediagroup.graphql" ) version " 8.7 .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.7 .0" )
14
+ implementation(" com.expediagroup" , " graphql-kotlin-server" , " 8.7 .0" )
15
+ implementation(" com.expediagroup" , " graphql-kotlin-federation" , " 8.7 .0" )
16
16
}
17
17
18
18
sourceSets {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 22
22
"@graphql-codegen/java-common" : " 3.0.0" ,
23
23
"@graphql-codegen/plugin-helpers" : " 5.1.0" ,
24
24
"@graphql-codegen/visitor-plugin-common" : " 5.8.0" ,
25
- "ts-deepmerge" : " 7.0.2 " ,
26
- "valibot" : " 1.0 .0"
25
+ "ts-deepmerge" : " 7.0.3 " ,
26
+ "valibot" : " 1.1 .0"
27
27
},
28
28
"devDependencies" : {
29
- "@graphql-codegen/cli" : " 5.0.5 " ,
29
+ "@graphql-codegen/cli" : " 5.0.6 " ,
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.13 " ,
32
+ "eslint" : " 9.27 .0" ,
33
33
"husky" : " 9.1.7" ,
34
34
"prettier" : " 3.5.3" ,
35
- "tsup" : " 8.4 .0" ,
36
- "typescript" : " 5.8.2 " ,
37
- "typescript-eslint" : " 8.28.0 "
35
+ "tsup" : " 8.5 .0" ,
36
+ "typescript" : " 5.8.3 " ,
37
+ "typescript-eslint" : " 8.32.1 "
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