diff --git a/build.gradle.kts b/build.gradle.kts index 04f573b..20a5357 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ repositories { } plugins { - kotlin("jvm") version "2.0.20" + kotlin("jvm") version "2.0.21" id("com.expediagroup.graphql") version "8.1.0" } diff --git a/bun.lockb b/bun.lockb index 7e31086..1ae8069 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 77f93e8..e7dbefc 100644 --- a/package.json +++ b/package.json @@ -21,20 +21,20 @@ "dependencies": { "@graphql-codegen/java-common": "3.0.0", "@graphql-codegen/plugin-helpers": "5.0.4", - "@graphql-codegen/visitor-plugin-common": "5.3.1", + "@graphql-codegen/visitor-plugin-common": "5.4.0", "ts-deepmerge": "7.0.1", "valibot": "0.42.1" }, "devDependencies": { - "@graphql-codegen/cli": "5.0.2", + "@graphql-codegen/cli": "5.0.3", "@total-typescript/ts-reset": "0.6.1", - "bun-types": "1.1.29", + "bun-types": "1.1.30", "eslint": "9.12.0", "husky": "9.1.6", "prettier": "3.3.3", "tsup": "8.3.0", - "typescript": "5.6.2", - "typescript-eslint": "8.8.0" + "typescript": "5.6.3", + "typescript-eslint": "8.8.1" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",