Skip to content

Commit

Permalink
Update non-pjs deps (#6000)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Oct 16, 2024
1 parent 85473c9 commit e75272e
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@polkadot/dev": "^0.80.1",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.15.0"
"@types/node": "^22.7.5"
},
"resolutions": {
"typescript": "^5.5.4"
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": "14.0.2-1-x",
"@polkadot/types-codec": "14.0.2-1-x",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
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": "14.0.2-1-x",
"@polkadot/util": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
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.1.1",
"@polkadot/util-crypto": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "14.0.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.1.1",
"@polkadot/util-crypto": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "14.0.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.1.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api-augment": "14.0.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": "14.0.2-1-x",
"@polkadot/types-codec": "14.0.2-1-x",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
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": "14.0.2-1-x",
"@polkadot/util": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@polkadot/x-ws": "^13.1.1",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.5.4",
"tslib": "^2.7.0"
"nock": "^13.5.5",
"tslib": "^2.8.0"
},
"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.1.1",
"@polkadot/x-ws": "^13.1.1",
"handlebars": "^4.7.8",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"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": "14.0.2-1-x",
"@polkadot/types-codec": "14.0.2-1-x",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
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.1.1",
"@polkadot/x-bigint": "^13.1.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "14.0.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": "14.0.2-1-x",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/types": "14.0.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": "14.0.2-1-x",
"@polkadot/types-create": "14.0.2-1-x",
"@polkadot/util": "^13.1.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/api": "14.0.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.1.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
}
}
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.1.1",
"@polkadot/util-crypto": "^13.1.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@polkadot/keyring": "^13.1.1",
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ __metadata:
"@polkadot/types-augment": "npm:14.0.2-1-x"
"@polkadot/types-codec": "npm:14.0.2-1-x"
"@polkadot/util": "npm:^13.1.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -469,7 +469,7 @@ __metadata:
"@polkadot/types": "npm:14.0.2-1-x"
"@polkadot/util": "npm:^13.1.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -487,7 +487,7 @@ __metadata:
"@polkadot/util": "npm:^13.1.1"
"@polkadot/util-crypto": "npm:^13.1.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -507,7 +507,7 @@ __metadata:
"@polkadot/util": "npm:^13.1.1"
"@polkadot/util-crypto": "npm:^13.1.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -532,7 +532,7 @@ __metadata:
"@polkadot/util-crypto": "npm:^13.1.1"
eventemitter3: "npm:^5.0.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -665,7 +665,7 @@ __metadata:
"@polkadot/types": "npm:14.0.2-1-x"
"@polkadot/types-codec": "npm:14.0.2-1-x"
"@polkadot/util": "npm:^13.1.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -679,7 +679,7 @@ __metadata:
"@polkadot/types": "npm:14.0.2-1-x"
"@polkadot/util": "npm:^13.1.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -698,8 +698,8 @@ __metadata:
"@substrate/connect": "npm:0.8.11"
eventemitter3: "npm:^5.0.1"
mock-socket: "npm:^9.3.1"
nock: "npm:^13.5.4"
tslib: "npm:^2.7.0"
nock: "npm:^13.5.5"
tslib: "npm:^2.8.0"
dependenciesMeta:
"@substrate/connect":
optional: true
Expand All @@ -724,7 +724,7 @@ __metadata:
"@polkadot/x-ws": "npm:^13.1.1"
"@types/yargs": "npm:^17.0.33"
handlebars: "npm:^4.7.8"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
yargs: "npm:^17.7.2"
bin:
polkadot-types-chain-info: ./scripts/polkadot-types-chain-info.mjs
Expand All @@ -742,7 +742,7 @@ __metadata:
"@polkadot/types": "npm:14.0.2-1-x"
"@polkadot/types-codec": "npm:14.0.2-1-x"
"@polkadot/util": "npm:^13.1.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -756,7 +756,7 @@ __metadata:
"@polkadot/util": "npm:^13.1.1"
"@polkadot/util-crypto": "npm:^13.1.1"
"@polkadot/x-bigint": "npm:^13.1.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -767,7 +767,7 @@ __metadata:
"@polkadot/types": "npm:14.0.2-1-x"
"@polkadot/types-codec": "npm:14.0.2-1-x"
"@polkadot/util": "npm:^13.1.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -781,7 +781,7 @@ __metadata:
"@polkadot/types-codec": "npm:14.0.2-1-x"
"@polkadot/types-create": "npm:14.0.2-1-x"
"@polkadot/util": "npm:^13.1.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -790,7 +790,7 @@ __metadata:
resolution: "@polkadot/types-support@workspace:packages/types-support"
dependencies:
"@polkadot/util": "npm:^13.1.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand All @@ -806,7 +806,7 @@ __metadata:
"@polkadot/util": "npm:^13.1.1"
"@polkadot/util-crypto": "npm:^13.1.1"
rxjs: "npm:^7.8.1"
tslib: "npm:^2.7.0"
tslib: "npm:^2.8.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1422,12 +1422,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.15.0":
version: 20.15.0
resolution: "@types/node@npm:20.15.0"
"@types/node@npm:*, @types/node@npm:^22.7.5":
version: 22.7.5
resolution: "@types/node@npm:22.7.5"
dependencies:
undici-types: "npm:~6.13.0"
checksum: 10/bec475ee6c54dc575ec4d322753df484af2b96e3afdd3f6f8e594353b3918ca5f420e7c30845225661a14a7522fa421d15294fbf68ed7ae16f4ae7942ca809bd
undici-types: "npm:~6.19.2"
checksum: 10/e8ba102f8c1aa7623787d625389be68d64e54fcbb76d41f6c2c64e8cf4c9f4a2370e7ef5e5f1732f3c57529d3d26afdcb2edc0101c5e413a79081449825c57ac
languageName: node
linkType: hard

