Skip to content

Commit 8cd00a6

Browse files
committed
Zod peerDep update
1 parent 51278eb commit 8cd00a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
### Added
11+
12+
- [SuperDebug](https://superforms.rocks/super-debug) now opts out of runes mode as default.
13+
14+
### Changed
15+
16+
- Zod peerDependency updated to 3.24.1 to be compatible with its latest fix.
17+
818
## [2.22.1] - 2024-12-16
919

1020
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"svelte": "3.x || 4.x || >=5.0.0-next.51",
116116
"valibot": ">=1.0.0-beta.3",
117117
"yup": "^1.4.0",
118-
"zod": "^3.23.8"
118+
"zod": "^3.24.1"
119119
},
120120
"peerDependenciesMeta": {
121121
"@exodus/schemasafe": {

0 commit comments

Comments
 (0)