Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 16, 2024
1 parent 15a75ee commit 85c1b26
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 2,015 deletions.
51 changes: 48 additions & 3 deletions multichain-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@agoric/client-utils": "dev",
"@agoric/cosmic-proto": "dev",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
Expand All @@ -42,7 +40,54 @@
"typescript": "~5.7.2"
},
"resolutions": {
"axios": "1.6.7"
"axios": "1.6.7",
"@agoric/cosmos": "portal:../golang/cosmos",
"@agoric/ertp": "portal:../packages/ERTP",
"@agoric/swingset-vat": "portal:../packages/SwingSet",
"@agoric/access-token": "portal:../packages/access-token",
"agoric": "portal:../packages/agoric-cli",
"@agoric/async-flow": "portal:../packages/async-flow",
"@agoric/base-zone": "portal:../packages/base-zone",
"@agoric/builders": "portal:../packages/builders",
"@agoric/cache": "portal:../packages/cache",
"@agoric/casting": "portal:../packages/casting",
"@agoric/client-utils": "portal:../packages/client-utils",
"@agoric/cosmic-proto": "portal:../packages/cosmic-proto",
"@agoric/cosmic-swingset": "portal:../packages/cosmic-swingset",
"@agoric/create-dapp": "portal:../packages/create-dapp",
"@agoric/deploy-script-support": "portal:../packages/deploy-script-support",
"@agoric/eslint-config": "portal:../packages/eslint-config",
"@agoric/fast-usdc": "portal:../packages/fast-usdc",
"@agoric/governance": "portal:../packages/governance",
"@agoric/import-manager": "portal:../packages/import-manager",
"@agoric/inter-protocol": "portal:../packages/inter-protocol",
"@agoric/internal": "portal:../packages/internal",
"@agoric/kmarshal": "portal:../packages/kmarshal",
"@agoric/network": "portal:../packages/network",
"@agoric/notifier": "portal:../packages/notifier",
"@agoric/orchestration": "portal:../packages/orchestration",
"@agoric/pegasus": "portal:../packages/pegasus",
"@agoric/smart-wallet": "portal:../packages/smart-wallet",
"@agoric/solo": "portal:../packages/solo",
"@agoric/sparse-ints": "portal:../packages/sparse-ints",
"@agoric/spawner": "portal:../packages/spawner",
"@agoric/stat-logger": "portal:../packages/stat-logger",
"@agoric/store": "portal:../packages/store",
"@agoric/swing-store": "portal:../packages/swing-store",
"@agoric/swingset-liveslots": "portal:../packages/swingset-liveslots",
"@agoric/swingset-xsnap-supervisor": "portal:../packages/swingset-xsnap-supervisor",
"@agoric/telemetry": "portal:../packages/telemetry",
"@agoric/time": "portal:../packages/time",
"@agoric/vat-data": "portal:../packages/vat-data",
"@agoric/vats": "portal:../packages/vats",
"@agoric/vm-config": "portal:../packages/vm-config",
"@agoric/vow": "portal:../packages/vow",
"@agoric/wallet": "portal:../packages/wallet",
"@agoric/wallet-backend": "portal:../packages/wallet/api",
"@agoric/xsnap": "portal:../packages/xsnap",
"@agoric/xsnap-lockdown": "portal:../packages/xsnap-lockdown",
"@agoric/zoe": "portal:../packages/zoe",
"@agoric/zone": "portal:../packages/zone"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit 85c1b26

Please sign in to comment.