@modular-forms/solid
Advanced tools
Comparing version 0.24.0 to 0.24.1
{ | ||
"name": "@modular-forms/solid", | ||
"description": "The modular and type-safe form library for SolidJS", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"license": "MIT", | ||
@@ -49,7 +49,4 @@ "author": "Fabian Hiller", | ||
}, | ||
"scripts": { | ||
"build": "rollup -c ./rollup.config.js", | ||
"format": "prettier --write .", | ||
"format.check": "prettier --check .", | ||
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit" | ||
"dependencies": { | ||
"valibot": "1.0.0-beta.0" | ||
}, | ||
@@ -66,14 +63,13 @@ "devDependencies": { | ||
"typescript": "^5.5.4", | ||
"valibot": "1.0.0-beta.0", | ||
"zod": "^3.23.8" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "^1.3.1", | ||
"valibot": "^1.0.0" | ||
"solid-js": "^1.3.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"valibot": { | ||
"optional": true | ||
} | ||
"scripts": { | ||
"build": "rollup -c ./rollup.config.js", | ||
"format": "prettier --write .", | ||
"format.check": "prettier --check .", | ||
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit" | ||
} | ||
} | ||
} |
724415
10
199
+ Addedvalibot@1.0.0-beta.0
+ Addedvalibot@1.0.0-beta.0(transitive)