|
37 | 37 | "registry": "https://registry.npmjs.org/" |
38 | 38 | }, |
39 | 39 | "scripts": { |
40 | | - "dev": "tsup --watch", |
41 | | - "build": "tsup", |
| 40 | + "dev": "tsdown --watch", |
| 41 | + "build": "tsdown", |
42 | 42 | "test": "vitest", |
43 | 43 | "lint": "eslint --fix", |
44 | 44 | "prepare": "simple-git-hooks", |
45 | 45 | "prepublishOnly": "pnpm build" |
46 | 46 | }, |
47 | 47 | "dependencies": { |
48 | | - "@antfu/eslint-config": "^4.13.0", |
49 | | - "@manypkg/get-packages": "^2.2.1", |
| 48 | + "@manypkg/get-packages": "^2.2.2", |
50 | 49 | "@tomjs/logger": "^1.4.0", |
51 | 50 | "@tomjs/pkg": "^1.0.4", |
52 | | - "chalk": "^5.4.1", |
| 51 | + "chalk": "^5.6.2", |
53 | 52 | "cosmiconfig": "^9.0.0", |
54 | | - "dayjs": "^1.11.13", |
55 | | - "execa": "^9.5.3", |
| 53 | + "dayjs": "^1.11.19", |
| 54 | + "execa": "^9.6.0", |
56 | 55 | "hosted-git-info": "^7.0.2", |
57 | 56 | "inquirer": "9.2.17", |
58 | 57 | "is-subdir": "^1.2.0", |
59 | 58 | "log-symbols": "^6.0.0", |
60 | 59 | "meow": "^13.2.0", |
61 | 60 | "open": "^10.1.2", |
62 | 61 | "ora": "^8.2.0", |
63 | | - "publint": "^0.3.12", |
64 | 62 | "semver": "^7.7.1", |
65 | 63 | "strip-ansi": "^7.1.0" |
66 | 64 | }, |
67 | 65 | "devDependencies": { |
68 | | - "@commitlint/cli": "^19.8.1", |
69 | | - "@tomjs/commitlint": "^4.0.0", |
70 | | - "@tomjs/eslint": "^5.0.0", |
71 | | - "@tomjs/tsconfig": "^1.7.2", |
| 66 | + "@antfu/eslint-config": "^6.2.0", |
| 67 | + "@commitlint/cli": "^20.1.0", |
| 68 | + "@tomjs/commitlint": "^5.0.0", |
| 69 | + "@tomjs/eslint": "^6.0.0", |
| 70 | + "@tomjs/tsconfig": "^2.0.0", |
72 | 71 | "@types/hosted-git-info": "^3.0.5", |
73 | | - "@types/inquirer": "^9.0.8", |
74 | | - "@types/node": "^18.19.100", |
75 | | - "@types/semver": "^7.7.0", |
| 72 | + "@types/inquirer": "^9.0.9", |
| 73 | + "@types/node": "^20.19.25", |
| 74 | + "@types/semver": "^7.7.1", |
76 | 75 | "cross-env": "^7.0.3", |
77 | | - "eslint": "^9.26.0", |
| 76 | + "eslint": "^9.39.1", |
78 | 77 | "husky": "^9.1.7", |
79 | | - "lint-staged": "^15.5.2", |
| 78 | + "lint-staged": "^16.2.6", |
80 | 79 | "npm-run-all": "^4.1.5", |
| 80 | + "publint": "^0.3.12", |
81 | 81 | "rimraf": "^6.0.1", |
82 | | - "simple-git-hooks": "^2.13.0", |
83 | | - "tsup": "^8.4.0", |
| 82 | + "simple-git-hooks": "^2.13.1", |
| 83 | + "tsdown": "^0.16.4", |
84 | 84 | "tsx": "^4.19.4", |
85 | | - "type-fest": "^4.41.0", |
| 85 | + "type-fest": "^5.2.0", |
86 | 86 | "typescript": "^5.8.3", |
87 | | - "vitest": "^3.1.3" |
| 87 | + "vitest": "^4.0.9" |
88 | 88 | } |
89 | 89 | } |
0 commit comments