From 2b4d6c2b0e28c90ed237bbd50c227986c7c33c5b Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Sat, 7 Sep 2024 17:49:25 -0400 Subject: [PATCH] Install convex-helpers --- package.json | 1 + pnpm-lock.yaml | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/package.json b/package.json index f1d488a..60456f6 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "@remixicon/react": "^4.2.0", "@tanstack/react-router": "^1.52.5", "convex": "^1.15.0", + "convex-helpers": "^0.1.56", "lucide-react": "^0.438.0", "next-themes": "^0.3.0", "postcss": "^8.4.44", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7cc35bf..77dbad0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,6 +39,9 @@ importers: convex: specifier: ^1.15.0 version: 1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + convex-helpers: + specifier: ^0.1.56 + version: 0.1.56(convex@1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(zod@3.23.8) lucide-react: specifier: ^0.438.0 version: 0.438.0(react@18.3.1) @@ -2345,6 +2348,22 @@ packages: convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + convex-helpers@0.1.56: + resolution: {integrity: sha512-+q0XXCLygCgH35v1ioL1NU6L699CSLYyPiYNMBwfDeISHTM12tPpHtakzzUt3gQ83/+qg1315NwTi11rnpL40g==} + hasBin: true + peerDependencies: + convex: ^1.13.0 + hono: ^4.0.5 + react: ^17.0.2 || ^18.0.0 + zod: ^3.22.4 + peerDependenciesMeta: + hono: + optional: true + react: + optional: true + zod: + optional: true + convex-test@0.0.28: resolution: {integrity: sha512-xqk45yqL3F6595t0fYRxERwI7WGeYbzRvIwzHOHfKNNEpyNmHkutnO7FdBSpCu1Om3O6gfnaJv1tNbCULVNFIA==} peerDependencies: @@ -7570,6 +7589,13 @@ snapshots: convert-source-map@2.0.0: {} + convex-helpers@0.1.56(convex@1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)(zod@3.23.8): + dependencies: + convex: 1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + optionalDependencies: + react: 18.3.1 + zod: 3.23.8 + convex-test@0.0.28(convex@1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)): dependencies: convex: 1.15.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)