mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-05 11:26:43 +08:00
* ⬆️ Bump vue from 3.2.45 to 3.3.4 Bumps [vue](https://github.com/vuejs/core) from 3.2.45 to 3.3.4. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.2.45...v3.3.4) --- updated-dependencies: - dependency-name: vue dependency-type: direct:development update-type: version-update:semver-minor ... 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>
20 lines
492 B
JSON
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.60",
|
|
"vue": "^3.3.4",
|
|
"vuepress": "2.0.0-beta.60"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
}
|
|
}
|