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 3, 2023
1 parent 0dcf349 commit b03637f
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 97 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.26",
"@polkadot/dev": "^0.76.27",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.6.4"
"@types/node": "^20.8.2"
},
"resolutions": {
"typescript": "^5.1.6"
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 @@ -35,9 +35,9 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@substrate/connect": "0.7.32"
"@substrate/connect": "0.7.33"
},
"optionalDependencies": {
"@substrate/connect": "0.7.32"
"@substrate/connect": "0.7.33"
}
}
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.24"
"@types/yargs": "^17.0.26"
}
}
Loading

0 comments on commit b03637f

Please sign in to comment.