This commit is contained in:
2025-03-02 07:13:49 +08:00
parent 10600571d3
commit fc0fcb78cd
3 changed files with 166 additions and 160 deletions

View File

@@ -30,8 +30,8 @@
"dependencies": {
"@kevisual/auth": "1.0.5",
"@kevisual/local-app-manager": "0.1.9",
"@kevisual/router": "^0.0.7",
"@kevisual/use-config": "^1.0.8",
"@kevisual/router": "0.0.8-alpha.1",
"@kevisual/use-config": "^1.0.9",
"@types/semver": "^7.5.8",
"archiver": "^7.0.1",
"crypto-js": "^4.2.0",
@@ -70,19 +70,19 @@
"@types/formidable": "^3.4.5",
"@types/jsonwebtoken": "^9.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.5",
"@types/node": "^22.13.8",
"@types/react": "^19.0.10",
"@types/uuid": "^10.0.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"rollup": "^4.34.8",
"rollup": "^4.34.9",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.1.1",
"tape": "^5.9.0",
"tsx": "^4.19.3",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
},
"resolutions": {
"inflight": "latest",