diff --git a/bun.lockb b/bun.lockb index a9e9f75..ae956cb 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index ea5b65f..c915fbd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -16,7 +16,7 @@ "ajv": "8.17.1", "clsx": "2.1.1", "jsdoc-to-markdown": "9.1.1", - "prism-react-renderer": "2.4.0", + "prism-react-renderer": "2.4.1", "react": "19.0.0", "react-dom": "19.0.0", "react-loadable": "5.5.0" diff --git a/package.json b/package.json index 01230be..c08c639 100644 --- a/package.json +++ b/package.json @@ -29,12 +29,12 @@ "@graphql-codegen/cli": "5.0.3", "@total-typescript/ts-reset": "0.6.1", "bun-types": "1.1.38", - "eslint": "9.16.0", + "eslint": "9.17.0", "husky": "9.1.7", "prettier": "3.4.2", "tsup": "8.3.5", "typescript": "5.7.2", - "typescript-eslint": "8.17.0" + "typescript-eslint": "8.18.0" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",