Skip to content

Commit 646bed3

Browse files
committed
Arktype updated to RC
1 parent 7e9a8e0 commit 646bed3

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
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+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Arktype updated to require `2.0.0-rc.8` (last update before 2.0).
13+
814
## [2.18.1] - 2024-09-13
915

1016
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"@typeschema/class-validator": "^0.2.0",
109109
"class-validator": "^0.14.1",
110110
"@vinejs/vine": "^1.8.0",
111-
"arktype": ">=2.0.0-beta.0",
111+
"arktype": ">=2.0.0-rc.8",
112112
"joi": "^17.13.1",
113113
"superstruct": "^2.0.2",
114114
"svelte": "3.x || 4.x || >=5.0.0-next.51",
@@ -159,7 +159,7 @@
159159
"@typeschema/class-validator": "^0.2.0",
160160
"class-validator": "^0.14.1",
161161
"@vinejs/vine": "^1.8.0",
162-
"arktype": "2.0.0-beta.0",
162+
"arktype": "2.0.0-rc.8",
163163
"joi": "^17.13.3",
164164
"json-schema-to-ts": "^3.1.0",
165165
"superstruct": "^2.0.2",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)