feat: add version and bump pakcages

This commit is contained in:
2025-02-23 12:17:02 +08:00
parent 4e080a0b93
commit 70b6881a38
7 changed files with 187 additions and 172 deletions

View File

@@ -33,8 +33,8 @@
"dependencies": {
"@kevisual/auth": "1.0.5",
"@kevisual/local-app-manager": "0.1.6",
"@kevisual/router": "^0.0.6",
"@kevisual/use-config": "^1.0.7",
"@kevisual/router": "^0.0.6-alpha-5",
"@types/semver": "^7.5.8",
"archiver": "^7.0.1",
"dayjs": "^1.11.13",
@@ -43,7 +43,7 @@
"json5": "^2.2.3",
"lodash-es": "^4.17.21",
"minio": "^8.0.4",
"nanoid": "^5.1.0",
"nanoid": "^5.1.2",
"node-fetch": "^3.3.2",
"p-queue": "^8.1.0",
"pg": "^8.13.3",
@@ -53,10 +53,11 @@
"socket.io": "^4.8.1",
"strip-ansi": "^7.1.0",
"tar": "^7.4.3",
"uuid": "^11.0.5",
"uuid": "^11.1.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@kevisual/types": "^0.0.6",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
@@ -67,7 +68,7 @@
"@types/crypto-js": "^4.2.2",
"@types/formidable": "^3.4.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.4",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.2",
@@ -79,7 +80,7 @@
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"tape": "^5.9.0",
"tsx": "^4.19.2",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
},
"resolutions": {