Skip to content

Commit

Permalink
fix: freeze polkadot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Nov 26, 2023
1 parent bf088b6 commit 3424979
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 320 deletions.
4 changes: 2 additions & 2 deletions apps/recovery-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@mui/material": "^5.13.7",
"@mui/styles": "^5.13.7",
"@mui/x-data-grid": "^6.9.2",
"@polkadot/api": "~10.9.1",
"@polkadot/types": "~10.9.1",
"@polkadot/api": "10.9.1",
"@polkadot/types": "10.9.1",
"@solana/web3.js": "^1.78.0",
"@tanstack/react-query": "^4.29.19",
"@taquito/signer": "^16.2.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/recovery-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@hashgraph/sdk": "^2.29.0",
"@noble/hashes": "^1.3.1",
"@solana/web3.js": "^1.78.0",
"@substrate/txwrapper-polkadot": "^6.0.1",
"@substrate/txwrapper-polkadot": "6.0.1",
"@taquito/taquito": "^16.2.0",
"@taquito/utils": "^16.2.0",
"@terra-money/terra.js": "^3.1.10",
Expand Down Expand Up @@ -102,4 +102,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}
}
30 changes: 11 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,23 @@
"changeset": "changeset"
},
"resolutions": {
"@polkadot/keyring": "^12.3.2",
"@polkadot/rpc-augment": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/types-codec": "^10.9.1",
"@polkadot/types-create": "^10.9.1",
"@polkadot/types-known": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/wasm-crypto": "^7.2.1"
"@polkadot/api": "10.9.1",
"@polkadot/keyring": "12.3.2",
"@polkadot/rpc-augment": "10.9.1",
"@polkadot/types": "10.9.1",
"@polkadot/types-codec": "10.9.1",
"@polkadot/types-create": "10.9.1",
"@polkadot/types-known": "10.9.1",
"@polkadot/util": "12.3.2",
"@polkadot/util-crypto": "12.3.2",
"@polkadot/wasm-crypto": "7.2.1"
},
"dependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/prompt-cli": "^17.6.6",
"@manypkg/cli": "^0.21.0",
"@polkadot/keyring": "^12.3.2",
"@polkadot/rpc-augment": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/types-codec": "^10.9.1",
"@polkadot/types-create": "^10.9.1",
"@polkadot/types-known": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/wasm-crypto": "^7.2.1",
"@typescript-eslint/utils": "^5.61.0",
"concurrently": "^8.2.0",
"husky": "^8.0.3",
Expand All @@ -67,4 +59,4 @@
"turbo": "^1.10.12",
"wait-on": "^7.0.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/wallet-derivation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@noble/curves": "^1.1.0",
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.1",
"@polkadot/util-crypto": "~12.3.2",
"@polkadot/util-crypto": "12.3.2",
"@solana/web3.js": "^1.78.0",
"@substrate/txwrapper-polkadot": "^6.0.1",
"@substrate/txwrapper-polkadot": "6.0.1",
"@terra-money/terra.js": "^3.1.10",
"@types/bech32": "^1.1.4",
"@types/bitcore-lib-cash": "^8.23.5",
Expand Down
Loading

0 comments on commit 3424979

Please sign in to comment.