Skip to content

Commit 6590c66

Browse files
authored
Merge pull request #211 from cipherstash/fix-ci
fix(ci): PR_BYPASS less strict perr dependencies
2 parents fdb4ad9 + 7343410 commit 6590c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/drizzle/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"release": "tsup"
4444
},
4545
"peerDependencies": {
46-
"@cipherstash/protect": ">=10.0.2",
47-
"@cipherstash/schema": ">=2.0.0",
46+
"@cipherstash/protect": ">=10",
47+
"@cipherstash/schema": ">=2",
4848
"@types/pg": "*",
4949
"drizzle-kit": ">=0.20",
5050
"drizzle-orm": ">=0.33",

0 commit comments

Comments
 (0)