Skip to content

Commit 22d74e7

Browse files
Fix allowed post hooks
1 parent 5a1ba77 commit 22d74e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,14 @@
3030
"@0xsequence/marketplace-sdk": "workspace:*"
3131
},
3232
"onlyBuiltDependencies": [
33-
"lefthook",
34-
"msw"
33+
"@parcel/watcher",
34+
"@reown/appkit",
35+
"@tailwindcss/oxide",
36+
"bufferutil",
37+
"esbuild",
38+
"keccak",
39+
"msw",
40+
"utf-8-validate"
3541
]
3642
},
3743
"devDependencies": {

0 commit comments

Comments
 (0)