chore(deps): update Vuepress

This commit is contained in:
2024-01-28 05:33:11 +01:00
parent 2d1e17f03b
commit 04ad590c24
5 changed files with 18 additions and 15 deletions

View File

@@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
@@ -14,9 +14,9 @@
"author": "Lucien Cartier-Tilet <lucien@phundrak.com>",
"license": "AGPL-3.0",
"devDependencies": {
"vuepress": "2.0.0-beta.63"
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"@vuepress/theme-default": "^2.0.0-rc.2",
"vuepress": "2.0.0-rc.2",
},
"dependencies": {
"vuepress-plugin-remove-html-extension": "^0.1.0"
}
"packageManager": "yarn@4.0.2"
}