Skip to content

Commit

Permalink
chore: update valibot dependency (#1009)
Browse files Browse the repository at this point in the history
* chore: update valibot dependency

* Sync version

---------

Co-authored-by: Lachlan Collins <[email protected]>
  • Loading branch information
fabian-hiller and lachlancollins authored Nov 12, 2024
1 parent aed3c86 commit a7adecb
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/angular/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tanstack/valibot-form-adapter": "^0.34.4",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"valibot": "1.0.0-beta.3",
"valibot": "^1.0.0-beta.5",
"zone.js": "^0.15.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/valibot-form-adapter": "^0.34.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "1.0.0-beta.3"
"valibot": "^1.0.0-beta.5"
},
"devDependencies": {
"@types/react": "^18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tanstack/solid-form": "^0.34.4",
"@tanstack/valibot-form-adapter": "^0.34.4",
"solid-js": "^1.9.3",
"valibot": "1.0.0-beta.3"
"valibot": "^1.0.0-beta.5"
},
"devDependencies": {
"typescript": "5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@tanstack/valibot-form-adapter": "^0.34.4",
"@tanstack/vue-form": "^0.34.4",
"valibot": "1.0.0-beta.3",
"valibot": "^1.0.0-beta.5",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/valibot-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"devDependencies": {
"@tanstack/react-form": "workspace:*",
"valibot": "1.0.0-beta.3"
"valibot": "^1.0.0-beta.5"
},
"peerDependencies": {
"valibot": "^1.0.0 || ^1.0.0-beta || ^1.0.0-rc"
"valibot": "^1.0.0 || ^1.0.0-beta.4 || ^1.0.0-rc"
}
}
26 changes: 13 additions & 13 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 a7adecb

Please sign in to comment.