Skip to content

Commit

Permalink
bump valibot version
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Nov 24, 2024
1 parent f3ec4bf commit b755ff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@tauri-apps/api": "^2.0.1",
"tauri-plugin-system-info-api": "link:../../",
"valibot": "^0.36.0"
"valibot": "^1.0.0-beta.8"
},
"type": "module"
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"pretest": "pnpm build"
},
"dependencies": {
"valibot": "^0.40.0",
"@tauri-apps/api": "^2.0.1"
"valibot": "^1.0.0-beta.8",
"@tauri-apps/api": "^2.1.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"rollup": "^4.24.0",
"tslib": "^2.6.2",
"typedoc": "^0.26.6",
"typescript": "^5.3.3"
"@rollup/plugin-typescript": "^12.1.1",
"rollup": "^4.27.4",
"tslib": "^2.8.1",
"typedoc": "^0.26.11",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.1.2"
"packageManager": "pnpm@9.14.2"
}

0 comments on commit b755ff4

Please sign in to comment.