Skip to content

Commit 7478eb4

Browse files
authored
Bump common (#4429)
1 parent bc7ee1a commit 7478eb4

File tree

18 files changed

+133
-135
lines changed

18 files changed

+133
-135
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## master
44

5-
**Important** Webpack 4 has known issues with `import.meta.url` that is solvable via a rule, see https://polkadot.js.org/docs/usage/FAQ#on-webpack-4-i-have-a-parse-error-on-importmetaurl
6-
75
Changes:
86

97
- Extend support for `WrapperKeepOpaque` with internal decoding (allowed to fail)

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

0 commit comments

Comments
 (0)