Skip to content

Commit 9b45002

Browse files
committed
Arktype updated to beta version
1 parent ead1b7e commit 9b45002

File tree

6 files changed

+164
-73
lines changed

6 files changed

+164
-73
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Headlines: Added, Changed, Deprecated, Removed, Fixed, Security
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.16.1] - 2024-07-18
9+
10+
### Changed
11+
12+
- Arktype updated to require `2.0.0-beta.0`, which should fix some typing issues with the adapter.
13+
814
## [2.16.0] - 2024-07-09
915

1016
### Added

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@sinclair/typebox": ">=0.32.30 <1",
107107
"@sveltejs/kit": "1.x || 2.x",
108108
"@vinejs/vine": "^1.8.0",
109-
"arktype": ">=2.0.0-dev.21",
109+
"arktype": ">=2.0.0-beta.0",
110110
"joi": "^17.13.1",
111111
"superstruct": "^2.0.2",
112112
"svelte": "3.x || 4.x || >=5.0.0-next.51",
@@ -149,7 +149,7 @@
149149
"@sinclair/typebox": "^0.32.34",
150150
"@sodaru/yup-to-json-schema": "^2.0.1",
151151
"@vinejs/vine": "^1.8.0",
152-
"arktype": "2.0.0-dev.21",
152+
"arktype": "2.0.0-beta.0",
153153
"joi": "^17.13.3",
154154
"json-schema-to-ts": "^3.1.0",
155155
"superstruct": "^2.0.2",
@@ -184,7 +184,7 @@
184184
"prettier-plugin-svelte": "^3.2.5",
185185
"publint": "^0.2.8",
186186
"sass": "^1.77.6",
187-
"svelte": "5.0.0-next.137",
187+
"svelte": "5.0.0-next.180",
188188
"svelte-check": "^3.8.2",
189189
"svelte-french-toast": "^1.2.0",
190190
"sveltekit-flash-message": "^2.4.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)