Skip to content

Commit

Permalink
chore: Update valibot dependency to version >=v0.33.0 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller authored Jun 26, 2024
1 parent 2edbf0a commit 715704e
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 37 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 @@
"@angular/router": "^17.3.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"valibot": "^0.31.1",
"valibot": "^0.35.0",
"zone.js": "~0.14.2"
},
"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.23.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^0.31.1"
"valibot": "^0.35.0"
},
"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.23.3",
"@tanstack/valibot-form-adapter": "^0.23.3",
"solid-js": "^1.7.8",
"valibot": "^0.31.1"
"valibot": "^0.35.0"
},
"devDependencies": {
"typescript": "5.4.2",
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.23.3",
"@tanstack/vue-form": "^0.23.3",
"valibot": "^0.31.1",
"valibot": "^0.35.0",
"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 @@ -54,9 +54,9 @@
"@tanstack/form-core": "workspace:*"
},
"peerDependencies": {
"valibot": ">=0.31.0 <1"
"valibot": ">=0.33.0 <1"
},
"devDependencies": {
"valibot": "^0.31.1"
"valibot": "^0.35.0"
}
}
64 changes: 33 additions & 31 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 715704e

Please sign in to comment.