We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b29a1 commit 656a156Copy full SHA for 656a156
bun.lockb
-713 Bytes
package.json
@@ -8,7 +8,6 @@
8
"types": "./dist/index.d.ts",
9
"devDependencies": {
10
"@happy-dom/global-registrator": "^14.7.1",
11
- "@sinclair/typebox": "^0.32.28",
12
"@testing-library/dom": "^10.0.0",
13
"@testing-library/react": "^15.0.3",
14
"@types/bun": "^1.1.0",
src/index.ts
@@ -9,7 +9,6 @@ import {
jsonParse,
} from "./utils";
import { FetchSchema } from "./typed";
-import * as v from "valibot";
import { z } from "zod";
15
interface RequestContext {
0 commit comments