Merge pull request #61 from strongloop/update_dependencies
Update juggler and loopback in package.json
This commit is contained in:
commit
c08e0cf004
|
@ -29,7 +29,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "http://loopback.io",
|
"homepage": "http://loopback.io",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"loopback-datasource-juggler": "^3.0.0-alpha.7",
|
"loopback-datasource-juggler": "^3.0.0-alpha.8",
|
||||||
"strong-remoting": "^3.0.0-alpha.6"
|
"strong-remoting": "^3.0.0-alpha.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
"grunt-cli": "^1.2.0",
|
"grunt-cli": "^1.2.0",
|
||||||
"grunt-contrib-jshint": "^1.0.0",
|
"grunt-contrib-jshint": "^1.0.0",
|
||||||
"grunt-mocha-test": "^0.12.7",
|
"grunt-mocha-test": "^0.12.7",
|
||||||
"loopback": "^3.0.0-alpha.4",
|
"loopback": "^3.0.0-alpha.5",
|
||||||
"mocha": "^3.0.2",
|
"mocha": "^3.0.2",
|
||||||
"strong-task-emitter": "^0.0.7"
|
"strong-task-emitter": "^0.0.7"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue