Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b715d3c

Browse files
authoredMar 12, 2025··
Merge pull request #37 from workfloworchestrator/update-npm-minor-versions
Loosens nextjs peer dependency
2 parents a48e29a + a860f16 commit b715d3c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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+
Loosens next peer dependency

‎frontend/package-lock.json

Lines changed: 1 addition & 1 deletion
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"zod-i18n-map": "^2.27.0"
6565
},
6666
"peerDependencies": {
67-
"next": "^15.1.3",
67+
"next": "^14.0.0 || ^15.0.0",
6868
"react": "^18.3.1",
6969
"react-dom": "^18.3.1"
7070
}

0 commit comments

Comments
 (0)
Please sign in to comment.