Skip to content

Commit

Permalink
chore(integration-tests): update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 47d4db8 commit 90e63fc
Show file tree
Hide file tree
Showing 7 changed files with 1,107 additions and 240 deletions.
32 changes: 16 additions & 16 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.45",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/core": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"babel-loader": "^9.1.3",
"babel-preset-gatsby": "^3.13.0",
"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 90e63fc

Please sign in to comment.