update theme relevant packages and use recommended redirect plugin

This commit is contained in:
mahula 2024-02-10 09:45:56 +01:00
parent 4c4920597c
commit 34d07ae9ef
3 changed files with 1151 additions and 1034 deletions

View File

@ -1,7 +1,8 @@
import { redirectPlugin } from 'vuepress-plugin-redirect'
import { redirectPlugin } from '@vuepress/plugin-redirect'
export default [
redirectPlugin({
autoLocale: true,
})
]
]

2172
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,8 @@
"homepage": "https://ocelot.social",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"@vuepress/plugin-redirect": "^2.0.0-rc.12",
"textlint": "^14.0.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
@ -35,9 +36,8 @@
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-period-in-list-item": "^1.0.1",
"textlint-rule-write-good": "^2.0.0",
"vuepress": "^2.0.0-rc.2",
"vuepress-plugin-redirect": "^2.0.0-rc.15",
"vuepress-plugin-search-pro": "^2.0.0-rc.15",
"vuepress": "^2.0.0-rc.7",
"vuepress-plugin-search-pro": "^2.0.0-rc.23",
"vuepress-theme-hope": "^2.0.0-rc.23"
}
}