Skip to content

Commit ae1db8a

Browse files
committed
test: pin graphql-config in themes e2e
1 parent 65fe945 commit ae1db8a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

e2e-tests/themes/development-runtime/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"prettier": "2.0.4",
3333
"start-server-and-test": "^1.7.11"
3434
},
35+
"resolutions": {
36+
"graphql-config": "3.3.0"
37+
},
3538
"repository": {
3639
"type": "git",
3740
"url": "https://github.com/gatsbyjs/gatsby-starter-default"

e2e-tests/themes/production-runtime/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
"prettier": "2.0.4",
3030
"start-server-and-test": "^1.7.11"
3131
},
32+
"resolutions": {
33+
"graphql-config": "3.3.0"
34+
},
3235
"repository": {
3336
"type": "git",
3437
"url": "https://github.com/gatsbyjs/gatsby-starter-default"

0 commit comments

Comments
 (0)