Skip to content

Commit e138def

Browse files
authored
Update the Convex peer dependency (#714)
`convex-helpers` now uses `compareValues` from `convex/server`, which was introduced [in `convex` 1.24.0](https://github.com/get-convex/convex-js/blob/main/CHANGELOG.md#1240). Let’s bump the peer dependency requirement to avoid invalid installations.
2 parents 8fc396d + 0b9600a commit e138def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/convex-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"homepage": "https://github.com/get-convex/convex-helpers/tree/main/packages/convex-helpers/README.md",
157157
"peerDependencies": {
158158
"@standard-schema/spec": "^1.0.0",
159-
"convex": "^1.13.0",
159+
"convex": "^1.24.0",
160160
"hono": "^4.0.5",
161161
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
162162
"typescript": "^5.5",

0 commit comments

Comments
 (0)