Skip to content

Commit

Permalink
Add Zod and Prisma to peer deps with specific versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-dp committed Apr 23, 2024
1 parent 256a0cb commit 33f49a3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions clients/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -275,7 +277,7 @@
"expo-sqlite": {
"optional": true
},
"vue": {
"prisma": {
"optional": true
},
"react": {
Expand All @@ -284,10 +286,13 @@
"react-native": {
"optional": true
},
"wa-sqlite": {
"typeorm": {
"optional": true
},
"typeorm": {
"vue": {
"optional": true
},
"wa-sqlite": {
"optional": true
}
}
Expand Down

0 comments on commit 33f49a3

Please sign in to comment.