diff --git a/build.gradle.kts b/build.gradle.kts index fc009a9..cd760da 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ repositories { } plugins { - kotlin("jvm") version "2.0.10" + kotlin("jvm") version "2.0.20" id("com.expediagroup.graphql") version "7.1.4" } diff --git a/bun.lockb b/bun.lockb index f5744ae..5849c60 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index b5c3f2c..7ad9033 100644 --- a/package.json +++ b/package.json @@ -23,18 +23,18 @@ "@graphql-codegen/plugin-helpers": "5.0.4", "@graphql-codegen/visitor-plugin-common": "5.3.1", "ts-deepmerge": "7.0.1", - "valibot": "0.37.0" + "valibot": "0.39.0" }, "devDependencies": { "@graphql-codegen/cli": "5.0.2", - "@total-typescript/ts-reset": "0.5.1", - "bun-types": "1.1.24", - "eslint": "9.9.0", - "husky": "9.1.4", + "@total-typescript/ts-reset": "0.6.0", + "bun-types": "1.1.26", + "eslint": "9.9.1", + "husky": "9.1.5", "prettier": "3.3.3", "tsup": "8.2.4", "typescript": "5.5.4", - "typescript-eslint": "8.1.0" + "typescript-eslint": "8.2.0" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",