Skip to content

Commit

Permalink
Bump common (#5705)
Browse files Browse the repository at this point in the history
* Bump common

* Fix lint
  • Loading branch information
jacogr committed Aug 18, 2023
1 parent 2f2bbc0 commit 4826906
Show file tree
Hide file tree
Showing 19 changed files with 889 additions and 721 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/dev authors & contributors
// Copyright 2017-2023 @polkadot/api authors & contributors
// SPDX-License-Identifier: Apache-2.0

import baseConfig from '@polkadot/dev/config/eslint';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test:one": "polkadot-dev-run-test --env node"
},
"devDependencies": {
"@polkadot/dev": "^0.76.1",
"@polkadot/dev": "^0.76.15",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-augment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-augment": "10.9.2-9-x",
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@polkadot/rpc-core": "10.9.2-9-x",
"@polkadot/types": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/types-create": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
},
"devDependencies": {
"@polkadot/api-augment": "10.9.2-9-x",
"@polkadot/keyring": "^12.3.2"
"@polkadot/keyring": "^12.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/api-contract/src/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2023 @polkadot/rpc-contract authors & contributors
// Copyright 2017-2023 @polkadot/api-contract authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { SubmittableResult } from '@polkadot/api';
Expand Down
4 changes: 2 additions & 2 deletions packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@polkadot/rpc-core": "10.9.2-9-x",
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@polkadot/api-augment": "10.9.2-9-x",
"@polkadot/api-base": "10.9.2-9-x",
"@polkadot/api-derive": "10.9.2-9-x",
"@polkadot/keyring": "^12.3.2",
"@polkadot/keyring": "^12.4.1",
"@polkadot/rpc-augment": "10.9.2-9-x",
"@polkadot/rpc-core": "10.9.2-9-x",
"@polkadot/rpc-provider": "10.9.2-9-x",
Expand All @@ -33,8 +33,8 @@
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/types-create": "10.9.2-9-x",
"@polkadot/types-known": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
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 @@ -24,7 +24,7 @@
"@polkadot/rpc-core": "10.9.2-9-x",
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@polkadot/rpc-augment": "10.9.2-9-x",
"@polkadot/rpc-provider": "10.9.2-9-x",
"@polkadot/types": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
},
"devDependencies": {
"@polkadot/keyring": "^12.3.2",
"@polkadot/keyring": "^12.4.1",
"@polkadot/rpc-augment": "10.9.2-9-x"
}
}
12 changes: 6 additions & 6 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"version": "10.9.2-9-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.3.2",
"@polkadot/keyring": "^12.4.1",
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-support": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/x-fetch": "^12.3.2",
"@polkadot/x-global": "^12.3.2",
"@polkadot/x-ws": "^12.3.2",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"@polkadot/x-fetch": "^12.4.1",
"@polkadot/x-global": "^12.4.1",
"@polkadot/x-ws": "^12.4.1",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.2.1",
"nock": "^13.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/types-create": "10.9.2-9-x",
"@polkadot/types-support": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/x-ws": "^12.3.2",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"@polkadot/x-ws": "^12.4.1",
"handlebars": "^4.7.7",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
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 @@ -23,7 +23,7 @@
"dependencies": {
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
}
}
6 changes: 3 additions & 3 deletions packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"version": "10.9.2-9-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.3.2",
"@polkadot/x-bigint": "^12.3.2",
"@polkadot/util": "^12.4.1",
"@polkadot/x-bigint": "^12.4.1",
"tslib": "^2.6.0"
},
"devDependencies": {
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-augment": "10.9.2-9-x",
"@polkadot/types-support": "10.9.2-9-x",
"@polkadot/util-crypto": "^12.3.2"
"@polkadot/util-crypto": "^12.4.1"
}
}
2 changes: 1 addition & 1 deletion packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "index.js",
"dependencies": {
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
},
"devDependencies": {
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 @@ -21,11 +21,11 @@
"version": "10.9.2-9-x",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^12.3.2",
"@polkadot/networks": "^12.4.1",
"@polkadot/types": "10.9.2-9-x",
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/types-create": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"version": "10.9.2-9-x",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^12.3.2",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"version": "10.9.2-9-x",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^12.3.2",
"@polkadot/keyring": "^12.4.1",
"@polkadot/types-augment": "10.9.2-9-x",
"@polkadot/types-codec": "10.9.2-9-x",
"@polkadot/types-create": "10.9.2-9-x",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
},
"devDependencies": {
"@polkadot/keyring": "^12.3.2",
"@polkadot/keyring": "^12.4.1",
"@polkadot/types-support": "10.9.2-9-x"
}
}
Loading

0 comments on commit 4826906

Please sign in to comment.