diff --git a/bun.lockb b/bun.lockb index a769505..5284400 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 34a195c..282dfcf 100644 --- a/package.json +++ b/package.json @@ -54,21 +54,21 @@ }, "devDependencies": { "@changesets/changelog-github": "0.5.0", - "@changesets/cli": "2.27.9", + "@changesets/cli": "2.27.10", "@ianvs/prettier-plugin-sort-imports": "4.4.0", - "@testing-library/react-hooks": "8.0.1", + "@testing-library/react": "16.0.1", "@types/bun": "1.1.13", "@types/react": "18.3.12", - "@typescript-eslint/eslint-plugin": "7.13.1", - "@typescript-eslint/parser": "7.13.1", + "@typescript-eslint/eslint-plugin": "8.15.0", + "@typescript-eslint/parser": "8.15.0", "clean-package": "2.2.0", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", - "eslint-plugin-react": "7.34.3", + "eslint-plugin-react": "7.37.2", "jsdom": "25.0.1", "prettier": "3.3.3", - "prettier-plugin-packagejson": "2.5.3", - "rimraf": "5.0.7", + "prettier-plugin-packagejson": "2.5.5", + "rimraf": "6.0.1", "tsup": "8.3.5", "typescript": "5.6.3", "vitest": "2.1.5" diff --git a/src/index.test.ts b/src/index.test.ts index 830332c..cd09565 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -1,4 +1,4 @@ -import { renderHook } from "@testing-library/react-hooks"; +import { renderHook } from "@testing-library/react"; import { act } from "react"; import { afterEach, describe, expect, it, vi } from "vitest"; import { createCustomEvent, useCustomEventListener } from "./index";