chore: update dependencies and remove unused convex package

- Removed "@kevisual/convex" dependency from package.json and pnpm-lock.yaml.
- Updated "ioredis" version from "^5.9.3" to "^5.10.0" in package.json and pnpm-lock.yaml.
- Updated "@kevisual/context", "@kevisual/query", and "@kevisual/router" versions in wxmsg/package.json.
- Updated "@types/node" version in wxmsg/package.json.
- Added resolutions for "ioredis" in wxmsg/package.json.
- Commented out the automatic reply functionality in wxmsg/src/wx/index.ts and added a placeholder message.
This commit is contained in:
xiongxiao
2026-03-18 03:24:33 +08:00
committed by cnb
parent 2332f05cef
commit 9be5eb00f5
5 changed files with 62 additions and 1622 deletions

View File

@@ -63,7 +63,6 @@
"@kevisual/api": "^0.0.64",
"@kevisual/cnb": "^0.0.52",
"@kevisual/context": "^0.0.8",
"@kevisual/convex": "^0.0.6",
"@kevisual/local-app-manager": "0.1.32",
"@kevisual/logger": "^0.0.4",
"@kevisual/oss": "0.0.20",
@@ -100,7 +99,7 @@
"resolutions": {
"inflight": "latest",
"picomatch": "^4.0.2",
"ioredis": "^5.9.3"
"ioredis": "^5.10.0"
},
"packageManager": "pnpm@10.32.1",
"workspaces": [