File tree 5 files changed +18
-18
lines changed
5 files changed +18
-18
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.0.21"
9
- id(" com.expediagroup.graphql" ) version " 8.2.0 "
9
+ id(" com.expediagroup.graphql" ) version " 8.2.1 "
10
10
}
11
11
12
12
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 " )
16
16
}
17
17
18
18
sourceSets {
Original file line number Diff line number Diff line change 7
7
"start" : " docusaurus start"
8
8
},
9
9
"devDependencies" : {
10
- "@docusaurus/core" : " 3.5 .2" ,
11
- "@docusaurus/module-type-aliases" : " 3.5 .2" ,
12
- "@docusaurus/preset-classic" : " 3.5 .2" ,
13
- "@docusaurus/tsconfig" : " 3.5 .2" ,
14
- "@docusaurus/types" : " 3.5 .2" ,
10
+ "@docusaurus/core" : " 3.6 .2" ,
11
+ "@docusaurus/module-type-aliases" : " 3.6 .2" ,
12
+ "@docusaurus/preset-classic" : " 3.6 .2" ,
13
+ "@docusaurus/tsconfig" : " 3.6 .2" ,
14
+ "@docusaurus/types" : " 3.6 .2" ,
15
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.4 " ,
18
+ "jsdoc-to-markdown" : " 9.0.5 " ,
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 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11 -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 20
20
"license" : " Apache-2.0" ,
21
21
"dependencies" : {
22
22
"@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" ,
25
25
"ts-deepmerge" : " 7.0.1" ,
26
26
"valibot" : " 0.42.1"
27
27
},
28
28
"devDependencies" : {
29
29
"@graphql-codegen/cli" : " 5.0.3" ,
30
30
"@total-typescript/ts-reset" : " 0.6.1" ,
31
- "bun-types" : " 1.1.32 " ,
32
- "eslint" : " 9.13 .0" ,
33
- "husky" : " 9.1.6 " ,
31
+ "bun-types" : " 1.1.34 " ,
32
+ "eslint" : " 9.15 .0" ,
33
+ "husky" : " 9.1.7 " ,
34
34
"prettier" : " 3.3.3" ,
35
- "tsup" : " 8.3.0 " ,
35
+ "tsup" : " 8.3.5 " ,
36
36
"typescript" : " 5.6.3" ,
37
- "typescript-eslint" : " 8.11 .0"
37
+ "typescript-eslint" : " 8.15 .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