Skip to content

Commit

Permalink
Bump dev deps, drop Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Nov 17, 2023
1 parent 56eee35 commit d2ce144
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 335 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## master

Contributed:

- Support for latest `ChargeAssetTxPayment` (Thanks to https://github.com/bee344)
- Support for latest `beefy::subscribeJustifications()` (Thanks to https://github.com/serban300)

Changes:

- Drop support for Node 16 (EOL 11 Sep 2023)


## 10.10.1 Oct 14, 2023

Contributed:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"test:one": "polkadot-dev-run-test --env node"
},
"devDependencies": {
"@polkadot/dev": "^0.76.30",
"@polkadot/dev": "^0.77.1",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.8.7"
"@types/node": "^20.9.1"
},
"resolutions": {
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 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.5.1",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.3.6",
"nock": "^13.3.8",
"tslib": "^2.6.2"
},
"devDependencies": {
"@substrate/connect": "0.7.34"
"@substrate/connect": "0.7.35"
},
"optionalDependencies": {
"@substrate/connect": "0.7.34"
"@substrate/connect": "0.7.35"
}
}
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/yargs": "^17.0.29"
"@types/yargs": "^17.0.31"
}
}
Loading

0 comments on commit d2ce144

Please sign in to comment.