Skip to content

Commit 615efb0

Browse files
committed
VineJS adapter updated to 3.0.0
1 parent 2211fad commit 615efb0

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
### Changed
1919

2020
- Zod peerDependency updated to 3.24.1 to be compatible with its latest fix.
21+
- VineJS adapter updated to 3.0.0.
2122

2223
## [2.22.1] - 2024-12-16
2324

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@sinclair/typebox": "^0.34.9",
111111
"@sveltejs/kit": "1.x || 2.x",
112112
"@typeschema/class-validator": "^0.3.0",
113-
"@vinejs/vine": "^1.8.0 || ^2.0.0",
113+
"@vinejs/vine": "^1.8.0 || ^2.0.0 || ^3.0.0",
114114
"arktype": ">=2.0.0-rc.23",
115115
"class-validator": "^0.14.1",
116116
"effect": "^3.10.0",
@@ -164,7 +164,7 @@
164164
"@gcornut/valibot-json-schema": "^0.31.0",
165165
"@sinclair/typebox": "^0.34.14",
166166
"@typeschema/class-validator": "^0.3.0",
167-
"@vinejs/vine": "^2.1.0",
167+
"@vinejs/vine": "^3.0.0",
168168
"arktype": "2.0.0-rc.26",
169169
"class-validator": "^0.14.1",
170170
"effect": "^3.12.5",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/(v2)/v2/Navigation.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
'typebox',
7676
'transport',
7777
'bigint',
78-
'issue-455'
78+
'issue-455',
79+
'vine'
7980
].sort();
8081
</script>
8182

0 commit comments

Comments
 (0)