File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
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.0.20 "
9
- id(" com.expediagroup.graphql" ) version " 8.1 .0"
8
+ kotlin(" jvm" ) version " 2.0.21 "
9
+ id(" com.expediagroup.graphql" ) version " 8.2 .0"
10
10
}
11
11
12
12
dependencies {
13
- implementation(" com.expediagroup" , " graphql-kotlin-schema-generator" , " 8.1 .0" )
14
- implementation(" com.expediagroup" , " graphql-kotlin-server" , " 8.1 .0" )
15
- implementation(" com.expediagroup" , " graphql-kotlin-federation" , " 8.1 .0" )
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" )
16
16
}
17
17
18
18
sourceSets {
Original file line number Diff line number Diff line change 12
12
"@docusaurus/preset-classic" : " 3.5.2" ,
13
13
"@docusaurus/tsconfig" : " 3.5.2" ,
14
14
"@docusaurus/types" : " 3.5.2" ,
15
- "@mdx-js/react" : " 3.0.1 " ,
15
+ "@mdx-js/react" : " 3.1.0 " ,
16
16
"ajv" : " 8.17.1" ,
17
17
"clsx" : " 2.1.1" ,
18
- "jsdoc-to-markdown" : " 9.0.2 " ,
18
+ "jsdoc-to-markdown" : " 9.0.4 " ,
19
19
"prism-react-renderer" : " 2.4.0" ,
20
20
"react" : " 18.3.1" ,
21
21
"react-dom" : " 18.3.1" ,
Original file line number Diff line number Diff line change 21
21
"dependencies" : {
22
22
"@graphql-codegen/java-common" : " 3.0.0" ,
23
23
"@graphql-codegen/plugin-helpers" : " 5.0.4" ,
24
- "@graphql-codegen/visitor-plugin-common" : " 5.3.1 " ,
24
+ "@graphql-codegen/visitor-plugin-common" : " 5.4.0 " ,
25
25
"ts-deepmerge" : " 7.0.1" ,
26
26
"valibot" : " 0.42.1"
27
27
},
28
28
"devDependencies" : {
29
- "@graphql-codegen/cli" : " 5.0.2 " ,
29
+ "@graphql-codegen/cli" : " 5.0.3 " ,
30
30
"@total-typescript/ts-reset" : " 0.6.1" ,
31
- "bun-types" : " 1.1.29 " ,
32
- "eslint" : " 9.12 .0" ,
31
+ "bun-types" : " 1.1.32 " ,
32
+ "eslint" : " 9.13 .0" ,
33
33
"husky" : " 9.1.6" ,
34
34
"prettier" : " 3.3.3" ,
35
35
"tsup" : " 8.3.0" ,
36
- "typescript" : " 5.6.2 " ,
37
- "typescript-eslint" : " 8.8 .0"
36
+ "typescript" : " 5.6.3 " ,
37
+ "typescript-eslint" : " 8.11 .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