Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Updated Polkadot version in types package. (paritytech#560)
Browse files Browse the repository at this point in the history
* updated polkadot version in types package

* fixed warnings
  • Loading branch information
alistair-singh authored Jan 7, 2022
1 parent cfe688a commit 9007adc
Show file tree
Hide file tree
Showing 4 changed files with 665 additions and 866 deletions.
10 changes: 5 additions & 5 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"test": "mocha --timeout 280000 --exit"
},
"devDependencies": {
"@polkadot/api": "^6.10.3",
"@polkadot/util": "^7.1.1",
"@polkadot/util-crypto": "^7.1.1",
"@snowfork/snowbridge-types": "0.2.6",
"@polkadot/api": "^7.2.1",
"@polkadot/util": "^8.2.2",
"@polkadot/util-crypto": "^8.2.2",
"@snowfork/snowbridge-types": "file:../types",
"@types/node": "^16.4.2",
"@types/yargs": "^17.0.2",
"bignumber.js": "^9.0.0",
Expand All @@ -29,4 +29,4 @@
"ws": "^7.4.6",
"yargs": "^17.0.1"
}
}
}
Loading

0 comments on commit 9007adc

Please sign in to comment.