Skip to content

Commit 600bb74

Browse files
authored
Merge pull request #355 from polkadot-ui/nik-bump-utils-to-0.0.4
Bump utils dependencies and utils to 0.0.4
2 parents 5831038 + 344ffe8 commit 600bb74

File tree

2 files changed

+109
-55
lines changed

2 files changed

+109
-55
lines changed

packages/utils/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "polkadot-ui-utils",
33
"license": "MIT",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"description": "Common utility functions to aid in Polkadot dApp development.",
66
"keywords": [
77
"Polkadot",
@@ -21,11 +21,11 @@
2121
"test:coverage": "vitest run --coverage"
2222
},
2323
"dependencies": {
24-
"@polkadot/keyring": "^12.6.2",
25-
"@polkadot/util": "^12.6.2"
24+
"@polkadot/keyring": "^13.1.1",
25+
"@polkadot/util": "^13.1.1"
2626
},
2727
"peerDependencies": {
28-
"@polkadot/keyring": "^12.6.2",
29-
"@polkadot/util": "^12.6.2"
28+
"@polkadot/keyring": "^13.1.1",
29+
"@polkadot/util": "^13.1.1"
3030
}
3131
}

pnpm-lock.yaml

+104-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)