nonebot-bison/package.json
dependabot[bot] d5d48210e0
⬆️ Bump the docs-update group with 1 update (#363)
* ⬆️ Bump the docs-update group with 1 update

Bumps the docs-update group with 1 update: [@vuepress/client](https://github.com/vuepress/vuepress-next).

- [Release notes](https://github.com/vuepress/vuepress-next/releases)
- [Changelog](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.66...v2.0.0-beta.67)

---
updated-dependencies:
- dependency-name: "@vuepress/client"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs-update
...

Signed-off-by: dependabot[bot] <support@github.com>

* 💄 auto fix by pre-commit hooks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-04 15:34:17 +08:00

20 lines
492 B
JSON

{
"name": "nonebot-bison-docs",
"version": "1.0.0",
"description": "Docs for nonebot-bison",
"main": "index.js",
"repository": "git@github.com:felinae98/nonebot-bison-docs.git",
"author": "felinae98 <731499577@qq.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@vuepress/client": "2.0.0-beta.67",
"vue": "^3.3.4",
"vuepress": "2.0.0-beta.67"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}