diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 434a873a..d08dffb1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -58,13 +58,6 @@ module.exports = { }, plugins: [ "@vuepress/last-updated", - [ - "vuepress-plugin-typescript", - { - tsLoaderOptions: { - // All options of ts-loader - } - } - ] + "vuepress-plugin-typescript", ] }; diff --git a/docs/.vuepress/dist/404.html b/docs/.vuepress/dist/404.html deleted file mode 100644 index 84eb5304..00000000 --- a/docs/.vuepress/dist/404.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - Vue-Responsive-Dash Docs - - - - - - - - -

404

There's nothing here.
- Take me home. -
- - - diff --git a/docs/.vuepress/dist/api/index.html b/docs/.vuepress/dist/api/index.html index 3c1fb116..7295856a 100644 --- a/docs/.vuepress/dist/api/index.html +++ b/docs/.vuepress/dist/api/index.html @@ -5,11 +5,11 @@ API | Vue-Responsive-Dash Docs - + - - + +
+ diff --git a/docs/.vuepress/dist/plugins/index.html b/docs/.vuepress/dist/plugins/index.html index 27baf2b4..fa2dfa47 100644 --- a/docs/.vuepress/dist/plugins/index.html +++ b/docs/.vuepress/dist/plugins/index.html @@ -5,11 +5,11 @@ Addons | Vue-Responsive-Dash Docs - + - - + +
- + diff --git a/package-lock.json b/package-lock.json index df22ee2e..53aaf2be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-responsive-dash", - "version": "0.3.23", + "version": "0.3.24", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14630,6 +14630,12 @@ "regenerate": "^1.4.0" } }, + "regenerator-runtime": { + "version": "0.13.5", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz", + "integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==", + "dev": true + }, "regenerator-transform": { "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.1.tgz", @@ -17235,13 +17241,13 @@ "dev": true }, "vuepress": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/vuepress/-/vuepress-1.3.1.tgz", - "integrity": "sha512-i0f0JB0zdmdVH8P8cO4w7PljPQpf8ObiVk/1pOidvMQCMEhFmIpYz+730Wlf0rtB/GG4QUsqQ27Ckp5Rfob+hQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/vuepress/-/vuepress-1.4.0.tgz", + "integrity": "sha512-VrBNCCjyrB4EfdIRWTW6uo/xmMzplVsGE/2oGLkgVhWLPCvvSEAcGQhoUKWxRJXk6CdrDCov6jsmu6MA1N3fvw==", "dev": true, "requires": { - "@vuepress/core": "^1.3.1", - "@vuepress/theme-default": "^1.3.1", + "@vuepress/core": "^1.4.0", + "@vuepress/theme-default": "^1.4.0", "cac": "^6.5.6", "envinfo": "^7.2.0", "opencollective-postinstall": "^2.0.2", diff --git a/package.json b/package.json index 7231eabb..47d3a59a 100644 --- a/package.json +++ b/package.json @@ -52,11 +52,12 @@ "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^6.2.2", "prettier": "^2.0.2", + "regenerator-runtime": "^0.13.5", "rimraf": "^3.0.2", "typescript": "^3.8.3", "vue": "^2.6.11", "vue-template-compiler": "^2.6.11", - "vuepress": "^1.3.1", + "vuepress": "^1.4.0", "vuepress-plugin-typescript": "^0.2.0" }, "peerDependencies": {