Skip to content

Commit

Permalink
Bump dev deps (#5743)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 23, 2023
1 parent dea14bc commit 62bbf09
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 218 deletions.
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.29",
"@polkadot/dev": "^0.76.30",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.8.4"
"@types/node": "^20.8.7"
},
"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.4",
"nock": "^13.3.6",
"tslib": "^2.6.2"
},
"devDependencies": {
"@substrate/connect": "0.7.33"
"@substrate/connect": "0.7.34"
},
"optionalDependencies": {
"@substrate/connect": "0.7.33"
"@substrate/connect": "0.7.34"
}
}
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.28"
"@types/yargs": "^17.0.29"
}
}
Loading

0 comments on commit 62bbf09

Please sign in to comment.