Skip to content

Commit abac14f

Browse files
authored
Bump @polkadot/util (#4784)
1 parent 3cf9040 commit abac14f

File tree

17 files changed

+319
-310
lines changed

17 files changed

+319
-310
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"test:watch": "polkadot-dev-run-test --watch"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.17.9",
34+
"@babel/core": "^7.17.10",
3535
"@babel/register": "^7.17.7",
3636
"@babel/runtime": "^7.17.9",
37-
"@polkadot/dev": "^0.66.15",
37+
"@polkadot/dev": "^0.66.16",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.4.1",
4040
"copyfiles": "^2.4.1"

packages/api-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@polkadot/types": "8.2.2-7",
3030
"@polkadot/types-augment": "8.2.2-7",
3131
"@polkadot/types-codec": "8.2.2-7",
32-
"@polkadot/util": "^9.0.1"
32+
"@polkadot/util": "^9.1.1"
3333
},
3434
"devDependencies": {
3535
"@polkadot/types-support": "8.2.2-7"

packages/api-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "^7.17.9",
2727
"@polkadot/rpc-core": "8.2.2-7",
2828
"@polkadot/types": "8.2.2-7",
29-
"@polkadot/util": "^9.0.1",
29+
"@polkadot/util": "^9.1.1",
3030
"rxjs": "^7.5.5"
3131
}
3232
}

packages/api-contract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@polkadot/types": "8.2.2-7",
2929
"@polkadot/types-codec": "8.2.2-7",
3030
"@polkadot/types-create": "8.2.2-7",
31-
"@polkadot/util": "^9.0.1",
32-
"@polkadot/util-crypto": "^9.0.1",
31+
"@polkadot/util": "^9.1.1",
32+
"@polkadot/util-crypto": "^9.1.1",
3333
"rxjs": "^7.5.5"
3434
},
3535
"devDependencies": {
3636
"@polkadot/api-augment": "8.2.2-7",
37-
"@polkadot/keyring": "^9.0.1"
37+
"@polkadot/keyring": "^9.1.1"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@polkadot/rpc-core": "8.2.2-7",
3131
"@polkadot/types": "8.2.2-7",
3232
"@polkadot/types-codec": "8.2.2-7",
33-
"@polkadot/util": "^9.0.1",
34-
"@polkadot/util-crypto": "^9.0.1",
33+
"@polkadot/util": "^9.1.1",
34+
"@polkadot/util-crypto": "^9.1.1",
3535
"rxjs": "^7.5.5"
3636
},
3737
"devDependencies": {

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@polkadot/api-augment": "8.2.2-7",
2828
"@polkadot/api-base": "8.2.2-7",
2929
"@polkadot/api-derive": "8.2.2-7",
30-
"@polkadot/keyring": "^9.0.1",
30+
"@polkadot/keyring": "^9.1.1",
3131
"@polkadot/rpc-augment": "8.2.2-7",
3232
"@polkadot/rpc-core": "8.2.2-7",
3333
"@polkadot/rpc-provider": "8.2.2-7",
@@ -36,8 +36,8 @@
3636
"@polkadot/types-codec": "8.2.2-7",
3737
"@polkadot/types-create": "8.2.2-7",
3838
"@polkadot/types-known": "8.2.2-7",
39-
"@polkadot/util": "^9.0.1",
40-
"@polkadot/util-crypto": "^9.0.1",
39+
"@polkadot/util": "^9.1.1",
40+
"@polkadot/util-crypto": "^9.1.1",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.5.5"
4343
},

packages/rpc-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@polkadot/rpc-core": "8.2.2-7",
2828
"@polkadot/types": "8.2.2-7",
2929
"@polkadot/types-codec": "8.2.2-7",
30-
"@polkadot/util": "^9.0.1"
30+
"@polkadot/util": "^9.1.1"
3131
}
3232
}

packages/rpc-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"@polkadot/rpc-augment": "8.2.2-7",
2828
"@polkadot/rpc-provider": "8.2.2-7",
2929
"@polkadot/types": "8.2.2-7",
30-
"@polkadot/util": "^9.0.1",
30+
"@polkadot/util": "^9.1.1",
3131
"rxjs": "^7.5.5"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^9.0.1",
34+
"@polkadot/keyring": "^9.1.1",
3535
"@polkadot/rpc-augment": "8.2.2-7"
3636
}
3737
}

packages/rpc-provider/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"main": "index.js",
2525
"dependencies": {
2626
"@babel/runtime": "^7.17.9",
27-
"@polkadot/keyring": "^9.0.1",
27+
"@polkadot/keyring": "^9.1.1",
2828
"@polkadot/types": "8.2.2-7",
2929
"@polkadot/types-support": "8.2.2-7",
30-
"@polkadot/util": "^9.0.1",
31-
"@polkadot/util-crypto": "^9.0.1",
32-
"@polkadot/x-fetch": "^9.0.1",
33-
"@polkadot/x-global": "^9.0.1",
34-
"@polkadot/x-ws": "^9.0.1",
30+
"@polkadot/util": "^9.1.1",
31+
"@polkadot/util-crypto": "^9.1.1",
32+
"@polkadot/x-fetch": "^9.1.1",
33+
"@polkadot/x-global": "^9.1.1",
34+
"@polkadot/x-ws": "^9.1.1",
3535
"@substrate/connect": "0.7.2",
3636
"eventemitter3": "^4.0.7",
3737
"mock-socket": "^9.1.3",

packages/typegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.cjs"
3131
},
3232
"dependencies": {
33-
"@babel/core": "^7.17.9",
33+
"@babel/core": "^7.17.10",
3434
"@babel/register": "^7.17.7",
3535
"@babel/runtime": "^7.17.9",
3636
"@polkadot/api": "8.2.2-7",
@@ -42,8 +42,8 @@
4242
"@polkadot/types-codec": "8.2.2-7",
4343
"@polkadot/types-create": "8.2.2-7",
4444
"@polkadot/types-support": "8.2.2-7",
45-
"@polkadot/util": "^9.0.1",
46-
"@polkadot/x-ws": "^9.0.1",
45+
"@polkadot/util": "^9.1.1",
46+
"@polkadot/x-ws": "^9.1.1",
4747
"handlebars": "^4.7.7",
4848
"websocket": "^1.0.34",
4949
"yargs": "^17.4.1"

0 commit comments

Comments
 (0)