Skip to content

Commit 907c207

Browse files
fix(deps): update dependency cypress to ^12.13.0
1 parent e9f49c5 commit 907c207

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

e2e-tests/contentful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@simonsmith/cypress-image-snapshot": "^6.1.1",
2323
"@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot",
2424
"cross-env": "^7.0.3",
25-
"cypress": "^12.11.0",
25+
"cypress": "^12.13.0",
2626
"gatsby-cypress": "next",
2727
"prettier": "^2.8.8",
2828
"srcset": "^5.0.0",

e2e-tests/development-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@testing-library/cypress": "^9.0.0",
6565
"@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot",
6666
"cross-env": "^7.0.3",
67-
"cypress": "^12.11.0",
67+
"cypress": "^12.13.0",
6868
"express": "^4.18.2",
6969
"fs-extra": "^11.1.1",
7070
"gatsby-core-utils": "next",

e2e-tests/mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@mdx-js/react": "^2.3.0",
77
"@sindresorhus/slugify": "^2.2.0",
8-
"cypress": "^12.11.0",
8+
"cypress": "^12.13.0",
99
"fs-extra": "^11.1.1",
1010
"gatsby": "next",
1111
"gatsby-plugin-mdx": "next",

e2e-tests/path-prefix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
7-
"cypress": "^12.11.0",
7+
"cypress": "^12.13.0",
88
"gatsby": "next",
99
"gatsby-plugin-feed": "next",
1010
"gatsby-plugin-image": "next",

e2e-tests/production-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"babel-plugin-search-and-replace": "^1.1.1",
8-
"cypress": "^12.11.0",
8+
"cypress": "^12.13.0",
99
"gatsby": "next",
1010
"gatsby-cypress": "next",
1111
"gatsby-plugin-image": "next",

e2e-tests/themes/development-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"cross-env": "^7.0.3",
30-
"cypress": "^12.11.0",
30+
"cypress": "^12.13.0",
3131
"gatsby-cypress": "next",
3232
"is-ci": "^3.0.1",
3333
"prettier": "^2.8.8",

e2e-tests/themes/production-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"cross-env": "^7.0.3",
27-
"cypress": "^12.11.0",
27+
"cypress": "^12.13.0",
2828
"gatsby-cypress": "next",
2929
"is-ci": "^3.0.1",
3030
"prettier": "^2.8.8",

e2e-tests/trailing-slash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"author": "LekoArts",
66
"dependencies": {
7-
"cypress": "^12.11.0",
7+
"cypress": "^12.13.0",
88
"gatsby": "next",
99
"react": "^18.2.0",
1010
"react-dom": "^18.2.0"

e2e-tests/visual-regression/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Kyle Mathews <[email protected]>",
66
"dependencies": {
77
"@simonsmith/cypress-image-snapshot": "^6.1.1",
8-
"cypress": "^12.11.0",
8+
"cypress": "^12.13.0",
99
"gatsby": "next",
1010
"gatsby-plugin-image": "next",
1111
"gatsby-plugin-sharp": "next",

0 commit comments

Comments
 (0)