Skip to content

Commit 6a8e624

Browse files
Merge pull request #17 from stainless-code/dev-tools
chore: up dev tools; fix vitest warnings
2 parents 1bf811c + 7bd56d0 commit 6a8e624

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bun.lockb

1.12 KB
Binary file not shown.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,21 @@
5454
},
5555
"devDependencies": {
5656
"@changesets/changelog-github": "0.5.0",
57-
"@changesets/cli": "2.27.9",
57+
"@changesets/cli": "2.27.10",
5858
"@ianvs/prettier-plugin-sort-imports": "4.4.0",
59-
"@testing-library/react-hooks": "8.0.1",
59+
"@testing-library/react": "16.0.1",
6060
"@types/bun": "1.1.13",
6161
"@types/react": "18.3.12",
62-
"@typescript-eslint/eslint-plugin": "7.13.1",
63-
"@typescript-eslint/parser": "7.13.1",
62+
"@typescript-eslint/eslint-plugin": "8.15.0",
63+
"@typescript-eslint/parser": "8.15.0",
6464
"clean-package": "2.2.0",
6565
"eslint": "8.57.0",
6666
"eslint-config-prettier": "9.1.0",
67-
"eslint-plugin-react": "7.34.3",
67+
"eslint-plugin-react": "7.37.2",
6868
"jsdom": "25.0.1",
6969
"prettier": "3.3.3",
70-
"prettier-plugin-packagejson": "2.5.3",
71-
"rimraf": "5.0.7",
70+
"prettier-plugin-packagejson": "2.5.5",
71+
"rimraf": "6.0.1",
7272
"tsup": "8.3.5",
7373
"typescript": "5.6.3",
7474
"vitest": "2.1.5"

src/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { renderHook } from "@testing-library/react-hooks";
1+
import { renderHook } from "@testing-library/react";
22
import { act } from "react";
33
import { afterEach, describe, expect, it, vi } from "vitest";
44
import { createCustomEvent, useCustomEventListener } from "./index";

0 commit comments

Comments
 (0)