update bump

This commit is contained in:
熊潇 2025-02-27 16:30:29 +08:00
parent 02c505c83a
commit 0b47b38060
3 changed files with 212 additions and 853 deletions

View File

@ -32,7 +32,7 @@
"@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2", "@rollup/plugin-typescript": "^12.1.2",
"@types/http-proxy": "^1.17.16", "@types/http-proxy": "^1.17.16",
"@types/node": "^22.13.4", "@types/node": "^22.13.5",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"nodemon": "^3.1.9", "nodemon": "^3.1.9",
"rollup": "^4.34.8", "rollup": "^4.34.8",
@ -40,10 +40,10 @@
"typescript": "^5.7.3" "typescript": "^5.7.3"
}, },
"dependencies": { "dependencies": {
"@kevisual/router": "0.0.6-alpha-5", "@kevisual/router": "0.0.7",
"@kevisual/use-config": "^1.0.7", "@kevisual/use-config": "^1.0.8",
"ioredis": "^5.5.0", "ioredis": "^5.5.0",
"nanoid": "^5.1.0" "nanoid": "^5.1.2"
}, },
"resolutions": { "resolutions": {
"picomatch": "^4.0.2" "picomatch": "^4.0.2"

1047
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
"baseUrl": "./", "baseUrl": "./",
"typeRoots": [ "typeRoots": [
"node_modules/@types", "node_modules/@types",
"src/@types" // "node_modules/@kevisual/types"
], ],
"declaration": true, "declaration": true,
"noEmit": false, "noEmit": false,
@ -23,15 +23,11 @@
"paths": { "paths": {
"@/*": [ "@/*": [
"src/*" "src/*"
], ]
} }
}, },
"include": [ "include": [
"typings.d.ts",
"src/**/*.ts", "src/**/*.ts",
"test/**/*.ts"
],
"exclude": [
"webpack.config.cjs",
], ],
"exclude": [],
} }