Skip to content

Commit 521d44b

Browse files
authored
Bump deps (#4864)
1 parent 865fb63 commit 521d44b

File tree

17 files changed

+234
-236
lines changed

17 files changed

+234
-236
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/core": "^7.18.0",
3535
"@babel/register": "^7.17.7",
3636
"@babel/runtime": "^7.18.0",
37-
"@polkadot/dev": "^0.66.29",
37+
"@polkadot/dev": "^0.66.30",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.5.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.5.2-10",
3030
"@polkadot/types-augment": "8.5.2-10",
3131
"@polkadot/types-codec": "8.5.2-10",
32-
"@polkadot/util": "^9.2.2-15"
32+
"@polkadot/util": "^9.3.1"
3333
},
3434
"devDependencies": {
3535
"@polkadot/types-support": "8.5.2-10"

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.18.0",
2727
"@polkadot/rpc-core": "8.5.2-10",
2828
"@polkadot/types": "8.5.2-10",
29-
"@polkadot/util": "^9.2.2-15",
29+
"@polkadot/util": "^9.3.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.5.2-10",
2929
"@polkadot/types-codec": "8.5.2-10",
3030
"@polkadot/types-create": "8.5.2-10",
31-
"@polkadot/util": "^9.2.2-15",
32-
"@polkadot/util-crypto": "^9.2.2-15",
31+
"@polkadot/util": "^9.3.1",
32+
"@polkadot/util-crypto": "^9.3.1",
3333
"rxjs": "^7.5.5"
3434
},
3535
"devDependencies": {
3636
"@polkadot/api-augment": "8.5.2-10",
37-
"@polkadot/keyring": "^9.2.2-15"
37+
"@polkadot/keyring": "^9.3.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.5.2-10",
3131
"@polkadot/types": "8.5.2-10",
3232
"@polkadot/types-codec": "8.5.2-10",
33-
"@polkadot/util": "^9.2.2-15",
34-
"@polkadot/util-crypto": "^9.2.2-15",
33+
"@polkadot/util": "^9.3.1",
34+
"@polkadot/util-crypto": "^9.3.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.5.2-10",
2828
"@polkadot/api-base": "8.5.2-10",
2929
"@polkadot/api-derive": "8.5.2-10",
30-
"@polkadot/keyring": "^9.2.2-15",
30+
"@polkadot/keyring": "^9.3.1",
3131
"@polkadot/rpc-augment": "8.5.2-10",
3232
"@polkadot/rpc-core": "8.5.2-10",
3333
"@polkadot/rpc-provider": "8.5.2-10",
@@ -36,8 +36,8 @@
3636
"@polkadot/types-codec": "8.5.2-10",
3737
"@polkadot/types-create": "8.5.2-10",
3838
"@polkadot/types-known": "8.5.2-10",
39-
"@polkadot/util": "^9.2.2-15",
40-
"@polkadot/util-crypto": "^9.2.2-15",
39+
"@polkadot/util": "^9.3.1",
40+
"@polkadot/util-crypto": "^9.3.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.5.2-10",
2828
"@polkadot/types": "8.5.2-10",
2929
"@polkadot/types-codec": "8.5.2-10",
30-
"@polkadot/util": "^9.2.2-15"
30+
"@polkadot/util": "^9.3.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.5.2-10",
2828
"@polkadot/rpc-provider": "8.5.2-10",
2929
"@polkadot/types": "8.5.2-10",
30-
"@polkadot/util": "^9.2.2-15",
30+
"@polkadot/util": "^9.3.1",
3131
"rxjs": "^7.5.5"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^9.2.2-15",
34+
"@polkadot/keyring": "^9.3.1",
3535
"@polkadot/rpc-augment": "8.5.2-10"
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.18.0",
27-
"@polkadot/keyring": "^9.2.2-15",
27+
"@polkadot/keyring": "^9.3.1",
2828
"@polkadot/types": "8.5.2-10",
2929
"@polkadot/types-support": "8.5.2-10",
30-
"@polkadot/util": "^9.2.2-15",
31-
"@polkadot/util-crypto": "^9.2.2-15",
32-
"@polkadot/x-fetch": "^9.2.2-15",
33-
"@polkadot/x-global": "^9.2.2-15",
34-
"@polkadot/x-ws": "^9.2.2-15",
30+
"@polkadot/util": "^9.3.1",
31+
"@polkadot/util-crypto": "^9.3.1",
32+
"@polkadot/x-fetch": "^9.3.1",
33+
"@polkadot/x-global": "^9.3.1",
34+
"@polkadot/x-ws": "^9.3.1",
3535
"@substrate/connect": "0.7.5",
3636
"eventemitter3": "^4.0.7",
3737
"mock-socket": "^9.1.3",

packages/typegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@polkadot/types-codec": "8.5.2-10",
4343
"@polkadot/types-create": "8.5.2-10",
4444
"@polkadot/types-support": "8.5.2-10",
45-
"@polkadot/util": "^9.2.2-15",
46-
"@polkadot/x-ws": "^9.2.2-15",
45+
"@polkadot/util": "^9.3.1",
46+
"@polkadot/x-ws": "^9.3.1",
4747
"handlebars": "^4.7.7",
4848
"websocket": "^1.0.34",
4949
"yargs": "^17.5.1"

0 commit comments

Comments
 (0)