diff --git a/bun.lockb b/bun.lockb index 586b7e5..2a917c7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/bun.lockb b/docs/bun.lockb index 3ff799e..61ed7d2 100755 Binary files a/docs/bun.lockb and b/docs/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index 54d444d..3cfbb1c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,11 +6,11 @@ "docs:build": "tsc && docusaurus build" }, "devDependencies": { - "@docusaurus/core": "3.2.0", - "@docusaurus/module-type-aliases": "3.2.0", - "@docusaurus/preset-classic": "3.2.0", - "@docusaurus/tsconfig": "3.2.0", - "@docusaurus/types": "3.2.0", + "@docusaurus/core": "3.2.1", + "@docusaurus/module-type-aliases": "3.2.1", + "@docusaurus/preset-classic": "3.2.1", + "@docusaurus/tsconfig": "3.2.1", + "@docusaurus/types": "3.2.1", "@mdx-js/react": "3.0.1", "clsx": "2.1.0", "docusaurus-theme-github-codeblock": "2.0.2", diff --git a/package.json b/package.json index 5cbf3dc..15482b6 100644 --- a/package.json +++ b/package.json @@ -27,13 +27,13 @@ "devDependencies": { "@graphql-codegen/cli": "5.0.2", "@total-typescript/ts-reset": "0.5.1", - "@typescript-eslint/eslint-plugin": "7.4.0", - "bun-types": "1.0.36", + "@typescript-eslint/eslint-plugin": "7.5.0", + "bun-types": "1.1.2", "eslint": "8.57.0", "husky": "9.0.11", "prettier": "3.2.5", "tsup": "8.0.2", - "typescript": "5.4.3" + "typescript": "5.4.4" }, "scripts": { "build": "tsup src/plugin.ts --clean --dts --external graphql",