Skip to content

Commit

Permalink
Merge pull request #17 from stainless-code/dev-tools
Browse files Browse the repository at this point in the history
chore: up dev tools; fix vitest warnings
  • Loading branch information
SutuSebastian authored Nov 22, 2024
2 parents 1bf811c + 7bd56d0 commit 6a8e624
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 6a8e624

Please sign in to comment.