diff --git a/bun.lockb b/bun.lockb index 2df8d4e..55cad27 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index ec72dd6..e5221de 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,8 +17,8 @@ "clsx": "2.1.1", "jsdoc-to-markdown": "9.1.1", "prism-react-renderer": "2.4.1", - "react": "19.0.0", - "react-dom": "19.0.0", + "react": "19.1.0", + "react-dom": "19.1.0", "react-loadable": "5.5.0" } } diff --git a/package.json b/package.json index 33a462f..603afd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@expediagroup/graphql-kotlin-codegen", - "packageManager": "bun@1.2.2", + "packageManager": "bun@1.2.7", "main": "dist/plugin.cjs", "types": "dist/plugin.d.cts", "files": [ @@ -21,20 +21,20 @@ "dependencies": { "@graphql-codegen/java-common": "3.0.0", "@graphql-codegen/plugin-helpers": "5.1.0", - "@graphql-codegen/visitor-plugin-common": "5.7.1", + "@graphql-codegen/visitor-plugin-common": "5.8.0", "ts-deepmerge": "7.0.2", "valibot": "1.0.0" }, "devDependencies": { "@graphql-codegen/cli": "5.0.5", "@total-typescript/ts-reset": "0.6.1", - "bun-types": "1.2.5", + "bun-types": "1.2.7", "eslint": "9.23.0", "husky": "9.1.7", "prettier": "3.5.3", "tsup": "8.4.0", "typescript": "5.8.2", - "typescript-eslint": "8.27.0" + "typescript-eslint": "8.28.0" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",