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

Fix: Local runtime upgrade scripts #1308

Merged
merged 10 commits into from
May 25, 2023
10 changes: 5 additions & 5 deletions scripts/js/onboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onboard",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@polkadot/api": "^7.6.1",
"@polkadot/util": "^7.6.1",
"@polkadot/util-crypto": "^8.3.3"
"@polkadot/api": "^10.7.2",
"@polkadot/util": "^12.2.1",
"@polkadot/util-crypto": "^12.2.1"
}
}
}
Loading