Skip to content

Commit

Permalink
chore(integration-tests): update integration tests (#467)
Browse files Browse the repository at this point in the history
* chore(integration-tests): update integration tests

* Create grumpy-rings-wave.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Moon <moonmeister@users.noreply.github.com>
  • Loading branch information
renovate[bot] and moonmeister authored Oct 10, 2024
1 parent 4759545 commit e7f1d20
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 1,068 deletions.
6 changes: 6 additions & 0 deletions .changeset/grumpy-rings-wave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"test-plugin-fastify": patch
"source-s3": patch
---

chore(integration-tests): update integration tests
34 changes: 17 additions & 17 deletions integration-tests/plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"postinstall": "[[ x\"${GATSBY_CLOUD}\" == \"x\" ]] || yarn build:deps"
},
"dependencies": {
"fastify": "^4.25.2",
"gatsby": "^5.13.1",
"fastify": "^4.28.1",
"gatsby": "^5.13.7",
"gatsby-plugin-fastify": "*",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-postcss": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-source-faker": "^5.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-faker": "^5.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"babel-loader": "^9.1.3",
"babel-preset-gatsby": "^3.13.0",
"@babel/core": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"babel-loader": "^9.2.1",
"babel-preset-gatsby": "^3.13.2",
"benchmark": "^2.1.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"nock": "13.4.0",
"nock": "13.5.5",
"prettier": "2.8.8"
},
"volta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"clean": "gatsby clean"
},
"devDependencies": {
"nock": "13.4.0",
"nock": "13.5.5",
"prettier": "2.8.8"
},
"volta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"nock": "13.4.0",
"nock": "13.5.5",
"prettier": "2.8.8"
},
"volta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"nock": "13.4.0",
"nock": "13.5.5",
"prettier": "2.8.8"
},
"volta": {
Expand Down
12 changes: 6 additions & 6 deletions integration-tests/source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"license": "MIT",
"author": "Robin Métral <robin@metral.ch>",
"dependencies": {
"gatsby": "^5.13.1",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby": "^5.13.7",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-s3": "workspace:^",
"gatsby-transformer-sharp": "^5.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"scripts": {
"develop": "gatsby develop",
Expand Down
Loading

0 comments on commit e7f1d20

Please sign in to comment.