This commit is contained in:
2025-03-29 18:00:27 +08:00
parent a20c082b91
commit 12aa9022c4
4 changed files with 218 additions and 146 deletions

View File

@@ -41,7 +41,7 @@
"@kevisual/local-app-manager": "0.1.10",
"@kevisual/router": "0.0.9",
"@kevisual/use-config": "^1.0.10",
"@types/semver": "^7.5.8",
"@types/semver": "^7.7.0",
"archiver": "^7.0.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
@@ -59,7 +59,7 @@
"pm2": "^6.0.5",
"rollup-plugin-esbuild": "^6.2.1",
"semver": "^7.7.1",
"sequelize": "^6.37.6",
"sequelize": "^6.37.7",
"socket.io": "^4.8.1",
"strip-ansi": "^7.1.0",
"tar": "^7.4.3",
@@ -82,14 +82,14 @@
"@types/formidable": "^3.4.5",
"@types/jsonwebtoken": "^9.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.13",
"@types/node": "^22.13.14",
"@types/react": "^19.0.12",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"rollup": "^4.37.0",
"rollup": "^4.38.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.2.1",
"tape": "^5.9.0",
@@ -103,5 +103,5 @@
"picomatch": "^4.0.2"
},
"pnpm": {},
"packageManager": "pnpm@10.6.5"
"packageManager": "pnpm@10.7.0"
}