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

This commit is contained in:
Renovate Bot
2019-08-07 16:47:37 +00:00
committed by renovate[bot]
parent cf3f78c046
commit 1f0762eeeb
2 changed files with 4 additions and 4 deletions

View File

@@ -7184,9 +7184,9 @@
}
},
"gatsby-theme-apollo-docs": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.2.2.tgz",
"integrity": "sha512-/E6oNlWoOu3tecf9cf3zTtkoXq4l6PA0MILSEolBJo3zcqoySenFBI3+yU8kGVnQ4IiYfk965x2s0VecrSYt0Q==",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-1.2.3.tgz",
"integrity": "sha512-JfvkurmZsDe/Gyg6sToPXI1blrzvl8VySJnYXmwT8k9zUEquNvvp5Nnt1eo2uULtBeINva+lc1nDbSZWGBL1tw==",
"requires": {
"@mdx-js/mdx": "^1.1.0",
"@mdx-js/react": "^1.0.27",

View File

@@ -6,6 +6,6 @@
},
"dependencies": {
"gatsby": "2.13.50",
"gatsby-theme-apollo-docs": "1.2.2"
"gatsby-theme-apollo-docs": "1.2.3"
}
}