Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: override vercel dev typescript version #1378

Merged
merged 6 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup
dohaki committed Jan 15, 2025
commit cbce8f0bcc9e51f370a63bf022373a9b14903a88
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
"secp256k1@3.7.1": "3.8.1",
@@ -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": {
875 changes: 38 additions & 837 deletions yarn.lock

Large diffs are not rendered by default.