|
16 | 16 | "angular-ui-bootstrap": "^2.0.1", |
17 | 17 | "font-awesome": ">=4.1.0", |
18 | 18 | "angular-socket-io": "~0.7.0", |
19 | | - "angular-ui-router": "~0.3.1", |
| 19 | + "angular-ui-router": "~0.4.2", |
20 | 20 | "angular-validation-match": "^1.9.0", |
21 | 21 |
|
22 | 22 | "core-js": "^2.2.1", |
23 | 23 | "express": "^4.13.3", |
24 | | - "morgan": "~1.7.0", |
| 24 | + "morgan": "~1.8.1", |
25 | 25 | "body-parser": "^1.13.3", |
26 | 26 | "method-override": "^2.3.5", |
27 | 27 | "cookie-parser": "^1.3.5", |
|
64 | 64 |
|
65 | 65 | "autoprefixer": "^6.0.0", |
66 | 66 | "babel-core": "^6.6.5", |
67 | | - "babel-eslint": "^6.0.4", |
| 67 | + "babel-eslint": "^7.1.1", |
68 | 68 | "babel-register": "^6.6.5", |
69 | 69 | "browser-sync": "^2.8.0", |
70 | 70 | "bs-fullscreen-message": "^1.0.0", |
71 | 71 |
|
72 | | - "flow-bin": "^0.31.0", |
| 72 | + "flow-bin": "^0.39.0", |
73 | 73 | "babel-plugin-syntax-flow": "^6.8.0", |
74 | 74 | "babel-plugin-transform-flow-comments": "^6.8.0", |
75 | 75 | "babel-plugin-transform-class-properties": "^6.6.0", |
76 | 76 | "babel-plugin-transform-runtime": "^6.6.0", |
77 | 77 | "babel-preset-es2015": "^6.6.0", |
78 | | - "eslint": "^2.12.0", |
| 78 | + "eslint": "^3.16.0", |
79 | 79 | "del": "^2.0.2", |
80 | 80 | "gulp": "^3.9.1", |
81 | 81 | "gulp-babel": "^6.1.2", |
82 | | - "gulp-typescript": "~2.13.0", |
83 | | - "gulp-typings": "^1.3.6", |
84 | | - "gulp-tslint": "^5.0.0", |
85 | | - "ts-helpers": "1.1.1", |
| 82 | + "gulp-typescript": "~3.1.5", |
| 83 | + "gulp-typings": "^2.0.4", |
| 84 | + "gulp-tslint": "^7.1.0", |
| 85 | + "ts-helpers": "1.1.2", |
86 | 86 | "gulp-env": "^0.4.0", |
87 | | - "gulp-eslint": "^2.0.0", |
| 87 | + "gulp-eslint": "^3.0.1", |
88 | 88 | "gulp-imagemin": "^3.0.1", |
89 | 89 | "gulp-inject": "^4.0.0", |
90 | 90 | "gulp-istanbul": "^1.1.1", |
91 | 91 | "gulp-istanbul-enforcer": "^1.0.3", |
92 | 92 | "gulp-load-plugins": "^1.0.0-rc.1", |
93 | | - "gulp-mocha": "^2.1.3", |
| 93 | + "gulp-mocha": "^4.0.1", |
94 | 94 | "gulp-node-inspector": "^0.1.0", |
95 | 95 | "gulp-plumber": "^1.0.1", |
96 | 96 | "gulp-protractor": "^3.0.0", |
97 | 97 | "gulp-rev": "^7.0.0", |
98 | 98 | "gulp-rev-replace": "^0.4.2", |
99 | 99 | "gulp-sort": "^2.0.0", |
100 | | - "gulp-sourcemaps": "^1.5.2", |
| 100 | + "gulp-sourcemaps": "^2.4.1", |
101 | 101 | "gulp-util": "^3.0.5", |
102 | 102 | "gulp-watch": "^4.3.5", |
103 | | - "gulp-stylint": "^3.0.0", |
| 103 | + "gulp-stylint": "^4.0.0", |
104 | 104 | "grunt": "^1.0.1", |
105 | 105 | "grunt-build-control": "^0.7.0", |
106 | 106 | "isparta": "^4.0.0", |
107 | 107 | "nodemon": "^1.3.7", |
108 | 108 | "run-sequence": "^1.1.0", |
109 | 109 | "lazypipe": "^1.0.1", |
110 | 110 |
|
111 | | - "webpack": "^1.12.14", |
| 111 | + "webpack": "^2.2.1", |
112 | 112 | "webpack-dev-middleware": "^1.5.1", |
113 | 113 | "webpack-stream": "^3.2.0", |
114 | 114 | "extract-text-webpack-plugin": "^1.0.1", |
115 | 115 | "html-webpack-plugin": "^2.16.0", |
116 | | - "html-webpack-harddisk-plugin": "~0.0.2", |
| 116 | + "html-webpack-harddisk-plugin": "~0.1.0", |
117 | 117 |
|
118 | 118 | "pug-html-loader": "^1.0.8", |
119 | | - "awesome-typescript-loader": "^1.1.1", |
120 | | - "ng-annotate-loader": "~0.1.0", |
| 119 | + "awesome-typescript-loader": "^3.0.4", |
| 120 | + "ng-annotate-loader": "~0.2.0", |
121 | 121 | "babel-loader": "^6.2.4", |
122 | | - "css-loader": "^0.24.0", |
123 | | - "file-loader": "^0.9.0", |
124 | | - "imports-loader": "^0.6.5", |
| 122 | + "css-loader": "^0.26.1", |
| 123 | + "file-loader": "^0.10.0", |
| 124 | + "imports-loader": "^0.7.0", |
125 | 125 | "isparta-instrumenter-loader": "^1.0.0", |
126 | 126 | "isparta-loader": "^2.0.0", |
127 | | - "istanbul-instrumenter-loader": "^0.2.0", |
| 127 | + "istanbul-instrumenter-loader": "^2.0.0", |
128 | 128 | "null-loader": "^0.1.1", |
129 | | - "postcss-loader": "^0.11.1", |
| 129 | + "postcss-loader": "^1.3.1", |
130 | 130 | "raw-loader": "^0.5.1", |
131 | 131 | "style-loader": "^0.13.0", |
132 | 132 |
|
133 | | - "node-sass": "^3.8.0", |
134 | | - "sass-loader": "^4.0.1", |
| 133 | + "node-sass": "^4.5.0", |
| 134 | + "sass-loader": "^6.0.2", |
135 | 135 |
|
136 | 136 | "less": "^2.7.1", |
137 | 137 | "less-loader": "^2.2.3", |
138 | 138 |
|
139 | 139 | "stylus": "^0.54.5", |
140 | 140 | "stylus-loader": "^2.1.1", |
141 | | - "karma-webpack": "^1.7.0", |
| 141 | + "karma-webpack": "^2.0.2", |
142 | 142 |
|
143 | 143 | "through2": "^2.0.1", |
144 | 144 | "open": "~0.0.4", |
145 | 145 | "istanbul": "1.1.0-alpha.1", |
146 | 146 | "chai": "^3.2.0", |
147 | 147 | "sinon": "^1.16.1", |
148 | | - "chai-as-promised": "^5.1.0", |
| 148 | + "chai-as-promised": "^6.0.0", |
149 | 149 | "chai-things": "^0.2.0", |
150 | | - "karma": "~0.13.3", |
| 150 | + "karma": "~1.5.0", |
151 | 151 | "karma-firefox-launcher": "^1.0.0", |
152 | 152 | "karma-script-launcher": "^1.0.0", |
153 | 153 | "karma-coverage": "^1.0.0", |
|
158 | 158 | "sinon-chai": "^2.8.0", |
159 | 159 | "mocha": "^3.0.2", |
160 | 160 | "karma-mocha": "^1.0.1", |
161 | | - "karma-chai-plugins": "~0.7.0", |
| 161 | + "karma-chai-plugins": "~0.8.0", |
162 | 162 | "jasmine-core": "^2.3.4", |
163 | 163 | "karma-jasmine": "^1.0.2", |
164 | | - "jasmine-spec-reporter": "^2.4.0", |
| 164 | + "jasmine-spec-reporter": "^3.2.0", |
165 | 165 | "phantomjs-prebuilt": "^2.1.4", |
166 | 166 | "proxyquire": "^1.0.1", |
167 | 167 | "strip-ansi": "^3.0.1", |
168 | | - "supertest": "^1.1.0", |
169 | | - "tslint": "^3.5.0", |
170 | | - "typings": "^0.8.1" |
| 168 | + "supertest": "^3.0.0", |
| 169 | + "tslint": "^4.4.2", |
| 170 | + "typings": "^2.1.0" |
171 | 171 | }, |
172 | 172 | "engines": { |
173 | 173 | "node": "^6.2.2", |
|
0 commit comments