Skip to content

Commit

Permalink
Fix workspace references
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Jun 10, 2024
1 parent 4cd321d commit 51d5217
Show file tree
Hide file tree
Showing 24 changed files with 82 additions and 82 deletions.
8 changes: 4 additions & 4 deletions apps/price_pusher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"@injectivelabs/networks": "^1.14.6",
"@injectivelabs/sdk-ts": "1.10.72",
"@mysten/sui.js": "^0.49.1",
"@pythnetwork/price-service-client": "*",
"@pythnetwork/price-service-client": "workspace:*",
"@pythnetwork/price-service-sdk": "workspace:^",
"@pythnetwork/pyth-sdk-solidity": "*",
"@pythnetwork/pyth-solana-receiver": "*",
"@pythnetwork/pyth-sui-js": "*",
"@pythnetwork/pyth-sdk-solidity": "workspace:*",
"@pythnetwork/pyth-solana-receiver": "workspace:*",
"@pythnetwork/pyth-sui-js": "workspace:*",
"@pythnetwork/solana-utils": "workspace:*",
"@truffle/hdwallet-provider": "^2.1.3",
"aptos": "^1.8.5",
Expand Down
8 changes: 4 additions & 4 deletions contract_manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@mysten/sui.js": "^0.49.1",
"@pythnetwork/client": "^2.21.0",
"@pythnetwork/contract-manager": "workspace:*",
"@pythnetwork/cosmwasm-deploy-tools": "*",
"@pythnetwork/entropy-sdk-solidity": "*",
"@pythnetwork/price-service-client": "*",
"@pythnetwork/cosmwasm-deploy-tools": "workspace:*",
"@pythnetwork/entropy-sdk-solidity": "workspace:*",
"@pythnetwork/price-service-client": "workspace:*",
"@pythnetwork/pyth-sdk-solidity": "workspace:^",
"@pythnetwork/pyth-sui-js": "*",
"@pythnetwork/pyth-sui-js": "workspace:*",
"@pythnetwork/solana-utils": "workspace:^",
"@pythnetwork/xc-admin-common": "workspace:*",
"@sqds/mesh": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 deletions express_relay/examples/easy_lend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"@pythnetwork/express-relay-evm-js": "*",
"@pythnetwork/express-relay-sdk-solidity": "*",
"@pythnetwork/express-relay-evm-js": "workspace:*",
"@pythnetwork/express-relay-sdk-solidity": "workspace:*",
"@pythnetwork/price-service-client": "workspace:^",
"@pythnetwork/pyth-evm-js": "*",
"@pythnetwork/pyth-sdk-solidity": "*",
"@pythnetwork/pyth-evm-js": "workspace:*",
"@pythnetwork/pyth-sdk-solidity": "workspace:*",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"viem": "^2.7.6"
Expand Down
2 changes: 1 addition & 1 deletion express_relay/sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ws": "^8.16.0"
},
"devDependencies": {
"@pythnetwork/pyth-evm-js": "*",
"@pythnetwork/pyth-evm-js": "workspace:*",
"@types/node": "^20.12.7",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion express_relay/sdk/solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-rc.1",
"abi_generator": "*"
"abi_generator": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/crank_executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@coral-xyz/anchor": "^0.29.0",
"@project-serum/anchor": "^0.25.0",
"@pythnetwork/client": "^2.9.0",
"@pythnetwork/xc-admin-common": "*",
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ts-node": "^10.9.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
"ts-node": "^10.9.1",
"@pythnetwork/xc-admin-common": "*"
"@pythnetwork/xc-admin-common": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/proposer_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/xc-admin-common": "*",
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/web3.js": "^1.76.0",
"@sqds/mesh": "^1.0.6",
"@types/cors": "^2.8.17",
Expand Down
4 changes: 2 additions & 2 deletions governance/xc_admin/packages/xc_admin_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@ledgerhq/hw-transport": "^6.27.10",
"@ledgerhq/hw-transport-node-hid": "^6.27.10",
"@pythnetwork/client": "^2.9.0",
"@pythnetwork/pyth-solana-receiver": "*",
"@pythnetwork/pyth-solana-receiver": "workspace:*",
"@pythnetwork/solana-utils": "workspace:^",
"@pythnetwork/xc-admin-common": "*",
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/spl-token": "^0.3.7",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions governance/xc_admin/packages/xc_admin_common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@injectivelabs/token-metadata": "~1.10.42",
"@project-serum/anchor": "^0.25.0",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/pyth-solana-receiver": "*",
"@pythnetwork/solana-utils": "*",
"@pythnetwork/pyth-solana-receiver": "workspace:*",
"@pythnetwork/solana-utils": "workspace:*",
"@solana/buffer-layout": "^4.0.1",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@headlessui/react": "^1.7.7",
"@pythnetwork/client": "^2.21.0",
"@pythnetwork/solana-utils": "workspace:^",
"@pythnetwork/xc-admin-common": "*",
"@pythnetwork/xc-admin-common": "workspace:*",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-tooltip": "^1.0.3",
"@solana/spl-token": "^0.3.7",
Expand Down
Loading

0 comments on commit 51d5217

Please sign in to comment.