|
15 | 15 | "test": "mocha", |
16 | 16 | "test-cover": "nyc --reporter=lcov --reporter=text mocha", |
17 | 17 | "dev": "tsup --watch", |
18 | | - "build": "tsup", |
| 18 | + "typecheck": "tsc --noEmit", |
| 19 | + "build": "pnpm typecheck && tsup", |
19 | 20 | "prepublishOnly": "npm run build" |
20 | 21 | }, |
21 | 22 | "repository": { |
|
38 | 39 | "cheerio": "^1.0.0-rc.12", |
39 | 40 | "clipanion": "^3.2.1", |
40 | 41 | "consola": "^3.2.3", |
41 | | - "debug": "^4.3.4", |
42 | | - "dl-vampire": "^2.1.0", |
| 42 | + "debug": "^4.3.5", |
| 43 | + "dl-vampire": "^2.1.1", |
43 | 44 | "env-paths": "3", |
44 | | - "esm-utils": "^4.2.1", |
| 45 | + "esm-utils": "^4.3.0", |
45 | 46 | "fs-extra": "^11.2.0", |
46 | | - "inquirer": "^9.2.13", |
| 47 | + "inquirer": "^9.3.3", |
47 | 48 | "less": "^4.2.0", |
48 | 49 | "promise.map": "^0.5.0", |
49 | | - "proxy-agent": "^6.3.1", |
50 | | - "sass": "^1.70.0", |
| 50 | + "proxy-agent": "^6.4.0", |
| 51 | + "sass": "^1.77.6", |
51 | 52 | "sudo-prompt": "^9.2.1" |
52 | 53 | }, |
53 | 54 | "devDependencies": { |
54 | 55 | "@magicdawn/eslint-config": "^0.1.0", |
55 | | - "@magicdawn/prettier-config": "^0.0.3", |
56 | | - "@swc/core": "^1.3.107", |
57 | | - "@swc/helpers": "^0.5.3", |
| 56 | + "@magicdawn/prettier-config": "^0.0.4", |
| 57 | + "@swc/core": "^1.6.7", |
| 58 | + "@swc/helpers": "^0.5.11", |
58 | 59 | "@types/debug": "^4.1.12", |
59 | 60 | "@types/fs-extra": "^11.0.4", |
60 | 61 | "@types/inquirer": "^9.0.7", |
61 | 62 | "@types/less": "^3.0.6", |
62 | | - "@types/node": "^20.11.15", |
| 63 | + "@types/node": "^20.14.9", |
63 | 64 | "@types/sass": "^1.43.1", |
64 | | - "eslint": "^8.56.0", |
65 | | - "husky": "^9.0.7", |
66 | | - "lint-staged": "^15.2.1", |
67 | | - "mocha": "^10.2.0", |
68 | | - "nyc": "^15.1.0", |
69 | | - "prettier": "^3.2.4", |
| 65 | + "eslint": "^9.6.0", |
| 66 | + "husky": "^9.0.11", |
| 67 | + "lint-staged": "^15.2.7", |
| 68 | + "mocha": "^10.6.0", |
| 69 | + "nyc": "^17.0.0", |
| 70 | + "prettier": "^3.3.2", |
70 | 71 | "should": "^13.2.3", |
71 | 72 | "ts-node": "^10.9.2", |
72 | | - "tsup": "^8.0.1", |
73 | | - "type-fest": "^4.10.2", |
74 | | - "typescript": "^5.3.3" |
| 73 | + "tsup": "^8.1.0", |
| 74 | + "type-fest": "^4.21.0", |
| 75 | + "typescript": "^5.5.3" |
75 | 76 | }, |
76 | 77 | "publishConfig": { |
77 | 78 | "registry": "https://registry.npmjs.org/" |
|
84 | 85 | }, |
85 | 86 | "engines": { |
86 | 87 | "node": ">=18" |
87 | | - } |
| 88 | + }, |
| 89 | + "packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" |
88 | 90 | } |
0 commit comments