Skip to content

Commit e95a514

Browse files
authored
Bump dev to 0.82.4 (#6056)
* Bump dev to 0.82.4 * dedupe
1 parent 6121f92 commit e95a514

File tree

17 files changed

+70
-80
lines changed

17 files changed

+70
-80
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:one": "polkadot-dev-run-test --env node"
4141
},
4242
"devDependencies": {
43-
"@polkadot/dev": "^0.82.1",
43+
"@polkadot/dev": "^0.82.4",
4444
"@polkadot/typegen": "workspace:packages/typegen",
4545
"@types/node": "^22.7.5"
4646
},

packages/api-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@polkadot/types-augment": "15.1.2-1-x",
2828
"@polkadot/types-codec": "15.1.2-1-x",
2929
"@polkadot/util": "^13.2.3",
30-
"tslib": "^2.8.0"
30+
"tslib": "^2.8.1"
3131
}
3232
}

packages/api-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@polkadot/types": "15.1.2-1-x",
2626
"@polkadot/util": "^13.2.3",
2727
"rxjs": "^7.8.1",
28-
"tslib": "^2.8.0"
28+
"tslib": "^2.8.1"
2929
}
3030
}

packages/api-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@polkadot/util": "^13.2.3",
3030
"@polkadot/util-crypto": "^13.2.3",
3131
"rxjs": "^7.8.1",
32-
"tslib": "^2.8.0"
32+
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
3535
"@polkadot/api-augment": "15.1.2-1-x",

packages/api-derive/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@polkadot/util": "^13.2.3",
3131
"@polkadot/util-crypto": "^13.2.3",
3232
"rxjs": "^7.8.1",
33-
"tslib": "^2.8.0"
33+
"tslib": "^2.8.1"
3434
},
3535
"devDependencies": {
3636
"@polkadot/api": "15.1.2-1-x",

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@polkadot/util-crypto": "^13.2.3",
3838
"eventemitter3": "^5.0.1",
3939
"rxjs": "^7.8.1",
40-
"tslib": "^2.8.0"
40+
"tslib": "^2.8.1"
4141
},
4242
"devDependencies": {
4343
"@polkadot/api-augment": "15.1.2-1-x",

packages/rpc-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@polkadot/types": "15.1.2-1-x",
2626
"@polkadot/types-codec": "15.1.2-1-x",
2727
"@polkadot/util": "^13.2.3",
28-
"tslib": "^2.8.0"
28+
"tslib": "^2.8.1"
2929
}
3030
}

packages/rpc-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@polkadot/types": "15.1.2-1-x",
2727
"@polkadot/util": "^13.2.3",
2828
"rxjs": "^7.8.1",
29-
"tslib": "^2.8.0"
29+
"tslib": "^2.8.1"
3030
},
3131
"devDependencies": {
3232
"@polkadot/keyring": "^13.2.3",

packages/rpc-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eventemitter3": "^5.0.1",
3333
"mock-socket": "^9.3.1",
3434
"nock": "^13.5.5",
35-
"tslib": "^2.8.0"
35+
"tslib": "^2.8.1"
3636
},
3737
"devDependencies": {
3838
"@substrate/connect": "0.8.11"

packages/typegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@polkadot/util-crypto": "^13.2.3",
4242
"@polkadot/x-ws": "^13.2.3",
4343
"handlebars": "^4.7.8",
44-
"tslib": "^2.8.0",
44+
"tslib": "^2.8.1",
4545
"yargs": "^17.7.2"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)