Skip to content

Commit

Permalink
chore: bump start-server-and-test from 2.0.6 to 2.0.7 (#3219)
Browse files Browse the repository at this point in the history
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent e1dfb2c commit aff99ed
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/deserialize-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@solana/web3.js": "workspace:*"
},
"devDependencies": {
"start-server-and-test": "^2.0.6",
"start-server-and-test": "^2.0.7",
"tsx": "^4.19.0"
}
}
2 changes: 1 addition & 1 deletion examples/rpc-transport-throttled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@solana/web3.js": "workspace:*"
},
"devDependencies": {
"start-server-and-test": "^2.0.6",
"start-server-and-test": "^2.0.7",
"tsx": "^4.19.0"
}
}
2 changes: 1 addition & 1 deletion examples/signers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@solana/web3.js": "workspace:*"
},
"devDependencies": {
"start-server-and-test": "^2.0.6",
"start-server-and-test": "^2.0.7",
"tsx": "^4.19.0"
}
}
2 changes: 1 addition & 1 deletion examples/transfer-lamports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@solana/web3.js": "workspace:*"
},
"devDependencies": {
"start-server-and-test": "^2.0.6",
"start-server-and-test": "^2.0.7",
"tsx": "^4.19.0"
}
}
69 changes: 53 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aff99ed

Please sign in to comment.