Skip to content

Commit

Permalink
chore: Update Polkadot dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldev5 authored and dudo50 committed Jul 3, 2024
1 parent 524161b commit 319ec70
Show file tree
Hide file tree
Showing 7 changed files with 327 additions and 327 deletions.
6 changes: 3 additions & 3 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@paraspell/sdk": "workspace:*",
"@paraspell/xcm-analyser": "workspace:*",
"@paraspell/xcm-router": "workspace:*",
"@polkadot/api": "^11.2.1",
"@polkadot/extension-dapp": "^0.47.5",
"@polkadot/extension-inject": "^0.47.5",
"@polkadot/api": "^12.1.1",
"@polkadot/extension-dapp": "^0.48.2",
"@polkadot/extension-inject": "^0.48.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@tabler/icons-react": "^3.5.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/visualizator-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@paraspell/sdk": "workspace:*",
"@polkadot/api": "^11.2.1",
"@polkadot/api": "^12.1.1",
"@polkadot/apps-config": "^0.138.1",
"@polkadot/extension-dapp": "^0.47.5",
"@polkadot/extension-inject": "^0.47.5",
"@polkadot/extension-dapp": "^0.48.2",
"@polkadot/extension-inject": "^0.48.2",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@react-three/drei": "^9.106.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/xcm-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@ntegral/nestjs-sentry": "^4.0.1",
"@paraspell/sdk": "workspace:*",
"@paraspell/xcm-router": "workspace:*",
"@polkadot/api": "^11.2.1",
"@polkadot/api-base": "^11.2.1",
"@polkadot/apps-config": "^0.139.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/types": "^11.2.1",
"@polkadot/api": "^12.1.1",
"@polkadot/api-base": "^12.1.1",
"@polkadot/apps-config": "^0.141.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/types": "^12.1.1",
"@polkadot/util": "^12.6.2",
"@sentry/node": "^7.73.0",
"axios": "^1.7.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"node": ">=20"
},
"resolutions": {
"@polkadot/types-codec": "^11.2.1",
"@polkadot/api": "^11.2.1"
"@polkadot/types-codec": "^12.1.1",
"@polkadot/api": "^12.1.1"
},
"scripts": {
"compile": "turbo run compile",
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"ethers": "^6.13.0"
},
"peerDependencies": {
"@polkadot/api": "^11.2.1",
"@polkadot/api-base": "^11.2.1",
"@polkadot/apps-config": "^0.139.1",
"@polkadot/types": "^11.2.1",
"@polkadot/api": "^12.1.1",
"@polkadot/api-base": "^12.1.1",
"@polkadot/apps-config": "^0.141.1",
"@polkadot/types": "^12.1.1",
"@polkadot/util": "^12.6.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/xcm-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"@crypto-dex-sdk/math": "^0.1.2",
"@crypto-dex-sdk/parachains-bifrost": "^0.1.2",
"@crypto-dex-sdk/token-lists": "^0.1.2",
"@galacticcouncil/sdk": "^3.0.1",
"@galacticcouncil/sdk": "^3.1.1",
"@paraspell/sdk": "workspace:*",
"@polkadot/api": "^11.2.1",
"@polkadot/api-base": "^11.2.1",
"@polkadot/apps-config": "^0.139.1",
"@polkadot/types": "^11.2.1",
"@polkadot/types-codec": "^11.2.1",
"@polkadot/api": "^12.1.1",
"@polkadot/api-base": "^12.1.1",
"@polkadot/apps-config": "^0.141.1",
"@polkadot/types": "^12.1.1",
"@polkadot/types-codec": "^12.1.1",
"@polkadot/util": "^12.6.2",
"@zenlink-types/bifrost": "^1.7.6",
"axios": "^1.7.2",
Expand Down
608 changes: 304 additions & 304 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 319ec70

Please sign in to comment.