update
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.21.0",
|
||||
"packageManager": "pnpm@10.22.0",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -43,16 +43,16 @@
|
||||
"devDependencies": {
|
||||
"@kevisual/ai": "^0.0.11",
|
||||
"@kevisual/load": "^0.0.6",
|
||||
"@kevisual/local-app-manager": "^0.1.23",
|
||||
"@kevisual/local-app-manager": "^0.1.24",
|
||||
"@kevisual/logger": "^0.0.4",
|
||||
"@kevisual/query": "0.0.29",
|
||||
"@kevisual/query-login": "0.0.6",
|
||||
"@kevisual/router": "^0.0.30",
|
||||
"@kevisual/router": "^0.0.33",
|
||||
"@kevisual/types": "^0.0.10",
|
||||
"@kevisual/use-config": "^1.0.19",
|
||||
"@types/bun": "^1.3.2",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/send": "^1.2.1",
|
||||
"@types/ws": "^8.18.1",
|
||||
"chalk": "^5.6.2",
|
||||
@@ -61,7 +61,7 @@
|
||||
"dayjs": "^1.11.19",
|
||||
"dotenv": "^17.2.3",
|
||||
"get-port": "^7.1.0",
|
||||
"inquirer": "^12.11.0",
|
||||
"inquirer": "^13.0.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nanoid": "^5.1.6",
|
||||
"send": "^1.2.0",
|
||||
|
||||
@@ -90,7 +90,7 @@ export class AssistantInit extends AssistantConfig {
|
||||
}
|
||||
}
|
||||
initPnpm() {
|
||||
const pnpmPath = path.join(this.configDir, 'assistant-app', 'pnpm.yaml');
|
||||
const pnpmPath = path.join(this.configDir, 'assistant-app', 'pnpm-workspace.yaml');
|
||||
let create = false;
|
||||
if (!checkFileExists(pnpmPath, true)) {
|
||||
create = true;
|
||||
@@ -101,7 +101,7 @@ export class AssistantInit extends AssistantConfig {
|
||||
- 'pages/**/*'
|
||||
`,
|
||||
);
|
||||
console.log(chalk.green('助手 pnpm.yaml 文件创建成功'));
|
||||
console.log(chalk.green('助手 pnpm-workspace.yaml 文件创建成功'));
|
||||
}
|
||||
const packagePath = path.join(this.configDir, 'assistant-app', 'package.json');
|
||||
if (!checkFileExists(packagePath, true)) {
|
||||
@@ -133,6 +133,7 @@ export class AssistantInit extends AssistantConfig {
|
||||
"unstorage": "latest",
|
||||
"dayjs": "latest",
|
||||
"es-toolkit": "latest",
|
||||
"node-cron": "latest",
|
||||
"dotenv": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -11,15 +11,23 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@kevisual/router": "^0.0.20",
|
||||
"@kevisual/use-config": "^1.0.17",
|
||||
"ioredis": "^5.6.1",
|
||||
"minio": "^8.0.5",
|
||||
"pg": "^8.16.0",
|
||||
"pm2": "^6.0.6",
|
||||
"sequelize": "^6.37.7",
|
||||
"sqlite3": "^5.1.7",
|
||||
"socket.io": "^4.8.1",
|
||||
"dotenv": "^16.5.0"
|
||||
"@kevisual/router": "latest",
|
||||
"@kevisual/use-config": "latest",
|
||||
"ioredis": "latest",
|
||||
"minio": "latest",
|
||||
"pg": "latest",
|
||||
"pm2": "latest",
|
||||
"sequelize": "latest",
|
||||
"crypto-js": "latest",
|
||||
"better-sqlite3": "latest",
|
||||
"unstorage": "latest",
|
||||
"dayjs": "latest",
|
||||
"es-toolkit": "latest",
|
||||
"node-cron": "latest",
|
||||
"dotenv": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "latest",
|
||||
"@types/crypto-js": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user