Skip to content

Commit b97fdf2

Browse files
committed
chore(depends) Update minor dependency versions
1 parent 4418084 commit b97fdf2

File tree

6 files changed

+26
-24
lines changed

6 files changed

+26
-24
lines changed

dist/forms-angular-with-bs2.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/forms-angular-with-bs3.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/forms-angular.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,42 +31,42 @@
3131
"RESTful API"
3232
],
3333
"dependencies": {
34-
"body-parser": "^1.15.1",
35-
"express": "^4.13.4",
36-
"method-override": "^2.3.5",
34+
"body-parser": "1.15.2",
35+
"express": "4.14",
36+
"method-override": "2.3.6",
3737
"async": "1.5.2",
38-
"mongoose": "4.3.6",
38+
"mongoose": "4.5.3",
3939
"node.extend": "1.1.5",
4040
"underscore": "1.8.3",
41-
"angular": "1.5.5",
42-
"angular-sanitize": "1.5.5",
43-
"angular-messages": "1.5.5",
44-
"angular-ui-bootstrap": "1.3.2",
45-
"ng-infinite-scroll": "1.2.1",
41+
"angular": "1.5.7",
42+
"angular-sanitize": "1.5.7",
43+
"angular-messages": "1.5.7",
44+
"angular-ui-bootstrap": "1.3.3",
45+
"ng-infinite-scroll": "1.3.0",
4646
"angular-elastic": "2.5.1"
4747
},
4848
"devDependencies": {
49-
"del": "2.2.0",
50-
"gulp": "3.9.0",
49+
"del": "2.2.1",
50+
"gulp": "3.9.1",
5151
"gulp-angular-templatecache": "1.8.0",
5252
"gulp-concat": "2.6.0",
53-
"gulp-cssnano": "2.1.0",
54-
"gulp-less": "3.0.5",
53+
"gulp-cssnano": "2.1.2",
54+
"gulp-less": "3.1.0",
5555
"gulp-mocha": "2.2.0",
5656
"gulp-ng-annotate": "1.1.0",
57-
"gulp-tsc": "1.1.4",
57+
"gulp-tsc": "1.1.5",
5858
"gulp-umd": "0.2.0",
5959
"jasmine-core": "2.4.1",
6060
"karma": "0.13.19",
6161
"karma-jasmine": "0.3.6",
6262
"karma-junit-reporter": "0.3.8",
6363
"karma-ng-html2js-preprocessor": "0.2.0",
6464
"phantomjs-prebuilt": "2.1.7",
65-
"karma-phantomjs-launcher": "1.0.0",
66-
"matchdep": "1.0.0",
67-
"mocha": "2.3.4",
68-
"run-sequence": "1.1.5",
69-
"uglify-js": "2.6.1"
65+
"karma-phantomjs-launcher": "1.0.1",
66+
"matchdep": "1.0.1",
67+
"mocha": "2.5.3",
68+
"run-sequence": "1.2.2",
69+
"uglify-js": "2.6.4"
7070
},
7171
"license": "MIT"
7272
}

server/data_form.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/data_form.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ interface ListField {
3131
}
3232

3333
mongoose.set('debug', debug);
34+
mongoose.Promise = global.Promise;
3435

3536
function logTheAPICalls(req, res, next) {
3637
void(res);

0 commit comments

Comments
 (0)