|
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) { %> |
44 | 44 | "passport-google-oauth20": "^1.0.0",<% } %><% if(filters.ws) { %> |
45 | 45 | "primus": "^7.0.1", |
46 | 46 | "primus-emit": "^1.0.0", |
47 | | - "uws": "^0.14.5",<% } %> |
| 47 | + "uws": "^8.14.1",<% } %> |
48 | 48 | "serve-favicon": "^2.3.0", |
49 | 49 | "shrink-ray": "^0.1.3" |
50 | 50 | }, |
|
64 | 64 | "@angular/platform-browser-dynamic": "^4.3.3", |
65 | 65 | "@angular/router": "^4.3.3", |
66 | 66 | <%#"@angular/material": "^2.0.0-alpha.10",%> |
67 | | - "@angularclass/hmr": "^1.2.1", |
| 67 | + "@angularclass/hmr": "^2.1.3", |
68 | 68 | <%_ if(filters.ts) { -%> |
69 | 69 | "@types/core-js": "^0.9.41", |
70 | 70 | <%_ if(filters.jasmine) { -%> |
|
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 | | - "@types/webpack": "^2.2.15", |
| 82 | + "@types/webpack": "^3.0.10", |
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) { %> |
|
91 | 91 | <% if(filters.bootstrap) { %> |
92 | 92 | "bootstrap": "~3.3.7", |
93 | 93 | <% if(filters.uibootstrap) { %> |
94 | | - "ng2-bootstrap": "~1.1.16",<% } %> |
| 94 | + "ngx-bootstrap": "~1.6.3",<% } %> |
95 | 95 | <% if(filters.sass) { %> |
96 | 96 | "bootstrap-sass": "~3.3.7",<% } %> |
97 | 97 | <% if(filters.stylus) { %> |
|
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 | | - "babel-eslint": "^6.0.4", |
| 112 | + "babel-eslint": "^7.2.3", |
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) { %> |
127 | | - "gulp-typescript": "~2.13.0", |
128 | | - "gulp-typings": "^1.3.6", |
129 | | - "gulp-tslint": "^5.0.0",<% } %> |
| 126 | + "gulp-babel": "^7.0.0",<% if(filters.ts) { %> |
| 127 | + "gulp-typescript": "~3.2.2", |
| 128 | + "gulp-tslint": "^8.0.0",<% } %> |
130 | 129 | "gulp-env": "^0.4.0", |
131 | 130 | "gulp-eslint": "^2.0.0", |
132 | 131 | "gulp-imagemin": "^3.0.1", |
133 | 132 | "gulp-inject": "^4.0.0", |
134 | 133 | "gulp-istanbul": "^1.1.1", |
135 | 134 | "gulp-istanbul-enforcer": "^1.0.3", |
136 | 135 | "gulp-load-plugins": "^1.0.0-rc.1", |
137 | | - "gulp-mocha": "^2.1.3", |
| 136 | + "gulp-mocha": "^4.3.1", |
138 | 137 | <%# "gulp-node-inspector": "^0.1.0", %> |
139 | 138 | "gulp-plumber": "^1.0.1", |
140 | 139 | "gulp-protractor": "^3.0.0", |
141 | | - "gulp-rev": "^7.0.0", |
| 140 | + "gulp-rev": "^8.0.0", |
142 | 141 | "gulp-rev-replace": "^0.4.2", |
143 | 142 | "gulp-sort": "^2.0.0", |
144 | | - "gulp-sourcemaps": "^1.5.2", |
| 143 | + "gulp-sourcemaps": "^2.6.1", |
145 | 144 | "gulp-util": "^3.0.5", |
146 | 145 | "gulp-watch": "^4.3.5", |
147 | | - "gulp-stylint": "^3.0.0", |
| 146 | + "gulp-stylint": "^4.0.0", |
148 | 147 | "grunt": "^1.0.1", |
149 | 148 | "grunt-build-control": "^0.7.0", |
150 | 149 | "isparta": "^4.0.0", |
151 | 150 | "nodemon": "^1.3.7", |
152 | | - "run-sequence": "^1.1.0", |
| 151 | + "run-sequence": "^2.1.0", |
153 | 152 | "lazypipe": "^1.0.1", |
154 | 153 | <%# WEBPACK %> |
155 | | - "webpack": "^2.3.1", |
| 154 | + "webpack": "^3.5.5", |
156 | 155 | "webpack-dev-server": "^2.4.2", |
157 | | - "extract-text-webpack-plugin": "2.0.0", |
| 156 | + "extract-text-webpack-plugin": "3.0.0", |
158 | 157 | "html-webpack-plugin": "^2.24.1", |
159 | | - "html-webpack-harddisk-plugin": "~0.0.2", |
| 158 | + "html-webpack-harddisk-plugin": "~0.1.0", |
160 | 159 | <%_ if(filters.pug) { _%> |
161 | 160 | "pug-html-loader": "^1.0.8",<% } %> |
162 | 161 | "typescript": "^2.2.1", |
163 | 162 | "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", |
| 163 | + "babel-loader": "^7.1.2", |
| 164 | + "css-loader": "^0.28.7", |
| 165 | + "file-loader": "^0.11.2", |
| 166 | + "imports-loader": "^0.7.1", |
| 167 | + "istanbul-instrumenter-loader": "^3.0.0", |
172 | 168 | "null-loader": "^0.1.1", |
173 | | - "postcss-loader": "^0.11.1", |
| 169 | + "postcss-loader": "^2.0.6", |
174 | 170 | "raw-loader": "^0.5.1", |
175 | | - "style-loader": "^0.13.0", |
| 171 | + "style-loader": "^0.18.2", |
176 | 172 | <%_ if(filters.sass) { _%> |
177 | | - "node-sass": "^3.8.0", |
178 | | - "sass-loader": "^4.0.1",<% } %> |
| 173 | + "node-sass": "^4.5.3", |
| 174 | + "sass-loader": "^6.0.6",<% } %> |
179 | 175 | <%_ if(filters.less) { _%> |
180 | 176 | "less": "^2.7.1", |
181 | | - "less-loader": "^2.2.3",<% } %> |
| 177 | + "less-loader": "^4.0.5",<% } %> |
182 | 178 | <%_ if(filters.stylus) { _%> |
183 | 179 | "stylus": "^0.54.5", |
184 | | - "stylus-loader": "^2.1.1",<% } %> |
| 180 | + "stylus-loader": "^3.0.1",<% } %> |
185 | 181 | "karma-webpack": "^2.0.3", |
186 | 182 | <%# END WEBPACK %> |
187 | 183 | "through2": "^2.0.1", |
188 | 184 | "open": "~0.0.4", |
189 | 185 | "istanbul": "1.1.0-alpha.1", |
190 | | - "chai": "^3.2.0", |
191 | | - "sinon": "^1.16.1", |
192 | | - "chai-as-promised": "^5.1.0", |
| 186 | + "chai": "^4.1.2", |
| 187 | + "sinon": "^3.2.1", |
| 188 | + "chai-as-promised": "^7.1.1", |
193 | 189 | "chai-things": "^0.2.0", |
194 | | - "karma": "~0.13.3", |
| 190 | + "karma": "^1.7.1", |
195 | 191 | "karma-firefox-launcher": "^1.0.0", |
196 | 192 | "karma-script-launcher": "^1.0.0", |
197 | 193 | "karma-coverage": "^1.0.0", |
|
202 | 198 | "sinon-chai": "^2.8.0", |
203 | 199 | "mocha": "^3.0.2",<% if(filters.mocha) { %> |
204 | 200 | "karma-mocha": "^1.0.1", |
205 | | - "karma-chai-plugins": "~0.7.0",<% } if(filters.jasmine) { %> |
| 201 | + "karma-chai-plugins": "~0.9.0",<% } if(filters.jasmine) { %> |
206 | 202 | "jasmine-core": "^2.3.4", |
207 | 203 | "karma-jasmine": "^1.0.2", |
208 | | - "jasmine-spec-reporter": "^2.4.0",<% } %> |
| 204 | + "jasmine-spec-reporter": "^4.2.1",<% } %> |
209 | 205 | "phantomjs-prebuilt": "^2.1.4", |
210 | 206 | "proxyquire": "^1.0.1", |
211 | | - "strip-ansi": "^3.0.1", |
212 | | - "supertest": "^1.1.0"<% if(filters.ts) { %>, |
213 | | - "tslint": "^3.5.0"<% } %> |
| 207 | + "strip-ansi": "^4.0.0", |
| 208 | + "supertest": "^3.0.0"<% if(filters.ts) { %>, |
| 209 | + "tslint": "^5.7.0"<% } %> |
214 | 210 | }, |
215 | 211 | "engines": { |
216 | 212 | "node": "^6.2.2", |
|
0 commit comments