docsys version updates

This commit is contained in:
Jonathan Shook 2020-08-06 09:27:05 -05:00
parent 3f62020b79
commit 7dc99de83d
2 changed files with 3095 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,14 +13,17 @@
"dependencies": {
"@nuxtjs/axios": "^5.9.5",
"@nuxtjs/vuetify": "^2.0.0-beta.2",
"front-matter": "^3.1.0",
"markdown-it-smartarrows": "^1.0.1",
"markdown-it-vue": "^1.0.11",
"node-fetch": "^2.6.0",
"npm": "^6.14.7",
"nuxt": "^2.14.0",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.0",
"front-matter": "^3.1.0",
"markdown-it-highlight": "^0.2.0",
"markdown-it-smartarrows": "^1.0.1",
"markdown-it-vue": "^1.1.3",
"node-fetch": "^2.6.0",
"nuxt": "^2.14.0"
"webpack": "^4.44.0"
},
"disabled-modules": {
"markdown-it-highlight": "^0.2.0"
}
}