|
6 | 6 | "core-js": "^2.4.1",
|
7 | 7 | "cors": "^2.8.1",
|
8 | 8 | "express": "^4.13.3",
|
9 |
| - "morgan": "~1.7.0", |
| 9 | + "morgan": "~1.8.2", |
10 | 10 | "body-parser": "^1.13.3",
|
11 | 11 | "method-override": "^2.3.5",
|
12 | 12 | "cookie-parser": "^1.3.5",
|
13 | 13 | "express-session": "^1.11.3",
|
14 | 14 | "errorhandler": "^1.4.2",
|
15 | 15 | "composable-middleware": "^0.3.0",
|
16 |
| - "fast-json-patch": "^1.0.0", |
| 16 | + "fast-json-patch": "^2.0.5", |
17 | 17 | "lodash": "^4.17.4",
|
18 | 18 | "lodash-es": "^4.17.4",
|
19 | 19 | "lusca": "^1.4.1",
|
|
37 | 37 | "express-sequelize-session": "0.4.0",<% } %><% if(filters.auth) { %>
|
38 | 38 | "jsonwebtoken": "^7.0.0",
|
39 | 39 | "express-jwt": "^5.0.0",
|
40 |
| - "passport": "~0.3.0", |
| 40 | + "passport": "~0.4.0", |
41 | 41 | "passport-local": "^1.0.0",<% } %><% if(filters.facebookAuth) { %>
|
42 | 42 | "passport-facebook": "^2.0.0",<% } %><% if(filters.twitterAuth) { %>
|
43 | 43 | "passport-twitter": "^1.0.3",<% } %><% if(filters.googleAuth) { %>
|
|
73 | 73 | "@types/lodash": "^4.14.63",
|
74 | 74 | <%_ if(filters.mocha) { -%>
|
75 | 75 | "@types/mocha": "^2.2.41",
|
76 |
| - "@types/chai": "^3.5.2", |
| 76 | + "@types/chai": "^4.0.4", |
77 | 77 | "@types/sinon": "^2.1.3",
|
78 | 78 | "@types/sinon-chai": "^2.7.27",
|
79 | 79 | <%_ } -%>
|
80 |
| - "@types/node": "^7.0.14", |
| 80 | + "@types/node": "^8.0.26", |
81 | 81 | "@types/selenium-webdriver": "^3.0.3",
|
82 | 82 | "@types/webpack": "^2.2.15",
|
83 | 83 | <%_ } -%>
|
84 | 84 | "angular2-universal": "2.1.0-rc.1",
|
85 |
| - "angular2-jwt": "^0.1.28", |
| 85 | + "angular2-jwt": "^0.2.3", |
86 | 86 | <% if(filters.auth) { %>
|
87 | 87 | "angular-validation-match": "^1.9.0",<% } %>
|
88 | 88 | <% if(filters.uirouter) { %>
|
|
107 | 107 |
|
108 | 108 | <%# END CLIENT %>
|
109 | 109 |
|
110 |
| - "autoprefixer": "^6.0.0", |
| 110 | + "autoprefixer": "^7.1.3", |
111 | 111 | "babel-core": "^6.6.5",
|
112 | 112 | "babel-eslint": "^6.0.4",
|
113 | 113 | "babel-register": "^6.16.0",
|
114 | 114 | "bs-fullscreen-message": "^1.0.0",
|
115 | 115 | <%_ if(filters.flow) { -%>
|
116 |
| - "flow-bin": "^0.31.0", |
| 116 | + "flow-bin": "^0.54.0", |
117 | 117 | "babel-plugin-syntax-flow": "^6.8.0",
|
118 | 118 | "babel-plugin-transform-flow-comments": "^6.8.0",<% } %>
|
119 | 119 | "babel-plugin-transform-class-properties": "^6.6.0",
|
120 | 120 | "babel-plugin-transform-runtime": "^6.6.0",
|
121 |
| - "babel-plugin-istanbul": "^3.1.0", |
| 121 | + "babel-plugin-istanbul": "^4.1.4", |
122 | 122 | "babel-preset-es2015": "^6.6.0",
|
123 | 123 | "eslint": "^2.12.0",
|
124 |
| - "del": "^2.0.2", |
| 124 | + "del": "^3.0.0", |
125 | 125 | "gulp": "^3.9.1",
|
126 |
| - "gulp-babel": "^6.1.2",<% if(filters.ts) { %> |
| 126 | + "gulp-babel": "^7.0.0",<% if(filters.ts) { %> |
127 | 127 | "gulp-typescript": "~2.13.0",
|
128 | 128 | "gulp-typings": "^1.3.6",
|
129 | 129 | "gulp-tslint": "^5.0.0",<% } %>
|
|
138 | 138 | <%# "gulp-node-inspector": "^0.1.0", %>
|
139 | 139 | "gulp-plumber": "^1.0.1",
|
140 | 140 | "gulp-protractor": "^3.0.0",
|
141 |
| - "gulp-rev": "^7.0.0", |
| 141 | + "gulp-rev": "^8.0.0", |
142 | 142 | "gulp-rev-replace": "^0.4.2",
|
143 | 143 | "gulp-sort": "^2.0.0",
|
144 |
| - "gulp-sourcemaps": "^1.5.2", |
| 144 | + "gulp-sourcemaps": "^2.6.1", |
145 | 145 | "gulp-util": "^3.0.5",
|
146 | 146 | "gulp-watch": "^4.3.5",
|
147 |
| - "gulp-stylint": "^3.0.0", |
| 147 | + "gulp-stylint": "^4.0.0", |
148 | 148 | "grunt": "^1.0.1",
|
149 | 149 | "grunt-build-control": "^0.7.0",
|
150 | 150 | "isparta": "^4.0.0",
|
151 | 151 | "nodemon": "^1.3.7",
|
152 |
| - "run-sequence": "^1.1.0", |
| 152 | + "run-sequence": "^2.1.0", |
153 | 153 | "lazypipe": "^1.0.1",
|
154 | 154 | <%# WEBPACK %>
|
155 | 155 | "webpack": "^2.3.1",
|
156 | 156 | "webpack-dev-server": "^2.4.2",
|
157 | 157 | "extract-text-webpack-plugin": "2.0.0",
|
158 | 158 | "html-webpack-plugin": "^2.24.1",
|
159 |
| - "html-webpack-harddisk-plugin": "~0.0.2", |
| 159 | + "html-webpack-harddisk-plugin": "~0.1.0", |
160 | 160 | <%_ if(filters.pug) { _%>
|
161 | 161 | "pug-html-loader": "^1.0.8",<% } %>
|
162 | 162 | "typescript": "^2.2.1",
|
163 | 163 | "awesome-typescript-loader": "^3.1.2",
|
164 |
| - "ng-annotate-loader": "~0.1.0", |
165 |
| - "babel-loader": "^6.2.4", |
166 |
| - "css-loader": "^0.24.0", |
167 |
| - "file-loader": "^0.9.0", |
168 |
| - "imports-loader": "^0.6.5", |
169 |
| - "isparta-instrumenter-loader": "^1.0.0", |
170 |
| - "isparta-loader": "^2.0.0", |
171 |
| - "istanbul-instrumenter-loader": "^0.2.0", |
| 164 | + "babel-loader": "^7.1.2", |
| 165 | + "css-loader": "^0.28.7", |
| 166 | + "file-loader": "^0.11.2", |
| 167 | + "imports-loader": "^0.7.1", |
| 168 | + "istanbul-instrumenter-loader": "^3.0.0", |
172 | 169 | "null-loader": "^0.1.1",
|
173 |
| - "postcss-loader": "^0.11.1", |
| 170 | + "postcss-loader": "^2.0.6", |
174 | 171 | "raw-loader": "^0.5.1",
|
175 | 172 | "style-loader": "^0.13.0",
|
176 | 173 | <%_ if(filters.sass) { _%>
|
177 |
| - "node-sass": "^3.8.0", |
178 |
| - "sass-loader": "^4.0.1",<% } %> |
| 174 | + "node-sass": "^4.5.3", |
| 175 | + "sass-loader": "^6.0.6",<% } %> |
179 | 176 | <%_ if(filters.less) { _%>
|
180 | 177 | "less": "^2.7.1",
|
181 | 178 | "less-loader": "^2.2.3",<% } %>
|
|
187 | 184 | "through2": "^2.0.1",
|
188 | 185 | "open": "~0.0.4",
|
189 | 186 | "istanbul": "1.1.0-alpha.1",
|
190 |
| - "chai": "^3.2.0", |
191 |
| - "sinon": "^1.16.1", |
192 |
| - "chai-as-promised": "^5.1.0", |
| 187 | + "chai": "^4.1.2", |
| 188 | + "sinon": "^3.2.1", |
| 189 | + "chai-as-promised": "^7.1.1", |
193 | 190 | "chai-things": "^0.2.0",
|
194 | 191 | "karma": "~0.13.3",
|
195 | 192 | "karma-firefox-launcher": "^1.0.0",
|
|
202 | 199 | "sinon-chai": "^2.8.0",
|
203 | 200 | "mocha": "^3.0.2",<% if(filters.mocha) { %>
|
204 | 201 | "karma-mocha": "^1.0.1",
|
205 |
| - "karma-chai-plugins": "~0.7.0",<% } if(filters.jasmine) { %> |
| 202 | + "karma-chai-plugins": "~0.9.0",<% } if(filters.jasmine) { %> |
206 | 203 | "jasmine-core": "^2.3.4",
|
207 | 204 | "karma-jasmine": "^1.0.2",
|
208 | 205 | "jasmine-spec-reporter": "^2.4.0",<% } %>
|
209 | 206 | "phantomjs-prebuilt": "^2.1.4",
|
210 | 207 | "proxyquire": "^1.0.1",
|
211 |
| - "strip-ansi": "^3.0.1", |
| 208 | + "strip-ansi": "^4.0.0", |
212 | 209 | "supertest": "^1.1.0"<% if(filters.ts) { %>,
|
213 | 210 | "tslint": "^3.5.0"<% } %>
|
214 | 211 | },
|
|
0 commit comments