Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions apps/price_pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"pino-pretty": "^11.2.1",
"prettier": "catalog:",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
"ts-node": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.0",
Expand Down
4 changes: 2 additions & 2 deletions contract_manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"near-api-js": "^3.0.2",
"ramda": "^0.30.1",
"starknet": "^6.9.0",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"ts-node": "catalog:",
"typescript": "catalog:",
"viem": "^2.23.5",
"web3": "^1.8.2",
"web3-eth-contract": "^1.8.2",
Expand Down
4 changes: 2 additions & 2 deletions governance/xc_admin/packages/crank_executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ts-node": "^10.9.1"
"ts-node": "catalog:"
},
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "catalog:"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ts-node": "^10.9.1"
"ts-node": "catalog:"
},
"devDependencies": {
"typescript": "^5.4.5"
"typescript": "catalog:"
}
}
4 changes: 2 additions & 2 deletions governance/xc_admin/packages/proposer_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"@types/cors": "^2.8.17",
"cors": "^2.8.5",
"express": "^4.19.2",
"ts-node": "^10.9.1"
"ts-node": "catalog:"
},
"devDependencies": {
"@types/express": "^4.17.21",
"typescript": "^5.4.5"
"typescript": "catalog:"
}
}
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/xc_admin_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": "catalog:"
},
"dev-dependencies": {
"ts-node": "^10.9.2"
"ts-node": "catalog:"
}
}
4 changes: 2 additions & 2 deletions lazer/contracts/solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"mocha": "^9.0.3",
"prettier": "catalog:",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typescript": "^4.3.5",
"ts-node": "catalog:",
"typescript": "catalog:",
"yargs": "^17.7.2"
}
}
2 changes: 1 addition & 1 deletion lazer/sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/ws": "^8.5.12",
"eslint": "catalog:",
"prettier": "catalog:",
"ts-node": "^10.9.2",
"ts-node": "catalog:",
"typedoc": "^0.26.8",
"typescript": "catalog:"
},
Expand Down
483 changes: 207 additions & 276 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ catalog:
tailwindcss: ^3.0.0
tailwindcss-animate: ^1.0.7
tailwindcss-react-aria-components: ^2.0.0
ts-node: ^10.9.2
typescript: ^5.8.2
vercel: ^41.4.1
viem: ^2.23.11
Expand Down
4 changes: 2 additions & 2 deletions target_chains/cosmwasm/deploy-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"adm-zip": "^0.5.10",
"node-downloader-helper": "^2.1.7",
"rimraf": "^5.0.0",
"typescript": "^5.3.3",
"typescript": "catalog:",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/yargs": "^17.0.18",
"prettier": "catalog:",
"ts-node": "^10.9.2"
"ts-node": "catalog:"
}
}
4 changes: 2 additions & 2 deletions target_chains/cosmwasm/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cosmjs-types": "^0.9.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"ts-node": "catalog:",
"typescript": "catalog:"
}
}
4 changes: 2 additions & 2 deletions target_chains/ethereum/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"lodash": "^4.17.21",
"solc": "0.8.4",
"truffle-contract-size": "^2.0.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"ts-node": "catalog:",
"typescript": "catalog:",
"web3": "^1.2.2",
"web3-eth-abi": "^1.2.2",
"web3-utils": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions target_chains/fuel/sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"copyfiles": "^2.4.1",
"eslint": "^8.14.0",
"prettier": "catalog:",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"ts-node": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"fuels": "^0.96.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"prettier": "catalog:",
"quicktype": "^23.0.76",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"typescript": "^4.6.3"
"ts-node": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
Expand Down
4 changes: 2 additions & 2 deletions target_chains/starknet/sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^29.4.1",
"prettier": "catalog:",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"typescript": "^4.6.3"
"ts-node": "catalog:",
"typescript": "catalog:"
}
}
4 changes: 2 additions & 2 deletions target_chains/sui/cli-iota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@pythnetwork/price-service-sdk": "^1.2.0",
"@pythnetwork/xc-admin-common": "workspace:*",
"prettier": "catalog:",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"ts-node": "catalog:",
"typescript": "catalog:",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions target_chains/sui/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@pythnetwork/price-service-sdk": "^1.2.0",
"@pythnetwork/xc-admin-common": "workspace:*",
"prettier": "catalog:",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"ts-node": "catalog:",
"typescript": "catalog:",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions target_chains/ton/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest": "^29.7.0",
"prettier": "catalog:",
"ts-jest": "^29.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
"ts-node": "catalog:",
"typescript": "catalog:"
}
}
4 changes: 2 additions & 2 deletions target_chains/ton/sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest": "^29.4.1",
"prettier": "catalog:",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"typescript": "^4.6.3"
"ts-node": "catalog:",
"typescript": "catalog:"
}
}
Loading