|
40 | 40 | "prepare": "babel --extensions .ts,.tsx src --out-dir lib --ignore '**/__tests__/**' --source-maps --delete-dir-on-start" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "cross-spawn": "^7.0.3", |
44 | | - "dedent": "^0.7.0", |
45 | | - "ejs": "^3.1.8", |
46 | | - "fs-extra": "^10.1.0", |
47 | | - "get-latest-version": "^5.1.0", |
48 | | - "github-username": "^6.0.0", |
49 | | - "kleur": "^4.1.4", |
50 | | - "ora": "^5.4.1", |
| 43 | + "cross-spawn": "^7.0.6", |
| 44 | + "dedent": "^1.7.2", |
| 45 | + "ejs": "^5.0.1", |
| 46 | + "fs-extra": "^11.3.4", |
| 47 | + "get-latest-version": "^6.0.1", |
| 48 | + "github-username": "^9.0.0", |
| 49 | + "kleur": "^4.1.5", |
| 50 | + "ora": "^9.3.0", |
51 | 51 | "pigment": "^0.4.1", |
52 | | - "validate-npm-package-name": "^4.0.0" |
| 52 | + "validate-npm-package-name": "^7.0.2" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/cli": "^7.24.8", |
56 | | - "@babel/core": "^7.25.2", |
57 | | - "@babel/preset-env": "^7.25.2", |
58 | | - "@babel/preset-typescript": "^7.24.7", |
59 | | - "@commitlint/config-conventional": "^17.0.2", |
60 | | - "@types/cross-spawn": "^6.0.2", |
61 | | - "@types/dedent": "^0.7.0", |
62 | | - "@types/ejs": "^3.1.1", |
63 | | - "@types/fs-extra": "^9.0.13", |
64 | | - "@types/validate-npm-package-name": "^3.0.3" |
| 55 | + "@babel/cli": "^7.28.6", |
| 56 | + "@babel/core": "^7.29.0", |
| 57 | + "@babel/preset-env": "^7.29.2", |
| 58 | + "@babel/preset-typescript": "^7.28.5", |
| 59 | + "@commitlint/config-conventional": "^20.5.0", |
| 60 | + "@types/cross-spawn": "^6.0.6", |
| 61 | + "@types/dedent": "^0.7.2", |
| 62 | + "@types/ejs": "^3.1.5", |
| 63 | + "@types/fs-extra": "^11.0.4", |
| 64 | + "@types/validate-npm-package-name": "^4.0.2" |
65 | 65 | } |
66 | 66 | } |
0 commit comments