Skip to content

Commit 656a156

Browse files
committed
fix: remove valibot
1 parent 67b29a1 commit 656a156

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

bun.lockb

-713 Bytes
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"types": "./dist/index.d.ts",
99
"devDependencies": {
1010
"@happy-dom/global-registrator": "^14.7.1",
11-
"@sinclair/typebox": "^0.32.28",
1211
"@testing-library/dom": "^10.0.0",
1312
"@testing-library/react": "^15.0.3",
1413
"@types/bun": "^1.1.0",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
jsonParse,
1010
} from "./utils";
1111
import { FetchSchema } from "./typed";
12-
import * as v from "valibot";
1312
import { z } from "zod";
1413

1514
interface RequestContext {

0 commit comments

Comments
 (0)