|
5 | 5 | "license": "MIT", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | | - "cli": "rm -rf hello-aomex && tsx src/index.ts --project=HelloAomex --node v20.16.0", |
| 8 | + "cli": "rm -rf hello-aomex && tsx src/index.ts --project=HelloAomex --node v22.8.0", |
9 | 9 | "release": "release-it --ci", |
10 | 10 | "build": "tsup", |
11 | 11 | "prepublishOnly": "tsup" |
12 | 12 | }, |
13 | 13 | "volta": { |
14 | | - "node": "20.15.0", |
15 | | - "pnpm": "9.4.0" |
| 14 | + "node": "22.8.0", |
| 15 | + "pnpm": "10.8.1" |
16 | 16 | }, |
17 | 17 | "engines": { |
18 | | - "node": ">=20.13.0" |
| 18 | + "node": ">=22.8.0" |
19 | 19 | }, |
| 20 | + "packageManager": "pnpm@10.8.1", |
20 | 21 | "publishConfig": { |
21 | 22 | "access": "public" |
22 | 23 | }, |
|
28 | 29 | "README.md" |
29 | 30 | ], |
30 | 31 | "bin": "dist/index.js", |
31 | | - "packageManager": "pnpm@9.4.0", |
32 | 32 | "dependencies": { |
33 | | - "@aomex/common": "^3.17.1", |
34 | | - "@aomex/console": "^3.17.1", |
35 | | - "@inquirer/prompts": "^7.1.0", |
| 33 | + "@aomex/common": "^3.25.0", |
| 34 | + "@aomex/console": "^3.25.0", |
| 35 | + "@inquirer/prompts": "^7.4.1", |
36 | 36 | "sanitize-filename": "^1.6.3", |
37 | 37 | "yargs-parser": "^21.1.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@aomex/async-trace": "^3.17.1", |
41 | | - "@aomex/auth": "^3.17.1", |
42 | | - "@aomex/cache": "^3.17.1", |
43 | | - "@aomex/cache-redis-adapter": "^3.17.1", |
44 | | - "@aomex/compress": "^3.17.1", |
45 | | - "@aomex/cors": "^3.17.1", |
46 | | - "@aomex/cron": "^3.17.1", |
47 | | - "@aomex/etag": "^3.17.1", |
48 | | - "@aomex/helmet": "^3.17.1", |
49 | | - "@aomex/http-logger": "^3.17.1", |
50 | | - "@aomex/logger": "^3.17.1", |
51 | | - "@aomex/openapi": "^3.17.1", |
52 | | - "@aomex/prisma": "^3.17.1", |
53 | | - "@aomex/response-time": "^3.17.1", |
54 | | - "@aomex/swagger-ui": "^3.17.1", |
55 | | - "@aomex/web": "^3.17.1", |
56 | | - "@prisma/client": "^5.22.0", |
| 40 | + "@aomex/async-trace": "^3.25.0", |
| 41 | + "@aomex/auth": "^3.25.0", |
| 42 | + "@aomex/cache": "^3.25.0", |
| 43 | + "@aomex/cache-redis-adapter": "^3.25.0", |
| 44 | + "@aomex/compress": "^3.25.0", |
| 45 | + "@aomex/cors": "^3.25.0", |
| 46 | + "@aomex/cron": "^3.25.0", |
| 47 | + "@aomex/etag": "^3.25.0", |
| 48 | + "@aomex/helmet": "^3.25.0", |
| 49 | + "@aomex/http-logger": "^3.25.0", |
| 50 | + "@aomex/logger": "^3.25.0", |
| 51 | + "@aomex/openapi": "^3.25.0", |
| 52 | + "@aomex/prisma": "^3.25.0", |
| 53 | + "@aomex/response-time": "^3.25.0", |
| 54 | + "@aomex/swagger-ui": "^3.25.0", |
| 55 | + "@aomex/web": "^3.25.0", |
| 56 | + "@prisma/client": "^6.6.0", |
57 | 57 | "@types/lodash.kebabcase": "^4.1.9", |
58 | | - "@types/node": "^22.9.0", |
| 58 | + "@types/node": "^22.14.1", |
59 | 59 | "@types/yargs-parser": "^21.0.3", |
60 | | - "ioredis": "^5.4.1", |
61 | | - "prisma": "^5.22.0", |
62 | | - "release-it": "^17.10.0", |
63 | | - "tsup": "^8.3.5", |
64 | | - "tsx": "^4.19.2", |
65 | | - "typescript": "^5.6.3" |
| 60 | + "ioredis": "^5.6.1", |
| 61 | + "prisma": "^6.6.0", |
| 62 | + "release-it": "^19.0.1", |
| 63 | + "tsup": "^8.4.0", |
| 64 | + "tsx": "^4.19.3", |
| 65 | + "typescript": "^5.8.3" |
66 | 66 | } |
67 | 67 | } |
0 commit comments