Skip to content

Commit a8a32cc

Browse files
authored
Merge pull request #135 from workfloworchestrator/2040-fix-itemiziation
2040 fix itemiziation
2 parents beb8794 + 0164485 commit a8a32cc

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'pydantic-forms': patch
3+
---
4+
5+
Updates zod dependencies to avoid collisions

frontend/package-lock.json

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

frontend/packages/pydantic-forms/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
"next-intl": "^3.26.5",
6565
"react-hook-form": "^7.54.1",
6666
"swr": "^2.3.0",
67-
"zod": "^3.24.1",
68-
"zod-i18n-map": "^2.27.0"
67+
"zod": "^3.25.1"
6968
},
7069
"peerDependencies": {
7170
"next": "^14.0.0 || ^15.0.0",

0 commit comments

Comments
 (0)