Skip to content

Commit e63a3ec

Browse files
authored
Bump common to 8.3.3 (#4491)
1 parent 4dc30d7 commit e63a3ec

File tree

17 files changed

+157
-152
lines changed

17 files changed

+157
-152
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.16.10",
34+
"@babel/core": "^7.16.12",
3535
"@babel/register": "^7.16.9",
3636
"@babel/runtime": "^7.16.7",
37-
"@polkadot/dev": "^0.65.42",
37+
"@polkadot/dev": "^0.65.43",
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.4.2-16",
3030
"@polkadot/types-augment": "7.4.2-16",
3131
"@polkadot/types-codec": "7.4.2-16",
32-
"@polkadot/util": "^8.3.2"
32+
"@polkadot/util": "^8.3.3"
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.4.2-16",
2828
"@polkadot/types": "7.4.2-16",
29-
"@polkadot/util": "^8.3.2",
29+
"@polkadot/util": "^8.3.3",
3030
"rxjs": "^7.5.2"
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.4.2-16",
2929
"@polkadot/types-codec": "7.4.2-16",
3030
"@polkadot/types-create": "7.4.2-16",
31-
"@polkadot/util": "^8.3.2",
32-
"@polkadot/util-crypto": "^8.3.2",
31+
"@polkadot/util": "^8.3.3",
32+
"@polkadot/util-crypto": "^8.3.3",
3333
"rxjs": "^7.5.2"
3434
},
3535
"devDependencies": {
3636
"@polkadot/api-augment": "7.4.2-16",
37-
"@polkadot/keyring": "^8.3.2"
37+
"@polkadot/keyring": "^8.3.3"
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.4.2-16",
3131
"@polkadot/types": "7.4.2-16",
3232
"@polkadot/types-codec": "7.4.2-16",
33-
"@polkadot/util": "^8.3.2",
34-
"@polkadot/util-crypto": "^8.3.2",
33+
"@polkadot/util": "^8.3.3",
34+
"@polkadot/util-crypto": "^8.3.3",
3535
"rxjs": "^7.5.2"
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.4.2-16",
2828
"@polkadot/api-base": "7.4.2-16",
2929
"@polkadot/api-derive": "7.4.2-16",
30-
"@polkadot/keyring": "^8.3.2",
30+
"@polkadot/keyring": "^8.3.3",
3131
"@polkadot/rpc-augment": "7.4.2-16",
3232
"@polkadot/rpc-core": "7.4.2-16",
3333
"@polkadot/rpc-provider": "7.4.2-16",
@@ -36,8 +36,8 @@
3636
"@polkadot/types-codec": "7.4.2-16",
3737
"@polkadot/types-create": "7.4.2-16",
3838
"@polkadot/types-known": "7.4.2-16",
39-
"@polkadot/util": "^8.3.2",
40-
"@polkadot/util-crypto": "^8.3.2",
39+
"@polkadot/util": "^8.3.3",
40+
"@polkadot/util-crypto": "^8.3.3",
4141
"eventemitter3": "^4.0.7",
4242
"rxjs": "^7.5.2"
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.4.2-16",
2828
"@polkadot/types": "7.4.2-16",
2929
"@polkadot/types-codec": "7.4.2-16",
30-
"@polkadot/util": "^8.3.2"
30+
"@polkadot/util": "^8.3.3"
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.4.2-16",
2828
"@polkadot/rpc-provider": "7.4.2-16",
2929
"@polkadot/types": "7.4.2-16",
30-
"@polkadot/util": "^8.3.2",
30+
"@polkadot/util": "^8.3.3",
3131
"rxjs": "^7.5.2"
3232
},
3333
"devDependencies": {
34-
"@polkadot/keyring": "^8.3.2",
34+
"@polkadot/keyring": "^8.3.3",
3535
"@polkadot/rpc-augment": "7.4.2-16"
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.3.2",
27+
"@polkadot/keyring": "^8.3.3",
2828
"@polkadot/types": "7.4.2-16",
2929
"@polkadot/types-support": "7.4.2-16",
30-
"@polkadot/util": "^8.3.2",
31-
"@polkadot/util-crypto": "^8.3.2",
32-
"@polkadot/x-fetch": "^8.3.2",
33-
"@polkadot/x-global": "^8.3.2",
34-
"@polkadot/x-ws": "^8.3.2",
30+
"@polkadot/util": "^8.3.3",
31+
"@polkadot/util-crypto": "^8.3.3",
32+
"@polkadot/x-fetch": "^8.3.3",
33+
"@polkadot/x-global": "^8.3.3",
34+
"@polkadot/x-ws": "^8.3.3",
3535
"eventemitter3": "^4.0.7",
3636
"mock-socket": "^9.1.0",
3737
"nock": "^13.2.2"

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.16.10",
33+
"@babel/core": "^7.16.12",
3434
"@babel/register": "^7.16.9",
3535
"@babel/runtime": "^7.16.7",
3636
"@polkadot/api": "7.4.2-16",
@@ -42,8 +42,8 @@
4242
"@polkadot/types-codec": "7.4.2-16",
4343
"@polkadot/types-create": "7.4.2-16",
4444
"@polkadot/types-support": "7.4.2-16",
45-
"@polkadot/util": "^8.3.2",
46-
"@polkadot/x-ws": "^8.3.2",
45+
"@polkadot/util": "^8.3.3",
46+
"@polkadot/x-ws": "^8.3.3",
4747
"handlebars": "^4.7.7",
4848
"websocket": "^1.0.34",
4949
"yargs": "^17.3.1"

0 commit comments

Comments
 (0)