Skip to content

Commit

Permalink
Bump dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Oct 14, 2023
1 parent a22a111 commit 9f9200d
Show file tree
Hide file tree
Showing 4 changed files with 273 additions and 144 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.27",
"@polkadot/dev": "^0.76.29",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.8.2"
"@types/node": "^20.8.6"
},
"resolutions": {
"typescript": "^5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@polkadot/x-ws": "^12.5.1",
"eventemitter3": "^5.0.1",
"mock-socket": "^9.3.1",
"nock": "^13.3.3",
"nock": "^13.3.4",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
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.26"
"@types/yargs": "^17.0.28"
}
}
Loading

0 comments on commit 9f9200d

Please sign in to comment.