Skip to content

Commit

Permalink
fix(deps): update minor and patch dependencies for gatsby-source-grap…
Browse files Browse the repository at this point in the history
…hql (#38028)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LekoArts <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts committed May 3, 2023
1 parent 213d8b0 commit d611439
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 100 deletions.
12 changes: 6 additions & 6 deletions packages/gatsby-source-graphql/package.json
Expand Up @@ -7,15 +7,15 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@apollo/client": "^3.7.13",
"@babel/runtime": "^7.20.13",
"@graphql-tools/links": "^8.2.14",
"@graphql-tools/utils": "^8.6.9",
"@graphql-tools/wrap": "^8.3.3",
"dataloader": "^2.0.0",
"@graphql-tools/links": "^8.3.36",
"@graphql-tools/utils": "^8.13.1",
"@graphql-tools/wrap": "^8.5.1",
"dataloader": "^2.2.2",
"gatsby-core-utils": "^4.10.0-next.1",
"invariant": "^2.2.4",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.9"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
Expand Down
5 changes: 5 additions & 0 deletions packages/gatsby-source-graphql/src/__tests__/gatsby-node.js
Expand Up @@ -10,6 +10,11 @@ jest.mock(`@apollo/client`, () => {
createHttpLink: jest.fn(),
}
})
jest.mock(`@graphql-tools/links`, () => {
return {
linkToExecutor: jest.fn(),
}
})
const { createHttpLink } = require(`@apollo/client`)
const { testPluginOptionsSchema } = require(`gatsby-plugin-utils`)
jest.mock(`gatsby/graphql`, () => {
Expand Down

0 comments on commit d611439

Please sign in to comment.