|
11 | 11 | "dist/"
|
12 | 12 | ],
|
13 | 13 | "scripts": {
|
14 |
| - "prepare": "husky install", |
| 14 | + "prepare": "husky", |
15 | 15 | "test": "mocha",
|
16 | 16 | "test-cover": "nyc --reporter=lcov --reporter=text mocha",
|
17 | 17 | "dev": "tsup --watch",
|
|
36 | 36 | },
|
37 | 37 | "homepage": "https://github.com/magicdawn/vsc-custom-css-cli#readme",
|
38 | 38 | "dependencies": {
|
39 |
| - "@inquirer/prompts": "^5.1.2", |
| 39 | + "@inquirer/prompts": "^5.5.0", |
40 | 40 | "chalk": "^5.3.0",
|
41 |
| - "cheerio": "^1.0.0-rc.12", |
| 41 | + "cheerio": "^1.0.0", |
42 | 42 | "clipanion": "^3.2.1",
|
43 | 43 | "consola": "^3.2.3",
|
44 | 44 | "csp-dev": "^1.0.2",
|
45 |
| - "debug": "^4.3.5", |
| 45 | + "debug": "^4.3.7", |
46 | 46 | "dl-vampire": "^2.1.2",
|
47 | 47 | "env-paths": "3",
|
48 | 48 | "fs-extra": "^11.2.0",
|
49 | 49 | "less": "^4.2.0",
|
50 | 50 | "log-symbols": "^6.0.0",
|
51 | 51 | "promise.map": "^0.5.0",
|
52 | 52 | "proxy-agent": "^6.4.0",
|
53 |
| - "sass": "^1.77.6", |
| 53 | + "sass": "^1.79.4", |
54 | 54 | "sudo-prompt": "^9.2.1"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 | 57 | "@magicdawn/eslint-config": "^0.1.0",
|
58 | 58 | "@magicdawn/prettier-config": "^0.0.4",
|
59 |
| - "@swc/core": "^1.6.7", |
60 |
| - "@swc/helpers": "^0.5.11", |
| 59 | + "@swc/core": "^1.7.28", |
| 60 | + "@swc/helpers": "^0.5.13", |
61 | 61 | "@types/csp-dev": "^1.0.3",
|
62 | 62 | "@types/debug": "^4.1.12",
|
63 | 63 | "@types/fs-extra": "^11.0.4",
|
64 | 64 | "@types/inquirer": "^9.0.7",
|
65 | 65 | "@types/less": "^3.0.6",
|
66 |
| - "@types/node": "^20.14.10", |
67 |
| - "@types/sass": "^1.43.1", |
68 |
| - "eslint": "^9.6.0", |
69 |
| - "husky": "^9.0.11", |
70 |
| - "lint-staged": "^15.2.7", |
71 |
| - "mocha": "^10.6.0", |
72 |
| - "nyc": "^17.0.0", |
73 |
| - "prettier": "^3.3.2", |
| 66 | + "@types/node": "^20.16.10", |
| 67 | + "@types/sass": "^1.45.0", |
| 68 | + "eslint": "^9.12.0", |
| 69 | + "husky": "^9.1.6", |
| 70 | + "lint-staged": "^15.2.10", |
| 71 | + "mocha": "^10.7.3", |
| 72 | + "nyc": "^17.1.0", |
| 73 | + "prettier": "^3.3.3", |
74 | 74 | "should": "^13.2.3",
|
75 | 75 | "ts-node": "^10.9.2",
|
76 |
| - "tsup": "^8.1.0", |
77 |
| - "type-fest": "^4.21.0", |
78 |
| - "typescript": "^5.5.3" |
| 76 | + "tsup": "^8.3.0", |
| 77 | + "type-fest": "^4.26.1", |
| 78 | + "typescript": "^5.6.2" |
79 | 79 | },
|
80 | 80 | "publishConfig": {
|
81 | 81 | "registry": "https://registry.npmjs.org/"
|
|
89 | 89 | "engines": {
|
90 | 90 | "node": ">=18"
|
91 | 91 | },
|
92 |
| - "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a" |
| 92 | + "packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4" |
93 | 93 | }
|
0 commit comments