|
25 | 25 | ],
|
26 | 26 | "devDependencies": {
|
27 | 27 | "@types/chalk": "^0.4.31",
|
28 |
| - "ava": "^0.20.0", |
29 |
| - "nyc": "^11.0.3", |
30 |
| - "tslint": "^5.4.3", |
31 |
| - "typescript": "^2.4.1" |
| 28 | + "ava": "^0.22.0", |
| 29 | + "nyc": "^11.1.0", |
| 30 | + "tslint": "^5.6.0", |
| 31 | + "typescript": "^2.4.2" |
32 | 32 | },
|
33 | 33 | "scripts": {
|
34 | 34 | "build": "rm -rf dist && tsc && mv dist/bin/denali.js dist/bin/denali && chmod +x dist/bin/denali && echo 'Build successful'",
|
|
39 | 39 | "license": "MIT",
|
40 | 40 | "dependencies": {
|
41 | 41 | "@types/bluebird": "^3.5.8",
|
42 |
| - "@types/debug": "^0.0.29", |
43 |
| - "@types/dotenv": "^4.0.0", |
| 42 | + "@types/debug": "^0.0.30", |
| 43 | + "@types/dotenv": "^4.0.1", |
44 | 44 | "@types/findup-sync": "^0.3.29",
|
45 | 45 | "@types/flat": "^0.0.28",
|
46 |
| - "@types/fs-extra": "^3.0.3", |
47 |
| - "@types/glob": "^5.0.30", |
48 |
| - "@types/lodash": "^4.14.68", |
49 |
| - "@types/mkdirp": "^0.3.29", |
50 |
| - "@types/node": "^8.0.7", |
| 46 | + "@types/fs-extra": "^4.0.0", |
| 47 | + "@types/glob": "^5.0.32", |
| 48 | + "@types/lodash": "^4.14.74", |
| 49 | + "@types/mkdirp": "^0.5.1", |
| 50 | + "@types/node": "^8.0.24", |
51 | 51 | "@types/resolve": "^0.0.4",
|
52 |
| - "@types/rimraf": "^0.0.28", |
53 |
| - "@types/semver": "^5.3.32", |
| 52 | + "@types/rimraf": "^2.0.2", |
| 53 | + "@types/semver": "^5.4.0", |
54 | 54 | "@types/source-map-support": "^0.4.0",
|
55 | 55 | "@types/tmp": "^0.0.33",
|
56 |
| - "@types/yargs": "^6.6.0", |
| 56 | + "@types/yargs": "^8.0.2", |
57 | 57 | "bluebird": "^3.5.0",
|
58 | 58 | "broccoli": "^0.16.9",
|
59 | 59 | "broccoli-funnel": "^1.2.0",
|
60 | 60 | "broccoli-merge-trees": "^1.2.1",
|
61 | 61 | "broccoli-plugin": "^1.3.0",
|
62 | 62 | "broccoli-slow-trees": "1.1.0",
|
63 |
| - "chalk": "^1.1.1", |
| 63 | + "chalk": "^2.1.0", |
64 | 64 | "command-exists": "^1.2.2",
|
65 | 65 | "copy-dereference": "^1.0.0",
|
66 |
| - "debug": "^2.6.8", |
| 66 | + "debug": "^3.0.0", |
67 | 67 | "dedent-js": "^1.0.1",
|
68 | 68 | "dotenv": "^4.0.0",
|
69 |
| - "find-plugins": "^1.0.2", |
70 |
| - "findup-sync": "^0.4.0", |
71 |
| - "fs-extra": "^3.0.1", |
| 69 | + "find-plugins": "^1.1.0", |
| 70 | + "findup-sync": "^2.0.0", |
| 71 | + "fs-extra": "^4.0.1", |
72 | 72 | "glob": "^7.1.2",
|
73 | 73 | "in-publish": "^2.0.0",
|
74 | 74 | "is-directory": "^0.3.1",
|
|
77 | 77 | "main-dir": "^1.0.1",
|
78 | 78 | "mkdirp": "^0.5.1",
|
79 | 79 | "nested-error-stacks": "^2.0.0",
|
80 |
| - "nsp": "^2.2.0", |
| 80 | + "nsp": "^2.7.0", |
81 | 81 | "ora": "^1.3.0",
|
82 | 82 | "require-tree": "^1.1.1",
|
83 |
| - "resolve": "^1.3.3", |
| 83 | + "resolve": "^1.4.0", |
84 | 84 | "rimraf": "^2.6.1",
|
85 |
| - "semver": "^5.3.0", |
86 |
| - "source-map-support": "^0.4.15", |
87 |
| - "tmp": "^0.0.31", |
| 85 | + "semver": "^5.4.1", |
| 86 | + "source-map-support": "^0.4.16", |
| 87 | + "tmp": "^0.0.33", |
88 | 88 | "try-require": "^1.2.1",
|
89 | 89 | "tslib": "^1.7.1",
|
90 | 90 | "walk-sync": "^0.3.2",
|
91 |
| - "yargs": "^6.6.0", |
92 |
| - "yarn": "^0.24.5" |
| 91 | + "yargs": "^8.0.2", |
| 92 | + "yarn": "^0.27.5" |
93 | 93 | },
|
94 | 94 | "types": "dist/lib/index.d.ts"
|
95 | 95 | }
|
0 commit comments