Skip to content

Commit df38752

Browse files
Move zod and react to peerDependencies, allow react 19 (#144)
1 parent f8f6211 commit df38752

File tree

10 files changed

+155
-58
lines changed

10 files changed

+155
-58
lines changed

.changeset/odd-crabs-cry.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@autoform/mantine": minor
3+
"@autoform/shadcn": minor
4+
"@autoform/react": minor
5+
"@autoform/mui": minor
6+
"@autoform/yup": minor
7+
"@autoform/zod": minor
8+
---
9+
10+
Mark react and zod as peerDependencies, allow React 19 as a peer dependency

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ yarn-error.log*
3636
# Misc
3737
.DS_Store
3838
*.pem
39+
.idea

apps/docs/pages/docs/react/custom-integration.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Update your `package.json` file with the appropriate information and scripts:
261261
"prepublishOnly": "npm run build"
262262
},
263263
"peerDependencies": {
264-
"react": "^17.0.0 || ^18.0.0",
264+
"react": "^17 || ^18 || ^19",
265265
"@autoform/react": "^1.0.0",
266266
"@autoform/core": "^1.0.0"
267267
},

0 commit comments

Comments
 (0)