Skip to content

Commit

Permalink
fix(yupResolver): merge yup's options (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisre authored May 31, 2021
1 parent df7bc46 commit 7bf09fd
Show file tree
Hide file tree
Showing 5 changed files with 1,013 additions and 1,688 deletions.
12 changes: 6 additions & 6 deletions io-ts/src/__tests__/__snapshots__/io-ts.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ Object {
},
],
"luckyNumbers": Array [
undefined,
undefined,
,
,
Object {
"message": "expected number but got \\"3\\"",
"ref": undefined,
"type": "number",
},
],
"vehicles": Array [
undefined,
,
Object {
"horsepower": Object {
"message": "expected number but got undefined",
Expand Down Expand Up @@ -65,16 +65,16 @@ Object {
},
],
"luckyNumbers": Array [
undefined,
undefined,
,
,
Object {
"message": "expected number but got \\"3\\"",
"ref": undefined,
"type": "number",
},
],
"vehicles": Array [
undefined,
,
Object {
"horsepower": Object {
"message": "expected number but got undefined",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,36 +157,36 @@
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@types/react": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"check-export-map": "^1.1.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"computed-types": "^1.6.0",
"eslint": "^7.26.0",
"computed-types": "^1.7.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"fp-ts": "^2.10.5",
"husky": "^6.0.0",
"io-ts": "^2.0.0",
"io-ts-types": "^0.5.16",
"jest": "^26.6.3",
"jest": "^27.0.3",
"joi": "^17.4.0",
"lint-staged": "^11.0.0",
"microbundle": "^0.13.0",
"microbundle": "^0.13.1",
"monocle-ts": "^2.3.10",
"newtype-ts": "^0.3.4",
"nope-validator": "^1.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "7.6.0",
"react-hook-form": "7.7.1",
"reflect-metadata": "^0.1.13",
"superstruct": "^0.15.2",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4",
"vest": "^3.2.1",
"ts-jest": "^27.0.1",
"typescript": "^4.3.2",
"vest": "^3.2.3",
"yup": "^0.32.9",
"zod": "^1.11.17"
},
Expand Down
Loading

0 comments on commit 7bf09fd

Please sign in to comment.