Skip to content

Commit

Permalink
Bump common (#5117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jul 29, 2022
1 parent 7d53c4b commit afcbe96
Show file tree
Hide file tree
Showing 16 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@polkadot/types": "8.14.2-12",
"@polkadot/types-augment": "8.14.2-12",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/util": "^10.1.1"
"@polkadot/util": "^10.1.2"
},
"devDependencies": {
"@polkadot/types-support": "8.14.2-12"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@babel/runtime": "^7.18.9",
"@polkadot/rpc-core": "8.14.2-12",
"@polkadot/types": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util": "^10.1.2",
"rxjs": "^7.5.6"
}
}
6 changes: 3 additions & 3 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@polkadot/types": "8.14.2-12",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/types-create": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.1.1",
"@polkadot/util": "^10.1.2",
"@polkadot/util-crypto": "^10.1.2",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/api-augment": "8.14.2-12",
"@polkadot/keyring": "^10.1.1"
"@polkadot/keyring": "^10.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@polkadot/rpc-core": "8.14.2-12",
"@polkadot/types": "8.14.2-12",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.1.1",
"@polkadot/util": "^10.1.2",
"@polkadot/util-crypto": "^10.1.2",
"rxjs": "^7.5.6"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@polkadot/api-augment": "8.14.2-12",
"@polkadot/api-base": "8.14.2-12",
"@polkadot/api-derive": "8.14.2-12",
"@polkadot/keyring": "^10.1.1",
"@polkadot/keyring": "^10.1.2",
"@polkadot/rpc-augment": "8.14.2-12",
"@polkadot/rpc-core": "8.14.2-12",
"@polkadot/rpc-provider": "8.14.2-12",
Expand All @@ -36,8 +36,8 @@
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/types-create": "8.14.2-12",
"@polkadot/types-known": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.1.1",
"@polkadot/util": "^10.1.2",
"@polkadot/util-crypto": "^10.1.2",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.6"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@polkadot/rpc-core": "8.14.2-12",
"@polkadot/types": "8.14.2-12",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/util": "^10.1.1"
"@polkadot/util": "^10.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@polkadot/rpc-augment": "8.14.2-12",
"@polkadot/rpc-provider": "8.14.2-12",
"@polkadot/types": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util": "^10.1.2",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/keyring": "^10.1.1",
"@polkadot/keyring": "^10.1.2",
"@polkadot/rpc-augment": "8.14.2-12"
}
}
12 changes: 6 additions & 6 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.1",
"@polkadot/keyring": "^10.1.2",
"@polkadot/types": "8.14.2-12",
"@polkadot/types-support": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.1.1",
"@polkadot/x-fetch": "^10.1.1",
"@polkadot/x-global": "^10.1.1",
"@polkadot/x-ws": "^10.1.1",
"@polkadot/util": "^10.1.2",
"@polkadot/util-crypto": "^10.1.2",
"@polkadot/x-fetch": "^10.1.2",
"@polkadot/x-global": "^10.1.2",
"@polkadot/x-ws": "^10.1.2",
"@substrate/connect": "0.7.9",
"eventemitter3": "^4.0.7",
"mock-socket": "^9.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/types-create": "8.14.2-12",
"@polkadot/types-support": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.1.1",
"@polkadot/x-ws": "^10.1.1",
"@polkadot/util": "^10.1.2",
"@polkadot/util-crypto": "^10.1.2",
"@polkadot/x-ws": "^10.1.2",
"handlebars": "^4.7.7",
"websocket": "^1.0.34",
"yargs": "^17.5.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/types-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"@babel/runtime": "^7.18.9",
"@polkadot/types": "8.14.2-12",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/util": "^10.1.1"
"@polkadot/util": "^10.1.2"
}
}
6 changes: 3 additions & 3 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/util": "^10.1.1",
"@polkadot/x-bigint": "^10.1.1"
"@polkadot/util": "^10.1.2",
"@polkadot/x-bigint": "^10.1.2"
},
"devDependencies": {
"@polkadot/types": "8.14.2-12",
"@polkadot/types-augment": "8.14.2-12",
"@polkadot/types-support": "8.14.2-12",
"@polkadot/util-crypto": "^10.1.1"
"@polkadot/util-crypto": "^10.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/util": "^10.1.1"
"@polkadot/util": "^10.1.2"
},
"devDependencies": {
"@polkadot/types": "8.14.2-12"
Expand Down
4 changes: 2 additions & 2 deletions packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/networks": "^10.1.1",
"@polkadot/networks": "^10.1.2",
"@polkadot/types": "8.14.2-12",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/types-create": "8.14.2-12",
"@polkadot/util": "^10.1.1"
"@polkadot/util": "^10.1.2"
}
}
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/util": "^10.1.1"
"@polkadot/util": "^10.1.2"
}
}
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/keyring": "^10.1.1",
"@polkadot/keyring": "^10.1.2",
"@polkadot/types-augment": "8.14.2-12",
"@polkadot/types-codec": "8.14.2-12",
"@polkadot/types-create": "8.14.2-12",
"@polkadot/util": "^10.1.1",
"@polkadot/util-crypto": "^10.1.1",
"@polkadot/util": "^10.1.2",
"@polkadot/util-crypto": "^10.1.2",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/keyring": "^10.1.1",
"@polkadot/keyring": "^10.1.2",
"@polkadot/types-support": "8.14.2-12"
}
}
Loading

0 comments on commit afcbe96

Please sign in to comment.