Skip to content

Commit

Permalink
fix(integration-tests): update integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 5569add commit 1b6458a
Show file tree
Hide file tree
Showing 6 changed files with 776 additions and 43 deletions.
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.5.5",
"nock": "13.5.6",
"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.5.5",
"nock": "13.5.6",
"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.5.5",
"nock": "13.5.6",
"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.5.5",
"nock": "13.5.6",
"prettier": "2.8.8"
},
"volta": {
Expand Down
8 changes: 4 additions & 4 deletions integration-tests/source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"license": "MIT",
"author": "Robin Métral <[email protected]>",
"dependencies": {
"gatsby": "^5.13.7",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-source-s3": "workspace:^",
"gatsby-transformer-sharp": "^5.13.1",
"gatsby-transformer-sharp": "^5.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading

0 comments on commit 1b6458a

Please sign in to comment.