Skip to content

Commit

Permalink
chore: less strict peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjas committed May 2, 2024
1 parent 643d69c commit d5af17b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@
}
},
"peerDependencies": {
"react": "^18.0.0",
"zod": "^3.0.0",
"next": "^14.0.1"
},
"peerDependenciesMeta": {
"next": {
"optional": true
}
"react": ">=18",
"zod": "3.x"
}
}

0 comments on commit d5af17b

Please sign in to comment.