Skip to content

Commit

Permalink
fix(deps): update dependency cypress to ^12.13.0 (#38174)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts committed Jun 1, 2023
1 parent 309461a commit e77274e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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.11.0",
"cypress": "^12.13.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.11.0",
"cypress": "^12.13.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"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.0",
"@mdx-js/react": "^2.3.0",
"@sindresorhus/slugify": "^2.2.1",
"cypress": "^12.11.0",
"cypress": "^12.13.0",
"fs-extra": "^11.1.1",
"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 <mathews.kyle@gmail.com>",
"dependencies": {
"cypress": "^12.11.0",
"cypress": "^12.13.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 <mathews.kyle@gmail.com>",
"dependencies": {
"babel-plugin-search-and-replace": "^1.1.1",
"cypress": "^12.11.0",
"cypress": "^12.13.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.11.0",
"cypress": "^12.13.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.11.0",
"cypress": "^12.13.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.11.0",
"cypress": "^12.13.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 <mathews.kyle@gmail.com>",
"dependencies": {
"@simonsmith/cypress-image-snapshot": "^6.1.1",
"cypress": "^12.11.0",
"cypress": "^12.13.0",
"gatsby": "next",
"gatsby-plugin-image": "next",
"gatsby-plugin-sharp": "next",
Expand Down

0 comments on commit e77274e

Please sign in to comment.