This commit is contained in:
熊潇 2025-02-19 00:32:50 +08:00
parent 30a79c2d8c
commit 2d496917ab
2 changed files with 621 additions and 416 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@kevisual/envision-cli",
"version": "0.0.16",
"version": "0.0.18",
"description": "envision command tools",
"main": "dist/index.js",
"type": "module",
@ -24,26 +24,26 @@
"devDependencies": {
"@kevisual/query": "0.0.7-alpha.3",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@types/node": "^22.10.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fast-glob": "^3.3.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "^22.13.4",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"fast-glob": "^3.3.3",
"filesize": "^10.1.6",
"form-data": "^4.0.1",
"ignore": "^6.0.2",
"inquirer": "^12.1.0",
"form-data": "^4.0.2",
"ignore": "^7.0.3",
"inquirer": "^12.4.2",
"rimraf": "^6.0.1",
"rollup": "^4.28.0",
"rollup": "^4.34.8",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"tar": "^7.4.3",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"resolutions": {
"picomatch": "^4"
@ -55,10 +55,10 @@
"access": "public"
},
"dependencies": {
"@kevisual/router": "^0.0.6-alpha-2",
"@kevisual/router": "^0.0.6-alpha-5",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.5",
"sqlite3": "^5.1.7",
"vite": "^6.0.2"
"vite": "^6.1.0"
}
}

1003
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff