Skip to content

Commit

Permalink
chore(deps): update dependency start-server-and-test to ^2.0.3 (#38599)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 14, 2023
1 parent 956e30c commit edcb035
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"gatsby-cypress": "^3.11.0",
"netlify-cli": "^15.8.0",
"npm-run-all": "^4.1.5",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion e2e-tests/contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"gatsby-cypress": "next",
"prettier": "^2.8.8",
"srcset": "^5.0.0",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/development-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion e2e-tests/path-prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"make-dir-cli": "^3.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6",
"wait-on": "^7.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/production-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"gatsby-core-utils": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/themes/development-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/themes/production-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/trailing-slash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"gatsby-cypress": "next",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion e2e-tests/visual-regression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.1.6"
},
"repository": {
Expand Down

0 comments on commit edcb035

Please sign in to comment.