Skip to content

Commit

Permalink
Upgrade common to 13.1.1 (#5982)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Sep 16, 2024
1 parent 87bee8a commit e615f85
Show file tree
Hide file tree
Showing 16 changed files with 153 additions and 153 deletions.
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": "13.0.1",
"@polkadot/types-augment": "13.0.1",
"@polkadot/types-codec": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.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": "13.0.1",
"@polkadot/types": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.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,14 +26,14 @@
"@polkadot/types": "13.0.1",
"@polkadot/types-codec": "13.0.1",
"@polkadot/types-create": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
},
"devDependencies": {
"@polkadot/api-augment": "13.0.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/types-support": "13.0.1"
}
}
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": "13.0.1",
"@polkadot/types": "13.0.1",
"@polkadot/types-codec": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.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": "13.0.1",
"@polkadot/api-base": "13.0.1",
"@polkadot/api-derive": "13.0.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/rpc-augment": "13.0.1",
"@polkadot/rpc-core": "13.0.1",
"@polkadot/rpc-provider": "13.0.1",
Expand All @@ -33,8 +33,8 @@
"@polkadot/types-codec": "13.0.1",
"@polkadot/types-create": "13.0.1",
"@polkadot/types-known": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.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": "13.0.1",
"@polkadot/types": "13.0.1",
"@polkadot/types-codec": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.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": "13.0.1",
"@polkadot/rpc-provider": "13.0.1",
"@polkadot/types": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/rpc-augment": "13.0.1"
}
}
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": "13.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/types": "13.0.1",
"@polkadot/types-support": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-fetch": "^13.0.2",
"@polkadot/x-global": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/x-fetch": "^13.1.1",
"@polkadot/x-global": "^13.1.1",
"@polkadot/x-ws": "^13.1.1",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.4",
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": "13.0.1",
"@polkadot/types-create": "13.0.1",
"@polkadot/types-support": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/x-ws": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polkadot/x-ws": "^13.1.1",
"handlebars": "^4.7.8",
"tslib": "^2.7.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": "13.0.1",
"@polkadot/types-codec": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.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": "13.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.0.2",
"@polkadot/x-bigint": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/x-bigint": "^13.1.1",
"tslib": "^2.7.0"
},
"devDependencies": {
"@polkadot/types": "13.0.1",
"@polkadot/types-augment": "13.0.1",
"@polkadot/types-support": "13.0.1",
"@polkadot/util-crypto": "^13.0.2"
"@polkadot/util-crypto": "^13.1.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": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.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": "13.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^13.0.2",
"@polkadot/networks": "^13.1.1",
"@polkadot/types": "13.0.1",
"@polkadot/types-codec": "13.0.1",
"@polkadot/types-create": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.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": "13.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.0.2",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.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": "13.0.1",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/types-augment": "13.0.1",
"@polkadot/types-codec": "13.0.1",
"@polkadot/types-create": "13.0.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.0.2",
"@polkadot/keyring": "^13.1.1",
"@polkadot/types-support": "13.0.1"
}
}
Loading

0 comments on commit e615f85

Please sign in to comment.