Skip to content

Commit 369ba9d

Browse files
committed
upgrade valibot
1 parent e25f28b commit 369ba9d

File tree

11 files changed

+87
-98
lines changed

11 files changed

+87
-98
lines changed

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"debug": "^4.4.0",
3232
"fs-extra": "^11.2.0",
3333
"inquirer": "^10.1.2",
34-
"valibot": "^1.0.0-rc.4"
34+
"valibot": "^1.0.0"
3535
},
3636
"files": [
3737
"dist"

apps/create-kunkun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"commander": "^12.1.0",
2828
"fs-extra": "^11.2.0",
2929
"handlebars": "^4.7.8",
30-
"valibot": "^1.0.0-rc.4"
30+
"valibot": "^1.0.0"
3131
},
3232
"files": [
3333
"dist"

apps/desktop/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@formkit/auto-animate": "^0.8.2",
1919
"@inlang/paraglide-sveltekit": "0.16.0",
2020
"@kksh/extension": "workspace:*",
21+
"@kksh/sdk": "^0.0.1",
2122
"@kksh/svelte5": "^0.1.15",
2223
"@kksh/ui": "workspace:*",
2324
"@kksh/utils": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"tauri-plugin-keyring-api": "workspace:*",
4949
"tauri-plugin-network-api": "workspace:*",
5050
"tauri-plugin-system-info-api": "workspace:*",
51-
"valibot": "^1.0.0-rc.4",
51+
"valibot": "^1.0.0",
5252
"zod": "^3.24.2"
5353
},
5454
"workspaces": [

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"tauri-plugin-network-api": "2.0.5",
7676
"tauri-plugin-shellx-api": "^2.0.16",
7777
"tauri-plugin-system-info-api": "2.0.8",
78-
"valibot": "^1.0.0-rc.4"
78+
"valibot": "^1.0.0"
7979
},
8080
"files": [
8181
"src",

packages/schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"devDependencies": {
1717
"@types/bun": "latest",
1818
"@supabase/supabase-js": "^2.48.0",
19-
"@valibot/to-json-schema": "1.0.0-beta.4"
19+
"@valibot/to-json-schema": "1.0.0"
2020
},
2121
"peerDependencies": {
2222
"typescript": "^5.0.0"
2323
},
2424
"dependencies": {
2525
"@aws-sdk/client-s3": "^3.583.0",
2626
"@kksh/api": "workspace:*",
27-
"valibot": "^1.0.0-rc.4"
27+
"valibot": "^1.0.0"
2828
}
2929
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
"svelte-exmarkdown": "^4.0.3",
9999
"svelte-inspect-value": "^0.3.0",
100100
"svelte-motion": "^0.12.2",
101-
"valibot": "^1.0.0-rc.4"
101+
"valibot": "^1.0.0"
102102
}
103103
}

0 commit comments

Comments
 (0)