diff --git a/devdoc/.vitepress/config.js b/devdoc/.vitepress/config.ts similarity index 100% rename from devdoc/.vitepress/config.js rename to devdoc/.vitepress/config.ts diff --git a/devdoc/.vitepress/theme/index.js b/devdoc/.vitepress/theme/index.ts similarity index 100% rename from devdoc/.vitepress/theme/index.js rename to devdoc/.vitepress/theme/index.ts diff --git a/package-lock.json b/package-lock.json index f13a09611ad..7cebf955eed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,10 +7,9 @@ "name": "hpcc-platform", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/markdown-it-plugins": "1.1.1", + "@hpcc-js/markdown-it-plugins": "1.1.2", "rimraf": "6.0.1", - "vitepress": "1.4.1", - "vue": "3.5.12" + "vitepress": "1.4.1" } }, "node_modules/@algolia/autocomplete-core": { @@ -913,9 +912,9 @@ } }, "node_modules/@hpcc-js/markdown-it-plugins": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@hpcc-js/markdown-it-plugins/-/markdown-it-plugins-1.1.1.tgz", - "integrity": "sha512-mdRl2qderwWyFTRO9I2lTkN0p5cdPPbX//grBgOdSdUOM5ggUiKHMYi4wIHIGba08DMTKhcmcl0dOScA8dwAnw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@hpcc-js/markdown-it-plugins/-/markdown-it-plugins-1.1.2.tgz", + "integrity": "sha512-bFu5jFdNUZtxcKekQ9iPwjYHuC3LdLO0l7Nnr6hBQW0XZfZM9WxfiV6HeASVmQ1DgD97KUO+d1QxmZz7UHoWJQ==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ce6dfd5adc1..519f6eff12f 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,9 @@ "update-major": "npx npm-check-updates -u" }, "devDependencies": { - "@hpcc-js/markdown-it-plugins": "1.1.1", + "@hpcc-js/markdown-it-plugins": "1.1.2", "rimraf": "6.0.1", - "vitepress": "1.4.1", - "vue": "3.5.12" + "vitepress": "1.4.1" }, "repository": { "type": "git",