Upgrade docs theme again

This commit is contained in:
Trevor Blades 2019-03-05 13:35:34 -08:00
parent be0ab81df8
commit 64c2f85a3f
3 changed files with 28 additions and 16 deletions

View file

@ -9,6 +9,10 @@ module.exports = {
contentDir: 'source',
basePath: '/docs/apollo-server',
githubRepo: 'apollographql/apollo-server',
versions: [
'2',
'1'
],
sidebarCategories: {
null: [
'index',

38
docs/package-lock.json generated
View file

@ -1,8 +1,6 @@
{
"name": "apollo-server-docs",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@babel/code-frame": {
"version": "7.0.0",
@ -1048,9 +1046,9 @@
},
"dependencies": {
"camelcase": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.1.0.tgz",
"integrity": "sha512-WP9f9OBL/TAbwOFBJL79FoS9UKUmnp82RWnhlwTgrAJeMq7lytHhe0Jzc6/P7Zq0+2oviXJuPlvkZalWUug9gg=="
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.2.0.tgz",
"integrity": "sha512-IXFsBS2pC+X0j0N/GE7Dm7j3bsEBp+oTpb7F50dwEVX7rf3IgwO9XatnegTsDtniKCUtEJH4fSU6Asw7uoVLfQ=="
}
}
},
@ -6475,9 +6473,9 @@
}
},
"gatsby-plugin-react-helmet": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.7.tgz",
"integrity": "sha512-GnLzt7umVtQ9OKWdfzwMIpFF77PIZ0m8ksLtuDtxnuqIUkJsj+uiCEVCzVrWIE+P6VhMVOSTTiTht9dnCobyiw==",
"version": "3.0.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.8.tgz",
"integrity": "sha512-UI5Ddi2pS/zpqw7sRnpac2JW21RxpzO6/DAyI0iOSvN/4eo8H3uTFAPYszMB1jHEQ4sfmFKQsnISxmbiwQWi0Q==",
"requires": {
"@babel/runtime": "^7.0.0"
}
@ -6488,9 +6486,9 @@
"integrity": "sha512-iNhS3e8TrWkrPY5EgrWpKoxh13DEcP3f8DrVGQ0mz8qafCHxcxjLUKaCUO6WZlgxsANIhm3dMXiABvqAebApzw=="
},
"gatsby-plugin-typography": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.2.7.tgz",
"integrity": "sha512-ORUFM4QXBslsn0KG+e5mvhFQLdU1Txp3uPt8srFtitovuCzewg1NztdLaMnZgwpGTfrAMl98d4uaPAppiOjp6g==",
"version": "2.2.8",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typography/-/gatsby-plugin-typography-2.2.8.tgz",
"integrity": "sha512-tYVR/ws9TGjRiI5Bcdixlyt8PSDyON3AfwQyHFZZaGMxlSccqGlSaOgxQ9967d/GU3Mwl2kcaPDB52OCYmhh0Q==",
"requires": {
"@babel/runtime": "^7.0.0"
}
@ -6529,9 +6527,9 @@
}
},
"gatsby-theme-apollo-docs": {
"version": "0.0.82",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-0.0.82.tgz",
"integrity": "sha512-x8qT0z8gssv8Rje7jPcmHts7Twh7hXZRMV0eH+eowNOwsbpc110z7+83jf+SN1EQtSXywvViWeqp9vjN8t5FTQ==",
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-0.1.3.tgz",
"integrity": "sha512-IrIJI+aF3ovXdK5o7KO8BCBKfJDIk1ZOxsGvs01fLPUI0chhSS+vea0/CxqPQy5iXLeXiLLMF1CrPgYdQGC/zg==",
"requires": {
"detab": "^2.0.1",
"gatsby": "^2.0.91",
@ -6549,6 +6547,8 @@
"remark": "^10.0.1",
"remark-react": "^5.0.1",
"remark-slug": "^5.1.1",
"semver": "^5.6.0",
"semver-match": "^0.1.1",
"simple-git": "^1.107.0",
"unist-builder": "^1.0.3"
}
@ -11850,6 +11850,14 @@
"semver": "^5.0.3"
}
},
"semver-match": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/semver-match/-/semver-match-0.1.1.tgz",
"integrity": "sha1-58yzH4P9Sg43fWY4ev2Mo6Mptfw=",
"requires": {
"semver": "^5.1.0"
}
},
"send": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz",

View file

@ -4,6 +4,6 @@
},
"dependencies": {
"gatsby": "^2.0.103",
"gatsby-theme-apollo-docs": "0.0.82"
"gatsby-theme-apollo-docs": "^0.1.3"
}
}