update dependencies for direct markdown rendering

This commit is contained in:
Jonathan Shook 2020-09-16 22:56:54 -05:00
parent 5ddf423d21
commit 366c4d44c6
3 changed files with 310 additions and 15454 deletions

File diff suppressed because it is too large Load Diff

View File

@ -13,29 +13,29 @@
"antlr": "cd antlr && node ../node_modules/antlr4-cli/bin/antlr4.js -Dlanguage=JavaScript -Werror -visitor -listener CQL3.g4"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/vuetify": "^2.0.0-beta.2",
"@nuxt/webpack": "^2.14.4",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/babel-preset-app": "^0.8.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"front-matter": "^4.0.2",
"@nuxtjs/vuetify": "^2.0.0-beta.2",
"antlr4": "^4.8.0",
"antlr4-cli": "^4.5.3",
"chokidar": "^3.4.2",
"eslint": "^7.7.0",
"file-saver": "^2.0.2",
"front-matter": "^4.0.2",
"js-yaml": "^3.14.0",
"js-yaml-loader": "^1.2.2",
"markdown-it": "^11.0.1",
"markdown-it-imsize": "^2.0.1",
"node-fetch": "^2.6.0",
"source-map-resolve": "^0.6.0",
"eslint": "^7.7.0",
"chokidar": "^3.4.2",
"npm": "^6.14.8",
"nuxt": "^2.14.4",
"webpack": "^4.44.1",
"markdown-it-vue": "^1.1.3",
"markdown-it-smartarrows": "^1.0.1",
"markdown-it-relativelink": "^0.2.0",
"markdown-it-replace-link": "^1.1.0",
"markdown-it-highlightjs": "^3.2.0"
"source-map-resolve": "^0.6.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1"
},
"devDependencies": {
"highlight.js": "^10.2.0"
}
}

File diff suppressed because it is too large Load Diff