Skip to content

Commit

Permalink
feat: bump valibot to 0.31.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jun 6, 2024
1 parent a19ca5e commit 90fcafa
Show file tree
Hide file tree
Showing 4 changed files with 757 additions and 114 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"shiki": "^0.14.6",
"tailwindcss": "^3.3.6",
"unist-util-visit": "^5.0.0",
"valibot": "0.31.0-rc.12",
"valibot": "^0.31.0",
"vee-validate": "^4.13.0",
"vue": "^3.4.26",
"yup": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/Repl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ store.setImportMap({
toposort: 'https://esm-repo.netlify.app/topsort.esm.js',
yup: 'https://unpkg.com/yup@1.2.0/index.esm.js',
zod: 'https://unpkg.com/zod@3.21.4/lib/index.mjs',
valibot: 'https://unpkg.com/valibot@0.31.0-rc.12/dist/index.js',
valibot: 'https://unpkg.com/valibot@0.31.0/dist/index.js',
'@vue/devtools-api': 'https://unpkg.com/@vue/devtools-api@6.5.0/lib/esm/index.js',
vue: `https://unpkg.com/vue@${version}/dist/vue.esm-browser.prod.js`,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/valibot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"type-fest": "^4.8.3",
"valibot": "0.31.0-rc.12",
"valibot": "^0.31.0",
"vee-validate": "4.13.0"
}
}
Loading

0 comments on commit 90fcafa

Please sign in to comment.