|
105 | 105 | },
|
106 | 106 | "devDependencies": {
|
107 | 107 | "@types/mkdirp": "^0.3.29",
|
108 |
| - "@types/node": "^6.0.62", |
| 108 | + "@types/node": "^6.0.68", |
109 | 109 | "@types/sanitize-filename": "^1.1.28",
|
110 | 110 | "@types/tmp": "^0.0.32",
|
111 | 111 | "app-root-path": "^2.0.1",
|
112 |
| - "awesome-typescript-loader": "^3.0.8", |
| 112 | + "awesome-typescript-loader": "^3.1.2", |
113 | 113 | "ava": "^0.18.2",
|
114 |
| - "babel-loader": "^6.3.2", |
| 114 | + "babel-loader": "^6.4.1", |
115 | 115 | "babel-plugin-espower": "^2.3.2",
|
116 | 116 | "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
|
117 | 117 | "babel-plugin-transform-async-to-generator": "^6.22.0",
|
118 | 118 | "babel-plugin-transform-class-properties": "^6.23.0",
|
119 | 119 | "babel-plugin-transform-decorators-legacy": "^1.3.4",
|
120 | 120 | "babel-plugin-transform-es2015-function-name": "^6.22.0",
|
121 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", |
| 121 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.24.0", |
122 | 122 | "babel-plugin-transform-exponentiation-operator": "^6.22.0",
|
123 | 123 | "babel-plugin-transform-function-sent": "^1.0.1",
|
124 | 124 | "babel-plugin-transform-runtime": "^6.23.0",
|
125 | 125 | "babel-preset-node6": "^11.0.0",
|
126 |
| - "babel-register": "^6.23.0", |
| 126 | + "babel-register": "^6.24.0", |
127 | 127 | "copy-webpack-plugin": "^4.0.1",
|
128 | 128 | "cpy-cli": "^1.0.1",
|
129 | 129 | "esdoc": "^0.5.2",
|
130 |
| - "eslint": "^3.16.1", |
| 130 | + "eslint": "^3.18.0", |
131 | 131 | "mkdirp": "^0.5.1",
|
132 | 132 | "glob-fs": "^0.1.6",
|
133 |
| - "nyc": "^10.1.2", |
| 133 | + "nyc": "^10.2.0", |
134 | 134 | "rimraf": "^2.6.1",
|
135 | 135 | "sanitize-filename": "^1.6.1",
|
136 | 136 | "tmp": "^0.0.31",
|
137 |
| - "ts-node": "^2.1.0", |
138 |
| - "tslint": "^4.5.0", |
139 |
| - "typedoc": "^0.5.7", |
140 |
| - "typescript": "^2.2.1", |
141 |
| - "webpack": "^2.2.1", |
142 |
| - "webpack-merge": "^3.0.0" |
| 137 | + "ts-node": "^3.0.2", |
| 138 | + "tslint": "^4.5.1", |
| 139 | + "typedoc": "^0.5.9", |
| 140 | + "typescript": "^2.2.2", |
| 141 | + "webpack": "^2.3.2", |
| 142 | + "webpack-merge": "^4.1.0" |
143 | 143 | },
|
144 | 144 | "babel": {
|
145 | 145 | "env": {
|
|
0 commit comments