Skip to content
Open
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"test:types": "tsc --noEmit"
},
"dependencies": {
"@standard-schema/spec": "^1.0.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can copy-paste types (as they suggest) to avoid extra dependency

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I fixed it 👍

"chokidar": "^4.0.3",
"confbox": "^0.1.8",
"defu": "^6.1.4",
Expand All @@ -56,7 +57,9 @@
"prettier": "^3.5.2",
"typescript": "^5.7.3",
"unbuild": "^3.5.0",
"vitest": "^3.0.7"
"valibot": "^1.0.0",
"vitest": "^3.0.7",
"zod": "^3.24.2"
},
"peerDependencies": {
"magicast": "^0.3.5"
Expand Down
Loading