Skip to content

Commit 85b045b

Browse files
Merge pull request #422 from pimlicolabs/fix/ox
Fix ox
2 parents 57cd1ba + be0db9b commit 85b045b

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.changeset/famous-carrots-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"permissionless": patch
3+
---
4+
5+
Removed fixed ox version as optional dependency

bun.lockb

0 Bytes
Binary file not shown.

packages/permissionless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"peerDependencies": {
9494
"viem": "^2.28.1",
95-
"ox": "0.6.7"
95+
"ox": "^0.6.7"
9696
},
9797
"peerDependenciesMeta": {
9898
"ox": {

0 commit comments

Comments
 (0)