Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Jan 15, 2025
1 parent d1eba3f commit cbce8f0
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 838 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,10 @@
"**/eccrypto/secp256k1": "3.8.1",
"**/eth-crypto/secp256k1": "5.0.1",
"**/libp2p-crypto/secp256k1": "4.0.4",
"**/ethereum-cryptography/secp256k1": "4.0.4"
"**/ethereum-cryptography/secp256k1": "4.0.4",
"**/@vercel/node/ts-node": "10.9.2",
"**/@vercel/node/typescript": "5.7.3",
"**/@vercel/routing-utils/path-to-regexp": "6.2.1"
},
"overrides": {
"[email protected]": "3.8.1",
Expand All @@ -197,6 +200,9 @@
"@vercel/node": {
"ts-node": "10.9.2",
"typescript": "5.7.3"
},
"@vercel/routing-utils": {
"path-to-regexp": "6.2.1"
}
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit cbce8f0

Please sign in to comment.