Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 📦️ Update PolkadotJS Versions #3155

Merged
merged 11 commits into from
Jan 28, 2025
2 changes: 1 addition & 1 deletion moonbeam-types-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonbeam-types-bundle",
"version": "3.0.0",
"version": "3.0.1",
"description": "Bundled types to instantiate the Polkadot JS api with a Moonbeam network",
"main": "./dist/definitions.cjs",
"prepublish": "tsc",
Expand Down
34 changes: 23 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@
"check:fix": "pnpm -r check:fix"
},
"dependencies": {
"@polkadot/api": "15.0.1",
"@polkadot/api-augment": "15.0.1",
"@polkadot/api-derive": "15.0.1",
"@polkadot/keyring": "13.2.3",
"@polkadot/rpc-provider": "15.0.1",
"@polkadot/types": "15.0.1",
"@polkadot/types-codec": "15.0.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3",
"@openzeppelin/contracts": "4.9.6",
"@polkadot/api": "15.4.1",
"@polkadot/api-augment": "15.4.1",
"@polkadot/api-derive": "15.4.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/rpc-provider": "15.4.1",
"@polkadot/types": "15.4.1",
"@polkadot/types-codec": "15.4.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"ethers": "6.13.4",
"tsup": "8.3.5"
},
Expand All @@ -37,10 +38,21 @@
},
"pnpm": {
"overrides": {
"@openzeppelin/contracts": "4.9.6"
"@openzeppelin/contracts": "4.9.6",
"@polkadot/api": "15.4.1",
"@polkadot/api-augment": "15.4.1",
"@polkadot/api-derive": "15.4.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/rpc-provider": "15.4.1",
"@polkadot/types": "15.4.1",
"@polkadot/types-codec": "15.4.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"ethers": "6.13.4",
"tsup": "8.3.5"
}
},
"keywords": [],
"author": "",
"license": "ISC"
}
}
Loading
Loading