Skip to content

Commit

Permalink
chore: bump start-server-and-test from 2.0.9 to 2.0.10
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.9 to 2.0.10.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.9...v2.0.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2025
1 parent 3d999e6 commit cd8d44e
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 28 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.9",
"start-server-and-test": "^2.0.10",
"tsx": "^4.19.3"
}
}
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.9",
"start-server-and-test": "^2.0.10",
"tsx": "^4.19.3"
}
}
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.9",
"start-server-and-test": "^2.0.10",
"tsx": "^4.19.3"
}
}
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.9",
"start-server-and-test": "^2.0.10",
"tsx": "^4.19.3"
}
}
Loading

0 comments on commit cd8d44e

Please sign in to comment.