|
45 | 45 | "hosted-git-info": "^2.7.1",
|
46 | 46 | "iconv-lite": "^0.4.24",
|
47 | 47 | "ini": "^1.3.5",
|
48 |
| - "is-ci": "^1.2.1", |
| 48 | + "is-ci": "^2.0.0", |
49 | 49 | "isbinaryfile": "^3.0.3",
|
50 | 50 | "js-yaml": "^3.12.0",
|
51 | 51 | "lazy-val": "^1.0.3",
|
|
69 | 69 | "yargs": "^12.0.5"
|
70 | 70 | },
|
71 | 71 | "devDependencies": {
|
72 |
| - "@babel/core": "^7.1.6", |
73 |
| - "@babel/plugin-proposal-class-properties": "^7.1.0", |
74 |
| - "@babel/plugin-proposal-decorators": "^7.1.6", |
75 |
| - "@babel/plugin-proposal-do-expressions": "^7.0.0", |
76 |
| - "@babel/plugin-proposal-export-default-from": "^7.0.0", |
77 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
78 |
| - "@babel/plugin-proposal-function-bind": "^7.0.0", |
79 |
| - "@babel/plugin-proposal-function-sent": "^7.1.0", |
80 |
| - "@babel/plugin-proposal-json-strings": "^7.0.0", |
81 |
| - "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", |
82 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
83 |
| - "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
84 |
| - "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
85 |
| - "@babel/plugin-proposal-pipeline-operator": "^7.0.0", |
86 |
| - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
87 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
88 |
| - "@babel/plugin-syntax-import-meta": "^7.0.0", |
89 |
| - "@babel/preset-env": "^7.1.6", |
| 72 | + "@babel/core": "^7.2.0", |
| 73 | + "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 74 | + "@babel/plugin-proposal-decorators": "^7.2.0", |
| 75 | + "@babel/plugin-proposal-do-expressions": "^7.2.0", |
| 76 | + "@babel/plugin-proposal-export-default-from": "^7.2.0", |
| 77 | + "@babel/plugin-proposal-export-namespace-from": "^7.2.0", |
| 78 | + "@babel/plugin-proposal-function-bind": "^7.2.0", |
| 79 | + "@babel/plugin-proposal-function-sent": "^7.2.0", |
| 80 | + "@babel/plugin-proposal-json-strings": "^7.2.0", |
| 81 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", |
| 82 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0", |
| 83 | + "@babel/plugin-proposal-numeric-separator": "^7.2.0", |
| 84 | + "@babel/plugin-proposal-optional-chaining": "^7.2.0", |
| 85 | + "@babel/plugin-proposal-pipeline-operator": "^7.2.0", |
| 86 | + "@babel/plugin-proposal-throw-expressions": "^7.2.0", |
| 87 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 88 | + "@babel/plugin-syntax-import-meta": "^7.2.0", |
| 89 | + "@babel/preset-env": "^7.2.0", |
90 | 90 | "@babel/preset-react": "^7.0.0",
|
91 | 91 | "@types/debug": "^0.0.31",
|
92 |
| - "@types/ejs": "^2.6.0", |
93 |
| - "@types/ini": "^1.3.29", |
| 92 | + "@types/ejs": "^2.6.1", |
| 93 | + "@types/ini": "^1.3.30", |
94 | 94 | "@types/jest": "^23.3.10",
|
95 | 95 | "@types/js-yaml": "^3.11.2",
|
96 | 96 | "@types/lodash.isequal": "^4.5.3",
|
|
116 | 116 | "ts-babel": "6.1.2",
|
117 | 117 | "ts-jsdoc": "^3.0.1",
|
118 | 118 | "tslint": "^5.11.0",
|
119 |
| - "typescript": "~3.1.6", |
| 119 | + "typescript": "~3.2.2", |
120 | 120 | "whitespace": "^2.1.0",
|
121 | 121 | "worker-farm": "^1.6.0"
|
122 | 122 | },
|
|
0 commit comments