Skip to content

Commit

Permalink
chore: bump test-utils to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jul 20, 2023
1 parent d7f35a6 commit eea3414
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@
"@types/inquirer": "^9.0.3",
"@types/lodash": "^4.14.192",
"@types/yargs": "^17.0.24",
"@lodestar/test-utils": "^1.9.1"
"@lodestar/test-utils": "^1.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/prover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@lodestar/test-utils": "^1.9.1",
"@lodestar/test-utils": "^1.9.2",
"@types/http-proxy": "^1.17.10",
"@types/yargs": "^17.0.24",
"axios": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lodestar/test-utils",
"private": true,
"version": "1.9.1",
"version": "1.9.2",
"description": "Test utilities reused across other packages",
"author": "ChainSafe Systems",
"license": "Apache-2.0",
Expand Down

0 comments on commit eea3414

Please sign in to comment.