Skip to content

Commit

Permalink
fix(deps): update e2e-tests to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 7bc2dae commit 8b7ac31
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 @@ -34,7 +34,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^12.14.0",
"cypress": "^13.15.0",
"dotenv": "^8.6.0",
"execa": "^6.1.0",
"gatsby-cypress": "^3.13.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@simonsmith/cypress-image-snapshot": "^6.1.1",
"@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot",
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"gatsby-cypress": "next",
"prettier": "^2.8.8",
"srcset": "^5.0.0",
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 @@ -64,7 +64,7 @@
"@testing-library/cypress": "^9.0.0",
"@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot",
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "next",
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 @@ -6,7 +6,7 @@
"@emotion/react": "^11.11.3",
"@mdx-js/react": "^2.3.0",
"@sindresorhus/slugify": "^2.2.1",
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"fs-extra": "^11.2.0",
"gatsby": "next",
"gatsby-plugin-mdx": "next",
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/path-prefix/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 <[email protected]>",
"dependencies": {
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"gatsby": "next",
"gatsby-plugin-feed": "next",
"gatsby-plugin-image": "next",
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 @@ -5,7 +5,7 @@
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"babel-plugin-search-and-replace": "^1.1.1",
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"gatsby": "next",
"gatsby-cypress": "next",
"gatsby-plugin-image": "next",
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 @@ -27,7 +27,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
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 @@ -24,7 +24,7 @@
},
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
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 @@ -4,7 +4,7 @@
"version": "1.0.0",
"author": "LekoArts",
"dependencies": {
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"gatsby": "next",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/visual-regression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@simonsmith/cypress-image-snapshot": "^6.1.1",
"cypress": "^12.16.0",
"cypress": "^13.15.0",
"gatsby": "next",
"gatsby-plugin-image": "next",
"gatsby-plugin-sharp": "next",
Expand Down

0 comments on commit 8b7ac31

Please sign in to comment.