ocelot.social/package.json
dependabot[bot] 1b3de30237
Bump the vuepress group across 1 directory with 5 updates
Bumps the vuepress group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vuepress/bundler-vite](https://github.com/vuepress/core) | `2.0.0-rc.15` | `2.0.0-rc.18` |
| [@vuepress/plugin-redirect](https://github.com/vuepress/ecosystem/tree/HEAD/plugins/plugin-redirect) | `2.0.0-rc.51` | `2.0.0-rc.57` |
| [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress) | `2.0.0-rc.15` | `2.0.0-rc.18` |
| [vuepress-plugin-search-pro](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/search-pro) | `2.0.0-rc.54` | `2.0.0-rc.59` |
| [vuepress-theme-hope](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/theme) | `2.0.0-rc.56` | `2.0.0-rc.59` |



Updates `@vuepress/bundler-vite` from 2.0.0-rc.15 to 2.0.0-rc.18
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/core/compare/v2.0.0-rc.15...v2.0.0-rc.18)

Updates `@vuepress/plugin-redirect` from 2.0.0-rc.51 to 2.0.0-rc.57
- [Release notes](https://github.com/vuepress/ecosystem/releases)
- [Commits](https://github.com/vuepress/ecosystem/commits/v2.0.0-rc.57/plugins/plugin-redirect)

Updates `vuepress` from 2.0.0-rc.15 to 2.0.0-rc.18
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress)

Updates `vuepress-plugin-search-pro` from 2.0.0-rc.54 to 2.0.0-rc.59
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/search-pro/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.59/packages/search-pro)

Updates `vuepress-theme-hope` from 2.0.0-rc.56 to 2.0.0-rc.59
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/theme/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.59/packages/theme)

---
updated-dependencies:
- dependency-name: "@vuepress/bundler-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: "@vuepress/plugin-redirect"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-plugin-search-pro
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
- dependency-name: vuepress-theme-hope
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vuepress
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-26 06:44:07 +00:00

43 lines
1.5 KiB
JSON

{
"name": "ocelot.social",
"version": "1.0.0",
"description": "The ocelot.social website",
"author": "ocelot.social Community",
"license": "MIT",
"private": false,
"scripts": {
"build": "vuepress build docs",
"dev": "vuepress dev docs",
"test": "npm run test:lint",
"test:lint": "textlint \"*.md\" \"docs/**/*.md\"",
"test:lint:fix": "textlint \"*.md\" \"docs/**/*.md\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ocelot-Social-Community/ocelot.social.git"
},
"bugs": {
"url": "https://github.com/Ocelot-Social-Community/ocelot.social/issues"
},
"homepage": "https://ocelot.social",
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3",
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"@vuepress/plugin-redirect": "^2.0.0-rc.57",
"textlint": "^14.3.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-apostrophe": "^2.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-no-dead-link": "^5.2.0",
"textlint-rule-no-empty-element": "^0.3.1",
"textlint-rule-no-empty-section": "^1.1.0",
"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.18",
"vuepress-plugin-search-pro": "^2.0.0-rc.59",
"vuepress-theme-hope": "^2.0.0-rc.59"
}
}