Skip to content

Commit

Permalink
fix(deps): update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent aa403a4 commit d4f3b6f
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions e2e-tests/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"devDependencies": {
"cross-env": "^7.0.3",
"cypress": "^12.14.0",
"dotenv": "^8.6.0",
"execa": "^6.1.0",
"dotenv": "^16.4.7",
"execa": "^9.5.2",
"gatsby-cypress": "^3.13.1",
"netlify-cli": "^17.25.0",
"netlify-cli": "^18.0.0",
"npm-run-all": "^4.1.5",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions e2e-tests/contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@contentful/rich-text-types": "^16.2.0",
"@contentful/rich-text-types": "^17.0.0",
"gatsby": "next",
"gatsby-plugin-image": "next",
"gatsby-plugin-sharp": "next",
"gatsby-source-contentful": "next",
"gatsby-transformer-remark": "next",
"gatsby-transformer-sharp": "next",
"gatsby-transformer-sqip": "next",
"modern-normalize": "^2.0.0",
"modern-normalize": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slugify": "^1.6.6"
},
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@simonsmith/cypress-image-snapshot": "^6.1.1",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot",
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"gatsby-cypress": "next",
"prettier": "^2.8.8",
"prettier": "^3.4.2",
"srcset": "^5.0.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
Expand Down
8 changes: 4 additions & 4 deletions e2e-tests/development-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"@simonsmith/cypress-image-snapshot": "^6.1.1",
"@testing-library/cypress": "^9.0.0",
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@testing-library/cypress": "^10.0.2",
"@types/simonsmith__cypress-image-snapshot": "npm:@types/cypress-image-snapshot",
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "next",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3",
"yargs": "^17.7.2"
Expand Down
10 changes: 5 additions & 5 deletions e2e-tests/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"dependencies": {
"@emotion/react": "^11.11.3",
"@mdx-js/react": "^2.3.0",
"@mdx-js/react": "^3.1.0",
"@sindresorhus/slugify": "^2.2.1",
"cypress": "^12.16.0",
"fs-extra": "^11.2.0",
Expand All @@ -17,8 +17,8 @@
"gatsby-source-filesystem": "next",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"theme-ui": "^0.16.0"
},
"keywords": [
Expand Down Expand Up @@ -46,8 +46,8 @@
"devDependencies": {
"cross-env": "^7.0.3",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
}
Expand Down
12 changes: 6 additions & 6 deletions e2e-tests/path-prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"cy:run": "node ../../scripts/cypress-run-with-conditional-record-flag.js --browser chrome --e2e"
},
"devDependencies": {
"cpy-cli": "^4.2.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"del-cli": "^6.0.0",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"make-dir-cli": "^3.1.0",
"is-ci": "^4.1.0",
"make-dir-cli": "^4.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3",
"wait-on": "^7.2.0"
"wait-on": "^8.0.2"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/production-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"express": "^4.18.2",
"fs-extra": "^11.2.0",
"gatsby-core-utils": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/themes/development-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/themes/gatsby-theme-about/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/e2e-tests/themes/gatsby-theme-about#readme",
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@mdx-js/react": "^3.1.0",
"gatsby": "next",
"gatsby-plugin-mdx": "next",
"gatsby-plugin-page-creator": "next",
"gatsby-source-filesystem": "next"
},
"devDependencies": {
"prettier": "2.8.8"
"prettier": "3.4.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/themes/production-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"cross-env": "^7.0.3",
"cypress": "^12.16.0",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
},
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 @@ -35,7 +35,7 @@
"cross-env": "^7.0.3",
"gatsby-cypress": "next",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e-tests/visual-regression/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"cross-env": "^7.0.3",
"cypress-junit-reporter": "^1.3.1",
"gatsby-cypress": "next",
"is-ci": "^3.0.1",
"prettier": "^2.8.8",
"is-ci": "^4.1.0",
"prettier": "^3.4.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit d4f3b6f

Please sign in to comment.