Skip to content

Commit

Permalink
build(deps-dev): bump start-server-and-test from 2.0.2 to 2.0.3 (#5852)
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.2 to 2.0.3.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.2...v2.0.3)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent bfe61d3 commit 60afe33
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion memo/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"prettier": "^3.1.0",
"process": "^0.11.10",
"shx": "^0.3.4",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
Expand Down
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint-plugin-import": "^2.22.0",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typescript": "^5.0.4"
Expand Down
37 changes: 21 additions & 16 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion token-swap/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-require-extensions": "^0.1.1",
"mocha": "^10.1.0",
"prettier": "^3.1.0",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"ts-node": "^10.0.0",
"typescript": "^5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"prettier": "^3.1.0",
"process": "^0.11.10",
"shx": "^0.3.4",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"tslib": "^2.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
Expand Down

0 comments on commit 60afe33

Please sign in to comment.