Skip to content

Commit

Permalink
Bump deps (#5707)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Aug 20, 2023
1 parent f4655a2 commit 0320e9b
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 108 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"test:one": "polkadot-dev-run-test --env node"
},
"devDependencies": {
"@polkadot/dev": "^0.76.15",
"@polkadot/dev": "^0.76.17",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.4.2"
"@types/node": "^20.5.1"
},
"resolutions": {
"typescript": "^5.0.4"
"typescript": "^5.1.6"
}
}
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": "10.9.2-10-x",
"@polkadot/types-codec": "10.9.2-10-x",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
}
}
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": "10.9.2-10-x",
"@polkadot/util": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
}
}
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": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "10.9.2-10-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": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "10.9.2-10-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": "^12.4.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api-augment": "10.9.2-10-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": "10.9.2-10-x",
"@polkadot/types-codec": "10.9.2-10-x",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
}
}
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": "10.9.2-10-x",
"@polkadot/util": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^12.4.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@polkadot/x-ws": "^12.4.1",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.2.1",
"nock": "^13.3.2",
"tslib": "^2.6.0"
"nock": "^13.3.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@substrate/connect": "0.7.30"
"@substrate/connect": "0.7.31"
},
"optionalDependencies": {
"@substrate/connect": "0.7.30"
"@substrate/connect": "0.7.31"
}
}
4 changes: 2 additions & 2 deletions packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@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",
"handlebars": "^4.7.8",
"tslib": "^2.6.2",
"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": "10.9.2-10-x",
"@polkadot/types-codec": "10.9.2-10-x",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
}
}
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": "^12.4.1",
"@polkadot/x-bigint": "^12.4.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "10.9.2-10-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": "10.9.2-10-x",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/types": "10.9.2-10-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": "10.9.2-10-x",
"@polkadot/types-create": "10.9.2-10-x",
"@polkadot/util": "^12.4.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/api": "10.9.2-10-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": "^12.4.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
}
}
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": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/keyring": "^12.4.1",
Expand Down
Loading

0 comments on commit 0320e9b

Please sign in to comment.