File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ repositories {
55}
66
77plugins {
8- kotlin(" jvm" ) version " 2.1.0 "
9- id(" com.expediagroup.graphql" ) version " 8.2.1 "
8+ kotlin(" jvm" ) version " 2.1.10 "
9+ id(" com.expediagroup.graphql" ) version " 8.3.0 "
1010}
1111
1212dependencies {
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 " )
13+ implementation(" com.expediagroup" , " graphql-kotlin-schema-generator" , " 8.3.0 " )
14+ implementation(" com.expediagroup" , " graphql-kotlin-server" , " 8.3.0 " )
15+ implementation(" com.expediagroup" , " graphql-kotlin-federation" , " 8.3.0 " )
1616}
1717
1818sourceSets {
Original file line number Diff line number Diff line change 77 "start" : " docusaurus start"
88 },
99 "devDependencies" : {
10- "@docusaurus/core" : " 3.6.3 " ,
11- "@docusaurus/module-type-aliases" : " 3.6.3 " ,
12- "@docusaurus/preset-classic" : " 3.6.3 " ,
13- "@docusaurus/tsconfig" : " 3.6.3 " ,
14- "@docusaurus/types" : " 3.6.3 " ,
10+ "@docusaurus/core" : " 3.7.0 " ,
11+ "@docusaurus/module-type-aliases" : " 3.7.0 " ,
12+ "@docusaurus/preset-classic" : " 3.7.0 " ,
13+ "@docusaurus/tsconfig" : " 3.7.0 " ,
14+ "@docusaurus/types" : " 3.7.0 " ,
1515 "@mdx-js/react" : " 3.1.0" ,
1616 "ajv" : " 8.17.1" ,
1717 "clsx" : " 2.1.1" ,
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 2121 "dependencies" : {
2222 "@graphql-codegen/java-common" : " 3.0.0" ,
2323 "@graphql-codegen/plugin-helpers" : " 5.1.0" ,
24- "@graphql-codegen/visitor-plugin-common" : " 5.6.0 " ,
24+ "@graphql-codegen/visitor-plugin-common" : " 5.6.1 " ,
2525 "ts-deepmerge" : " 7.0.2" ,
2626 "valibot" : " 0.42.1"
2727 },
2828 "devDependencies" : {
29- "@graphql-codegen/cli" : " 5.0.3 " ,
29+ "@graphql-codegen/cli" : " 5.0.4 " ,
3030 "@total-typescript/ts-reset" : " 0.6.1" ,
31- "bun-types" : " 1.1.42 " ,
32- "eslint" : " 9.17 .0" ,
31+ "bun-types" : " 1.2.2 " ,
32+ "eslint" : " 9.20 .0" ,
3333 "husky" : " 9.1.7" ,
34- "prettier" : " 3.4.2 " ,
35- "tsup" : " 8.3.5 " ,
36- "typescript" : " 5.7.2 " ,
37- "typescript-eslint" : " 8.18.1 "
34+ "prettier" : " 3.5.0 " ,
35+ "tsup" : " 8.3.6 " ,
36+ "typescript" : " 5.7.3 " ,
37+ "typescript-eslint" : " 8.23.0 "
3838 },
3939 "scripts" : {
4040 "build" : " tsup src/plugin.ts --clean --dts --external graphql" ,
You can’t perform that action at this time.
0 commit comments