diff --git a/bun.lockb b/bun.lockb index ae956cb..add806b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8..cea7a79 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/package.json b/package.json index c08c639..d03309a 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ "devDependencies": { "@graphql-codegen/cli": "5.0.3", "@total-typescript/ts-reset": "0.6.1", - "bun-types": "1.1.38", + "bun-types": "1.1.42", "eslint": "9.17.0", "husky": "9.1.7", "prettier": "3.4.2", "tsup": "8.3.5", "typescript": "5.7.2", - "typescript-eslint": "8.18.0" + "typescript-eslint": "8.18.1" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",