Skip to content

Commit

Permalink
chore(deps): update dependency sherif to v1 (#936)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency sherif to v1

* Fix sorting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
  • Loading branch information
renovate[bot] and lachlancollins authored Sep 4, 2024
1 parent 1dbf2d2 commit 94d7ff7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.10",
"sherif": "^0.11.0",
"sherif": "^1.0.0",
"solid-js": "^1.8.22",
"typescript": "5.4.2",
"typescript49": "npm:typescript@4.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/yup-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@tanstack/form-core": "workspace:*"
},
"devDependencies": {
"yup": "^1.4.0",
"@tanstack/react-form": "workspace:*"
"@tanstack/react-form": "workspace:*",
"yup": "^1.4.0"
},
"peerDependencies": {
"yup": "^1.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/zod-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@tanstack/form-core": "workspace:*"
},
"devDependencies": {
"zod": "^3.23.8",
"@tanstack/react-form": "workspace:*"
"@tanstack/react-form": "workspace:*",
"zod": "^3.23.8"
},
"peerDependencies": {
"zod": "^3.x"
Expand Down
58 changes: 29 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94d7ff7

Please sign in to comment.