diff --git a/bun.lockb b/bun.lockb index 6d4f3c4..bfdd293 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index cf6581d..8f5b390 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "@mdx-js/react": "3.0.1", "ajv": "8.17.1", "clsx": "2.1.1", - "jsdoc-to-markdown": "8.0.1", + "jsdoc-to-markdown": "8.0.2", "prism-react-renderer": "2.3.1", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/package.json b/package.json index 82b5880..5bd5e8e 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ "@total-typescript/ts-reset": "0.5.1", "bun-types": "1.1.20", "eslint": "9.7.0", - "husky": "9.0.11", + "husky": "9.1.1", "prettier": "3.3.3", - "tsup": "8.1.0", + "tsup": "8.2.2", "typescript": "5.5.3", - "typescript-eslint": "7.16.0" + "typescript-eslint": "7.16.1" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",