Skip to content

Commit 833bb73

Browse files
authored
Add missing typescript deps (#1684)
1 parent 74e8a3b commit 833bb73

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

governance/xc_admin/packages/crank_pythnet_relayer/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@
2222
"@certusone/wormhole-sdk": "^0.9.9",
2323
"@coral-xyz/anchor": "^0.29.0",
2424
"@pythnetwork/client": "^2.9.0",
25+
"@pythnetwork/xc-admin-common": "workspace:*",
2526
"@solana/web3.js": "^1.73.0",
2627
"@sqds/mesh": "^1.0.6",
27-
"ts-node": "^10.9.1",
28-
"@pythnetwork/xc-admin-common": "workspace:*"
28+
"ts-node": "^10.9.1"
29+
},
30+
"devDependencies": {
31+
"typescript": "^5.4.5"
2932
}
3033
}

governance/xc_admin/packages/proposer_server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"ts-node": "^10.9.1"
3030
},
3131
"devDependencies": {
32-
"@types/express": "^4.17.21"
32+
"@types/express": "^4.17.21",
33+
"typescript": "^5.4.5"
3334
}
3435
}

pnpm-lock.yaml

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)