Expand Down Expand Up @@ -6679,14 +6679,14 @@ __metadata:
languageName: node
linkType: hard

"nock@npm:^13.5.4":
version: 13.5.4
resolution: "nock@npm:13.5.4"
"nock@npm:^13.5.5":
version: 13.5.5
resolution: "nock@npm:13.5.5"
dependencies:
debug: "npm:^4.1.0"
json-stringify-safe: "npm:^5.0.1"
propagate: "npm:^2.0.0"
checksum: 10/75bad391bae4efb81b742734af5f2d87309cd93d3ca6b78372fd37946d78ccb254d79104676619866915e6734abfc1b00fee2aa42073a4843ca3c746aad35a4d
checksum: 10/c19d7bf9654db056357a22b00127bb5606c1bbdff188a5b6c469825e580e31cd0cb0701bce8dd8b4876dbbd36a145fdb681fd69fd59308d6db4923ce8ab2439e
languageName: node
linkType: hard

Expand Down Expand Up @@ -7947,7 +7947,7 @@ __metadata:
dependencies:
"@polkadot/dev": "npm:^0.80.1"
"@polkadot/typegen": "workspace:packages/typegen"
"@types/node": "npm:^20.15.0"
"@types/node": "npm:^22.7.5"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8928,10 +8928,10 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2, tslib@npm:^2.7.0":
version: 2.7.0
resolution: "tslib@npm:2.7.0"
checksum: 10/9a5b47ddac65874fa011c20ff76db69f97cf90c78cff5934799ab8894a5342db2d17b4e7613a087046bc1d133d21547ddff87ac558abeec31ffa929c88b7fce6
"tslib@npm:^2.1.0, tslib@npm:^2.3.1, tslib@npm:^2.6.2, tslib@npm:^2.7.0, tslib@npm:^2.8.0":
version: 2.8.0
resolution: "tslib@npm:2.8.0"
checksum: 10/1bc7c43937477059b4d26f2dbde7e49ef0fb4f38f3014e0603eaea76d6a885742c8b1762af45949145e5e7408a736d20ded949da99dabc8ccba1fc5531d2d927
languageName: node
linkType: hard

Expand Down Expand Up @@ -9115,10 +9115,10 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.13.0":
version: 6.13.0
resolution: "undici-types@npm:6.13.0"
checksum: 10/da52e37cbc6da3a75da86fa08dd795ca8924430deb91005eb884b840e46e19013ccd4c1c289f70018e8cf0c338add24a500e7c3acfcd49b1ffb27ff9f91e38b9
"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10/cf0b48ed4fc99baf56584afa91aaffa5010c268b8842f62e02f752df209e3dea138b372a60a963b3b2576ed932f32329ce7ddb9cb5f27a6c83040d8cd74b7a70
languageName: node
linkType: hard

Expand Down

0 comments on commit e75272e

Please sign in to comment.