chore: update dependencies and package versions

- Bump packageManager from pnpm@10.25.0 to pnpm@10.26.0
- Update @kevisual/router from ^0.0.37 to ^0.0.39
- Update @types/node from ^24.10.2 to ^25.0.3
- Update inquirer from ^13.0.2 to ^13.1.0
- Update lodash-es from ^4.17.21 to ^4.17.22
- Update send from ^1.2.0 to ^1.2.1
- Update version of @kevisual/cli from 0.0.74 to 0.0.75 in package.json
- Update pnpm-lock.yaml to reflect changes in dependencies and versions
This commit is contained in:
2025-12-17 20:22:30 +08:00
parent 6b96a22c7a
commit 73d98a1209
3 changed files with 46 additions and 297 deletions

View File

@@ -10,7 +10,7 @@
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.25.0",
"packageManager": "pnpm@10.26.0",
"type": "module",
"files": [
"dist",
@@ -47,12 +47,12 @@
"@kevisual/logger": "^0.0.4",
"@kevisual/query": "0.0.32",
"@kevisual/query-login": "0.0.7",
"@kevisual/router": "^0.0.37",
"@kevisual/router": "^0.0.39",
"@kevisual/types": "^0.0.10",
"@kevisual/use-config": "^1.0.21",
"@types/bun": "^1.3.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.2",
"@types/node": "^25.0.3",
"@types/send": "^1.2.1",
"@types/ws": "^8.18.1",
"chalk": "^5.6.2",
@@ -61,10 +61,10 @@
"dayjs": "^1.11.19",
"dotenv": "^17.2.3",
"get-port": "^7.1.0",
"inquirer": "^13.0.2",
"lodash-es": "^4.17.21",
"inquirer": "^13.1.0",
"lodash-es": "^4.17.22",
"nanoid": "^5.1.6",
"send": "^1.2.0",
"send": "^1.2.1",
"supports-color": "^10.2.2",
"ws": "npm:@kevisual/ws"
},