Skip to content

Commit

Permalink
chore(deps): update (#618)
Browse files Browse the repository at this point in the history
* chore(deps): update

* chore: remove dependabot
  • Loading branch information
jorisre committed Aug 17, 2023
1 parent 2185330 commit e5e7346
Show file tree
Hide file tree
Showing 7 changed files with 1,719 additions and 2,063 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,54 +207,53 @@
},
"homepage": "https://react-hook-form.com",
"devDependencies": {
"@sinclair/typebox": "^0.27.6",
"@testing-library/dom": "^9.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@sinclair/typebox": "^0.31.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@vitejs/plugin-react": "^4.0.4",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"arktype": "1.0.13-alpha",
"arktype": "1.0.19-alpha",
"check-export-map": "^1.3.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"computed-types": "^1.11.2",
"cross-env": "^7.0.3",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"fp-ts": "^2.13.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"fp-ts": "^2.16.1",
"husky": "^8.0.3",
"io-ts": "^2.2.20",
"io-ts-types": "^0.5.19",
"joi": "^17.9.1",
"jsdom": "^21.1.1",
"lint-staged": "^13.2.1",
"joi": "^17.9.2",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.0",
"microbundle": "^0.15.1",
"monocle-ts": "^2.3.13",
"newtype-ts": "^0.3.5",
"nope-validator": "^1.0.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"prettier": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-hook-form": "^7.45.4",
"reflect-metadata": "^0.1.13",
"superstruct": "^1.0.3",
"typanion": "^3.12.1",
"typescript": "^5.0.4",
"valibot": "^0.8.0",
"vest": "^4.6.9",
"vite": "^4.2.1",
"typanion": "^3.14.0",
"typescript": "^5.1.6",
"valibot": "^0.12.0",
"vest": "^4.6.11",
"vite": "^4.4.9",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.30.1",
"yup": "^1.1.0",
"zod": "^3.21.4"
"vitest": "^0.34.1",
"yup": "^1.2.0",
"zod": "^3.22.1"

This comment has been minimized.

Copy link
@jvandenaardweg

jvandenaardweg Aug 22, 2023

@jorisre can you release this change? Using the latest version of Zod with React Hook Form resolvers is currently breaking types. This update you did from 3.21.4 to 3.22.1 in this package should be the fix for that, I think.

See: colinhacks/zod#2663

},
"peerDependencies": {
"react-hook-form": "^7.0.0"
Expand Down

0 comments on commit e5e7346

Please sign in to comment.