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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user