Skip to content

Commit

Permalink
chore(deps): update dependency valibot to ^0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 15, 2024
1 parent ddb320c commit c801b4f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 20 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.26.4",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"valibot": "^0.35.0",
"valibot": "^0.36.0",
"zone.js": "^0.14.7"
},
"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.26.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^0.35.0"
"valibot": "^0.36.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.26.4",
"@tanstack/valibot-form-adapter": "^0.26.4",
"solid-js": "^1.8.18",
"valibot": "^0.35.0"
"valibot": "^0.36.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.26.4",
"@tanstack/vue-form": "^0.26.4",
"valibot": "^0.35.0",
"valibot": "^0.36.0",
"vue": "^3.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot-form-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@tanstack/form-core": "workspace:*"
},
"devDependencies": {
"valibot": "^0.35.0"
"valibot": "^0.36.0"
},
"peerDependencies": {
"valibot": ">=0.33.0 <1"
Expand Down
25 changes: 10 additions & 15 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 c801b4f

Please sign in to comment.