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 @@ -6,13 +6,13 @@ repositories {
66
77plugins {
88 kotlin(" jvm" ) version " 2.1.0"
9- id(" com.expediagroup.graphql" ) version " 8.2.1 "
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 2828 "devDependencies" : {
2929 "@graphql-codegen/cli" : " 5.0.3" ,
3030 "@total-typescript/ts-reset" : " 0.6.1" ,
31- "bun-types" : " 1.1.42 " ,
32- "eslint" : " 9.17 .0" ,
31+ "bun-types" : " 1.1.45 " ,
32+ "eslint" : " 9.18 .0" ,
3333 "husky" : " 9.1.7" ,
3434 "prettier" : " 3.4.2" ,
3535 "tsup" : " 8.3.5" ,
36- "typescript" : " 5.7.2 " ,
37- "typescript-eslint" : " 8.18.1 "
36+ "typescript" : " 5.7.3 " ,
37+ "typescript-eslint" : " 8.21.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