File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
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.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"
1010}
1111
1212dependencies {
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" )
1616}
1717
1818sourceSets {
Original file line number Diff line number Diff line change 1212 "@docusaurus/preset-classic" : " 3.5.2" ,
1313 "@docusaurus/tsconfig" : " 3.5.2" ,
1414 "@docusaurus/types" : " 3.5.2" ,
15- "@mdx-js/react" : " 3.0.1 " ,
15+ "@mdx-js/react" : " 3.1.0 " ,
1616 "ajv" : " 8.17.1" ,
1717 "clsx" : " 2.1.1" ,
18- "jsdoc-to-markdown" : " 9.0.2 " ,
18+ "jsdoc-to-markdown" : " 9.0.4 " ,
1919 "prism-react-renderer" : " 2.4.0" ,
2020 "react" : " 18.3.1" ,
2121 "react-dom" : " 18.3.1" ,
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.0.4" ,
24- "@graphql-codegen/visitor-plugin-common" : " 5.3.1 " ,
24+ "@graphql-codegen/visitor-plugin-common" : " 5.4.0 " ,
2525 "ts-deepmerge" : " 7.0.1" ,
2626 "valibot" : " 0.42.1"
2727 },
2828 "devDependencies" : {
29- "@graphql-codegen/cli" : " 5.0.2 " ,
29+ "@graphql-codegen/cli" : " 5.0.3 " ,
3030 "@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" ,
3333 "husky" : " 9.1.6" ,
3434 "prettier" : " 3.3.3" ,
3535 "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"
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