diff --git a/docs/package.json b/docs/package.json index 71458cb5..a79034fe 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,10 +1,9 @@ { "devDependencies": { - "markdown-it": "^14.0.0", + "markdown-it": "^14.1.0", "markdown-it-mathjax3": "^4.3.2", - "vitepress": "^1.0.0-rc.43", - "vitepress-plugin-tabs": "^0.5.0", - "vitest": "^1.3.0" + "vitepress": "^1.0.2", + "vitepress-plugin-tabs": "^0.5.0" }, "scripts": { "docs:dev": "vitepress dev build/.documenter", diff --git a/template/package.json b/template/package.json index d7179f1b..a3df18f2 100644 --- a/template/package.json +++ b/template/package.json @@ -6,11 +6,10 @@ }, "dependencies": { "@shikijs/transformers": "^1.1.7", - "markdown-it": "^14.0.0", + "markdown-it": "^14.1.0", "markdown-it-footnote": "^4.0.0", "markdown-it-mathjax3": "^4.3.2", - "vitepress": "^1.0.0-rc.43", - "vitepress-plugin-tabs": "^0.5.0", - "vitest": "^1.3.0" + "vitepress": "^1.0.2", + "vitepress-plugin-tabs": "^0.5.0" } }