Skip to content

Commit 5a3255b

Browse files
authored
Bump dev & common (#4426)
1 parent 800064a commit 5a3255b

File tree

17 files changed

+138
-138
lines changed

17 files changed

+138
-138
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.16.7",
3535
"@babel/register": "^7.16.7",
3636
"@babel/runtime": "^7.16.7",
37-
"@polkadot/dev": "^0.65.21",
37+
"@polkadot/dev": "^0.65.22",
3838
"@polkadot/typegen": "workspace:packages/typegen",
3939
"@types/jest": "^27.4.0",
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,6 +29,6 @@
2929
"@polkadot/types": "7.2.2-8",
3030
"@polkadot/types-augment": "7.2.2-8",
3131
"@polkadot/types-codec": "7.2.2-8",
32-
"@polkadot/util": "^8.2.3-29"
32+
"@polkadot/util": "^8.2.3-30"
3333
}
3434
}

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.16.7",
2727
"@polkadot/rpc-core": "7.2.2-8",
2828
"@polkadot/types": "7.2.2-8",
29-
"@polkadot/util": "^8.2.3-29",
29+
"@polkadot/util": "^8.2.3-30",
3030
"rxjs": "^7.5.1"
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": "7.2.2-8",
2929
"@polkadot/types-codec": "7.2.2-8",
3030
"@polkadot/types-create": "7.2.2-8",
31-
"@polkadot/util": "^8.2.3-29",
32-
"@polkadot/util-crypto": "^8.2.3-29",
31+
"@polkadot/util": "^8.2.3-30",
32+
"@polkadot/util-crypto": "^8.2.3-30",
3333
"rxjs": "^7.5.1"
3434
},
3535
"devDependencies": {
3636
"@polkadot/api-augment": "7.2.2-8",
37-
"@polkadot/keyring": "^8.2.3-29"
37+
"@polkadot/keyring": "^8.2.3-30"
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": "7.2.2-8",
3131
"@polkadot/types": "7.2.2-8",
3232
"@polkadot/types-codec": "7.2.2-8",
33-
"@polkadot/util": "^8.2.3-29",
34-
"@polkadot/util-crypto": "^8.2.3-29",
33+
"@polkadot/util": "^8.2.3-30",
34+
"@polkadot/util-crypto": "^8.2.3-30",
3535
"rxjs": "^7.5.1"
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": "7.2.2-8",
2828
"@polkadot/api-base": "7.2.2-8",
2929
"@polkadot/api-derive": "7.2.2-8",
30-
"@polkadot/keyring": "^8.2.3-29",
30+
"@polkadot/keyring": "^8.2.3-30",
3131
"@polkadot/rpc-augment": "7.2.2-8",
3232
"@polkadot/rpc-core": "7.2.2-8",
3333
"@polkadot/rpc-provider": "7.2.2-8",
@@ -36,8 +36,8 @@
3636
"@polkadot/types-codec": "7.2.2-8",
3737
"@polkadot/types-create": "7.2.2-8",
3838
"@polkadot/types-known": "7.2.2-8",
39-
"@polkadot/util": "^8.2.3-29",
40-
"@polkadot/util-crypto": "^8.2.3-29",
39+
"@polkadot/util": "^8.2.3-30",
40+
"@polkadot/util-crypto": "^8.2.3-30",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.5.1"
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": "7.2.2-8",
2828
"@polkadot/types": "7.2.2-8",
2929
"@polkadot/types-codec": "7.2.2-8",
30-
"@polkadot/util": "^8.2.3-29"
30+
"@polkadot/util": "^8.2.3-30"
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": "7.2.2-8",
2828
"@polkadot/rpc-provider": "7.2.2-8",
2929
"@polkadot/types": "7.2.2-8",
30-
"@polkadot/util": "^8.2.3-29",
30+
"@polkadot/util": "^8.2.3-30",
3131
"rxjs": "^7.5.1"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^8.2.3-29",
34+
"@polkadot/keyring": "^8.2.3-30",
3535
"@polkadot/rpc-augment": "7.2.2-8"
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.16.7",
27-
"@polkadot/keyring": "^8.2.3-29",
27+
"@polkadot/keyring": "^8.2.3-30",
2828
"@polkadot/types": "7.2.2-8",
2929
"@polkadot/types-support": "7.2.2-8",
30-
"@polkadot/util": "^8.2.3-29",
31-
"@polkadot/util-crypto": "^8.2.3-29",
32-
"@polkadot/x-fetch": "^8.2.3-29",
33-
"@polkadot/x-global": "^8.2.3-29",
34-
"@polkadot/x-ws": "^8.2.3-29",
30+
"@polkadot/util": "^8.2.3-30",
31+
"@polkadot/util-crypto": "^8.2.3-30",
32+
"@polkadot/x-fetch": "^8.2.3-30",
33+
"@polkadot/x-global": "^8.2.3-30",
34+
"@polkadot/x-ws": "^8.2.3-30",
3535
"eventemitter3": "^4.0.7",
3636
"mock-socket": "^9.0.8",
3737
"nock": "^13.2.1"

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": "7.2.2-8",
4343
"@polkadot/types-create": "7.2.2-8",
4444
"@polkadot/types-support": "7.2.2-8",
45-
"@polkadot/util": "^8.2.3-29",
46-
"@polkadot/x-ws": "^8.2.3-29",
45+
"@polkadot/util": "^8.2.3-30",
46+
"@polkadot/x-ws": "^8.2.3-30",
4747
"handlebars": "^4.7.7",
4848
"websocket": "^1.0.34",
4949
"yargs": "^17.3.1"

0 commit comments

Comments
 (0)