Skip to content

Commit

Permalink
test: pin cypress version in some e2e-tests (gatsbyjs#18989)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Oct 24, 2019
1 parent c9c3e66 commit f5d3317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/development-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@testing-library/cypress": "^4.0.4",
"cross-env": "^5.2.0",
"cypress": "^3.1.3",
"cypress": "3.4.1",
"fs-extra": "^7.0.1",
"gatsby-cypress": "^0.1.7",
"is-ci": "^2.0.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 @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"cypress": "^3.1.0",
"cypress": "3.4.1",
"gatsby": "^2.0.118",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-offline": "^3.0.0",
Expand Down

0 comments on commit f5d3317

Please sign in to comment.