Skip to content

Commit b2771ed

Browse files
committed
VALIDATOR: v2.0.1 Update deps
1 parent f4443b1 commit b2771ed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

validator/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@schemasjs/validator",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An opinionated type validator API indpendent from schema validators like Zod, Valibot, etc",
55
"author": "Cristobal Contreras Rubio",
66
"license": "MIT",
@@ -52,12 +52,12 @@
5252
"test:coverage": "vitest run --coverage"
5353
},
5454
"optionalDependencies": {
55-
"valibot": ">0.31.0",
56-
"zod": "^3.23.8"
55+
"valibot": ">1.0.0",
56+
"zod": "^3.24.2"
5757
},
5858
"devDependencies": {
59-
"@schemasjs/valibot-numbers": "^1.0.15",
60-
"@schemasjs/zod-numbers": "^1.0.6"
59+
"@schemasjs/valibot-numbers": "^1.0.17",
60+
"@schemasjs/zod-numbers": "^1.0.8"
6161
},
6262
"ts-standard": {
6363
"ignore": [

validator/tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('Valibot', () => {
5555
})
5656
})
5757

58-
describe.skip('Zod', () => {
58+
describe('Zod', () => {
5959
const Uint8Schema = ZodValidator<Uint8Zod>(Uint8ZodSchema)
6060
const Float32Schema = ZodValidator<Float32Zod>(Float32ZodSchema)
6161

0 commit comments

Comments
 (0)