|
101 | 101 | }, |
102 | 102 | "homepage": "http://jali-ms.io/", |
103 | 103 | "dependencies": { |
104 | | - "reflect-metadata": "^0.1.9" |
| 104 | + "reflect-metadata": "^0.1.10" |
105 | 105 | }, |
106 | 106 | "devDependencies": { |
107 | 107 | "@types/mkdirp": "^0.3.29", |
108 | 108 | "@types/node": "^6.0.62", |
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.0-beta.18", |
113 | | - "ava": "^0.18.0", |
114 | | - "babel-loader": "^6.2.10", |
| 112 | + "awesome-typescript-loader": "^3.0.8", |
| 113 | + "ava": "^0.18.2", |
| 114 | + "babel-loader": "^6.3.2", |
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 | | - "babel-plugin-transform-class-properties": "^6.22.0", |
| 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.22.0", |
| 121 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0", |
122 | 122 | "babel-plugin-transform-exponentiation-operator": "^6.22.0", |
123 | 123 | "babel-plugin-transform-function-sent": "^1.0.1", |
124 | | - "babel-plugin-transform-runtime": "^6.22.0", |
| 124 | + "babel-plugin-transform-runtime": "^6.23.0", |
125 | 125 | "babel-preset-node6": "^11.0.0", |
126 | | - "babel-register": "^6.22.0", |
| 126 | + "babel-register": "^6.23.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.14.1", |
| 130 | + "eslint": "^3.16.1", |
131 | 131 | "mkdirp": "^0.5.1", |
132 | 132 | "glob-fs": "^0.1.6", |
133 | 133 | "nyc": "^10.1.2", |
134 | | - "rimraf": "^2.5.4", |
| 134 | + "rimraf": "^2.6.1", |
135 | 135 | "sanitize-filename": "^1.6.1", |
136 | 136 | "tmp": "^0.0.31", |
137 | | - "ts-node": "^2.0.0", |
138 | | - "tslint": "^4.4.2", |
139 | | - "typedoc": "^0.5.5", |
140 | | - "typescript": "^2.1.5", |
| 137 | + "ts-node": "^2.1.0", |
| 138 | + "tslint": "^4.5.0", |
| 139 | + "typedoc": "^0.5.7", |
| 140 | + "typescript": "^2.2.1", |
141 | 141 | "webpack": "^2.2.1", |
142 | | - "webpack-merge": "^2.5.0" |
| 142 | + "webpack-merge": "^3.0.0" |
143 | 143 | }, |
144 | 144 | "babel": { |
145 | 145 | "env": { |
|
0 commit comments