From 33f49a3b2f317ed5bb846b1dfeb89c701ad14c4c Mon Sep 17 00:00:00 2001 From: Kevin De Porre Date: Tue, 23 Apr 2024 14:52:36 +0200 Subject: [PATCH] Add Zod and Prisma to peer deps with specific versions. --- clients/typescript/package.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/clients/typescript/package.json b/clients/typescript/package.json index a6af38d527..7496eb6ce7 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -258,12 +258,14 @@ "@op-engineering/op-sqlite": ">= 2.0.16", "@tauri-apps/plugin-sql": "2.0.0-alpha.5", "expo-sqlite": ">= 13.0.0", + "prisma": "^4.0.0", "react": ">= 16.8.0", "react-dom": ">= 16.8.0", "react-native": ">= 0.68.0", "typeorm": ">=0.3.0", "vue": ">=3.0.0", - "wa-sqlite": "rhashimoto/wa-sqlite#semver:^0.9.8" + "wa-sqlite": "rhashimoto/wa-sqlite#semver:^0.9.8", + "zod": "3.21.1" }, "peerDependenciesMeta": { "@op-engineering/op-sqlite": { @@ -275,7 +277,7 @@ "expo-sqlite": { "optional": true }, - "vue": { + "prisma": { "optional": true }, "react": { @@ -284,10 +286,13 @@ "react-native": { "optional": true }, - "wa-sqlite": { + "typeorm": { "optional": true }, - "typeorm": { + "vue": { + "optional": true + }, + "wa-sqlite": { "optional": true } }