Skip to content

Commit

Permalink
Bump dev to 0.82.4 (#6056)
Browse files Browse the repository at this point in the history
* Bump dev to 0.82.4

* dedupe
  • Loading branch information
TarikGul authored Jan 6, 2025
1 parent 6121f92 commit e95a514
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 80 deletions.
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.82.1",
"@polkadot/dev": "^0.82.4",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^22.7.5"
},
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 @@ -27,6 +27,6 @@
"@polkadot/types-augment": "15.1.2-1-x",
"@polkadot/types-codec": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/api-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@polkadot/types": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/api-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.1.2-1-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-derive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.1.2-1-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@polkadot/util-crypto": "^13.2.3",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api-augment": "15.1.2-1-x",
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 @@ -25,6 +25,6 @@
"@polkadot/types": "15.1.2-1-x",
"@polkadot/types-codec": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/rpc-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@polkadot/types": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.5",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@substrate/connect": "0.8.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/x-ws": "^13.2.3",
"handlebars": "^4.7.8",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"yargs": "^17.7.2"
},
"devDependencies": {
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 @@ -24,6 +24,6 @@
"@polkadot/types": "15.1.2-1-x",
"@polkadot/types-codec": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/types-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@polkadot/util": "^13.2.3",
"@polkadot/x-bigint": "^13.2.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.1.2-1-x",
Expand Down
2 changes: 1 addition & 1 deletion packages/types-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@polkadot/types-codec": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/types": "15.1.2-1-x"
Expand Down
2 changes: 1 addition & 1 deletion packages/types-known/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@polkadot/types-codec": "15.1.2-1-x",
"@polkadot/types-create": "15.1.2-1-x",
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/api": "15.1.2-1-x"
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 @@ -22,6 +22,6 @@
"main": "index.js",
"dependencies": {
"@polkadot/util": "^13.2.3",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@polkadot/keyring": "^13.2.3",
Expand Down
Loading

0 comments on commit e95a514

Please sign in to comment.