Bump version and update deps
This commit is contained in:
parent
70c1cb5ce0
commit
c20ecaf265
22
package.json
22
package.json
|
@ -26,18 +26,18 @@
|
|||
"mobile",
|
||||
"mBaaS"
|
||||
],
|
||||
"version": "1.9.0-pre",
|
||||
"version": "1.9.0",
|
||||
"scripts": {
|
||||
"test": "mocha -R spec"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "~0.8.1",
|
||||
"debug": "~1.0.2",
|
||||
"express": "~3.5.0",
|
||||
"strong-remoting": "~1.5.0",
|
||||
"inflection": "~1.3.5",
|
||||
"nodemailer": "~0.6.5",
|
||||
"inflection": "~1.3.7",
|
||||
"nodemailer": "~0.7.0",
|
||||
"ejs": "~1.0.0",
|
||||
"bcryptjs": "~0.7.12",
|
||||
"bcryptjs": "~1.0.3",
|
||||
"underscore.string": "~2.3.3",
|
||||
"underscore": "~1.6.0",
|
||||
"uid2": "0.0.3",
|
||||
|
@ -50,23 +50,23 @@
|
|||
"loopback-datasource-juggler": ">=1.4.0 <1.7.0",
|
||||
"mocha": "~1.20.1",
|
||||
"strong-task-emitter": "0.0.x",
|
||||
"supertest": "~0.12.1",
|
||||
"supertest": "~0.13.0",
|
||||
"chai": "~1.9.1",
|
||||
"loopback-testing": "~0.2.0",
|
||||
"browserify": "~4.1.5",
|
||||
"browserify": "~4.1.11",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-browserify": "~2.1.0",
|
||||
"grunt-contrib-uglify": "~0.4.0",
|
||||
"grunt-contrib-uglify": "~0.5.0",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"karma-script-launcher": "~0.1.0",
|
||||
"karma-chrome-launcher": "~0.1.3",
|
||||
"karma-chrome-launcher": "~0.1.4",
|
||||
"karma-firefox-launcher": "~0.1.3",
|
||||
"karma-html2js-preprocessor": "~0.1.0",
|
||||
"karma-phantomjs-launcher": "~0.1.4",
|
||||
"karma": "~0.12.16",
|
||||
"karma-browserify": "~0.2.0",
|
||||
"karma-mocha": "~0.1.3",
|
||||
"karma-browserify": "~0.2.1",
|
||||
"karma-mocha": "~0.1.4",
|
||||
"grunt-karma": "~0.8.3"
|
||||
},
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue