Merge branch 'master' of github.com:Ocelot-Social-Community/ocelot.social into development

This commit is contained in:
Wolfgang Huß 2024-02-12 14:32:05 +01:00
commit 47324340b3
3 changed files with 1081 additions and 784 deletions

View File

@ -1,4 +1,5 @@
import { redirectPlugin } from 'vuepress-plugin-redirect'
import { redirectPlugin } from '@vuepress/plugin-redirect'
export default [
redirectPlugin({

1848
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,8 +20,9 @@
"homepage": "https://ocelot.social",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"textlint": "^13.4.1",
"@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",
"textlint-rule-common-misspellings": "^1.0.1",
@ -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-theme-hope": "^2.0.0-rc.19"
"vuepress": "^2.0.0-rc.7",
"vuepress-plugin-search-pro": "^2.0.0-rc.23",
"vuepress-theme-hope": "^2.0.0-rc.23"
}
}