update vuepress packages

- update vuepress related packages
- remove @vuepress/plugin-redirect from package.json since it is already bundled with the theme
This commit is contained in:
mahula 2025-12-01 10:09:36 +01:00
parent 138cf4b0e9
commit ad4d1f9fee
2 changed files with 2067 additions and 2005 deletions

4063
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -22,9 +22,8 @@
"homepage": "https://ocelot.social",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"@vuepress/plugin-redirect": "2.0.0-rc.66",
"@vuepress/plugin-slimsearch": "2.0.0-rc.67",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-slimsearch": "2.0.0-rc.118",
"sass-embedded": "^1.91.0",
"textlint": "^15.4.0",
"textlint-filter-rule-comments": "^1.2.2",
@ -37,7 +36,7 @@
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"vuepress": "^2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.66"
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.98"
}
}