|
117 | 117 | "babel-preset-env": "^1.6.1",
|
118 | 118 | "cors": "^2.8.4",
|
119 | 119 | "cross-env": "^5.1.1",
|
120 | | - "eslint": "^4.19.1", |
| 120 | + "eslint": "^5.2.0", |
121 | 121 | "del": "^3.0.0",
|
122 | 122 | "gulp": "^3.9.1",
|
123 | 123 | "gulp-babel": "^7.0.0",<% if(filters.ts) { %>
|
124 | 124 | "gulp-typescript": "~3.2.2",
|
125 | 125 | "gulp-tslint": "^8.0.0",<% } %>
|
126 | 126 | "gulp-env": "^0.4.0",
|
127 | | - "gulp-eslint": "^2.0.0", |
128 | | - "gulp-imagemin": "^3.0.1", |
| 127 | + "gulp-eslint": "^5.0.0", |
| 128 | + "gulp-imagemin": "^4.1.0", |
129 | 129 | "gulp-inject": "^4.0.0",
|
130 | 130 | "gulp-istanbul": "^1.1.1",
|
131 | 131 | "gulp-istanbul-enforcer": "^1.0.3",
|
132 | 132 | "gulp-load-plugins": "^1.0.0-rc.1",
|
133 | | - "gulp-mocha": "^4.3.1", |
| 133 | + "gulp-mocha": "^6.0.0", |
134 | 134 | <%# "gulp-node-inspector": "^0.1.0", %>
|
135 | 135 | "gulp-plumber": "^1.0.1",
|
136 | | - "gulp-protractor": "^3.0.0", |
| 136 | + "gulp-protractor": "^4.1.0", |
137 | 137 | "gulp-rev": "^8.0.0",
|
138 | 138 | "gulp-rev-replace": "^0.4.2",
|
139 | 139 | "gulp-sort": "^2.0.0",
|
|
143 | 143 | "gulp-stylint": "^4.0.0",
|
144 | 144 | "grunt": "^1.0.1",
|
145 | 145 | "grunt-build-control": "^0.7.0",
|
146 | | - "isparta": "^4.0.0", |
| 146 | + "isparta": "^4.1.0", |
147 | 147 | "nodemon": "^1.18.1",
|
148 | 148 | "run-sequence": "^2.1.0",
|
149 | 149 | "lazypipe": "^1.0.1",
|
150 | 150 | <%# WEBPACK %>
|
151 | 151 | "compression-webpack-plugin": "^1.1.11",
|
152 | | - "webpack": "^4.12.0", |
153 | | - "webpack-cli": "^3.0.6", |
154 | | - "webpack-dev-server": "^3.1.4", |
| 152 | + "webpack": "^4.16.2", |
| 153 | + "webpack-cli": "^3.1.0", |
| 154 | + "webpack-dev-server": "^3.1.5", |
155 | 155 | "extract-text-webpack-plugin": "4.0.0-beta.0",
|
156 | 156 | "html-webpack-plugin": "^3.2.0",
|
157 | 157 | "html-webpack-harddisk-plugin": "~0.2.0",
|
|
172 | 172 | "raw-loader": "^0.5.1",
|
173 | 173 | "style-loader": "^0.18.2",
|
174 | 174 | <%_ if(filters.sass) { _%>
|
175 | | - "node-sass": "^4.5.3", |
176 | | - "sass-loader": "^6.0.6",<% } %> |
| 175 | + "node-sass": "^4.9.2", |
| 176 | + "sass-loader": "^7.0.3",<% } %> |
177 | 177 | <%_ if(filters.less) { _%>
|
178 | 178 | "less": "^2.7.1",
|
179 | 179 | "less-loader": "^4.0.5",<% } %>
|
|
184 | 184 | "to-string-loader": "^1.1.5",
|
185 | 185 | <%# END WEBPACK %>
|
186 | 186 | "through2": "^2.0.1",
|
187 | | - "open": "~0.0.5", |
| 187 | + "opn": "^5.3.0", |
188 | 188 | "protractor": "^5.3.0",
|
189 | 189 | "istanbul": "1.1.0-alpha.1",
|
190 | 190 | "chai": "^4.1.2",
|
191 | | - "sinon": "^3.2.1", |
| 191 | + "sinon": "^6.1.4", |
192 | 192 | "chai-as-promised": "^7.1.1",
|
193 | 193 | "chai-things": "^0.2.0",
|
194 | | - "karma": "^1.7.1", |
| 194 | + "karma": "^2.0.4", |
195 | 195 | "karma-firefox-launcher": "^1.0.0",
|
196 | 196 | "karma-script-launcher": "^1.0.0",
|
197 | 197 | "karma-coverage": "^1.0.0",
|
198 | 198 | "karma-chrome-launcher": "^2.0.0",
|
199 | 199 | "karma-phantomjs-launcher": "~1.0.0",
|
200 | 200 | "karma-spec-reporter": "~0.0.20",
|
201 | 201 | "karma-sourcemap-loader": "~0.3.7",
|
202 | | - "sinon-chai": "^2.8.0", |
203 | | - "mocha": "^3.0.2",<% if(filters.mocha) { %> |
| 202 | + "sinon-chai": "^3.2.0", |
| 203 | + "mocha": "^5.2.0",<% if(filters.mocha) { %> |
204 | 204 | "karma-mocha": "^1.0.1",
|
205 | 205 | "karma-chai-plugins": "~0.9.0",<% } if(filters.jasmine) { %>
|
206 | 206 | "jasmine-core": "^2.3.4",
|
|
0 commit comments