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

This commit is contained in:
Wolfgang Huß 2024-04-08 16:57:20 +02:00
commit 55320056a3
3 changed files with 543 additions and 418 deletions

View File

@ -1,4 +1,5 @@
version: 2 version: 2
open-pull-requests-limit: 0
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"

950
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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