Update dependency gatsby-theme-apollo-docs to v1.0.6

This commit is contained in:
Renovate Bot
2019-06-11 17:18:28 +00:00
committed by renovate[bot]
parent 91a93b5272
commit d252aec5ae
2 changed files with 4 additions and 4 deletions

View File

@@ -6836,9 +6836,9 @@
}
},
"gatsby-theme-apollo-docs": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.0.5.tgz",
"integrity": "sha512-I4cpQN/0j+j1hw+LoV9aZBUpewkXrPBXhb7LohUiYT5L1yChOEPmkTzXke0NdQ9a5qJx0wT1WVm3WPGKxhtUug==",
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.0.6.tgz",
"integrity": "sha512-eNJq9Gy1XTiANNwZf4ytHnqAe4TCSzYIV4Adl7/KcbNpCXhZcesCrSEet6zMQgOkMk/XX13RCMxjEg4D3X482w==",
"requires": {
"@mdx-js/mdx": "^1.0.0-rc.4",
"@mdx-js/react": "^1.0.0-rc.5",

View File

@@ -6,6 +6,6 @@
},
"dependencies": {
"gatsby": "2.8.6",
"gatsby-theme-apollo-docs": "1.0.5"
"gatsby-theme-apollo-docs": "1.0.6"
}
}