ocelot.social/package.json
dependabot[bot] a6b44af045
Bump the textlint group across 1 directory with 3 updates
Bumps the textlint group with 3 updates in the / directory: [textlint](https://github.com/textlint/textlint), [textlint-filter-rule-comments](https://github.com/textlint/textlint-filter-rule-comments) and [textlint-rule-no-dead-link](https://github.com/textlint-rule/textlint-rule-no-dead-link).


Updates `textlint` from 15.5.0 to 15.5.1
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](https://github.com/textlint/textlint/compare/v15.5.0...v15.5.1)

Updates `textlint-filter-rule-comments` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/textlint/textlint-filter-rule-comments/releases)
- [Commits](https://github.com/textlint/textlint-filter-rule-comments/compare/1.2.2...v1.3.0)

Updates `textlint-rule-no-dead-link` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/textlint-rule/textlint-rule-no-dead-link/releases)
- [Commits](https://github.com/textlint-rule/textlint-rule-no-dead-link/compare/v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: textlint
  dependency-version: 15.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: textlint
- dependency-name: textlint-filter-rule-comments
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: textlint
- dependency-name: textlint-rule-no-dead-link
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: textlint
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-20 19:46:19 +00:00

44 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.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",
"sass-embedded": "^1.91.0",
"textlint": "^15.5.1",
"textlint-filter-rule-comments": "^1.3.0",
"textlint-rule-apostrophe": "^3.0.0",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-doubled-spaces": "^1.0.2",
"textlint-rule-no-dead-link": "^6.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.19",
"vuepress-theme-hope": "2.0.0-rc.66"
}
}