package: update devDependencies
- loopback 1.x to ^2.4.1 - mocha ~1.20.1 to ^1.21.5 - supertest ~0.13.0 to ~0.14.0
This commit is contained in:
parent
347e1f045e
commit
c31c89a29a
|
@ -21,10 +21,10 @@
|
|||
"url": "https://github.com/strongloop/loopback-explorer/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"loopback": "1.x",
|
||||
"mocha": "~1.20.1",
|
||||
"supertest": "~0.13.0",
|
||||
"chai": "~1.9.1"
|
||||
"loopback": "^2.4.1",
|
||||
"mocha": "^1.21.5",
|
||||
"supertest": "~0.14.0",
|
||||
"chai": "^1.9.1"
|
||||
},
|
||||
"license": {
|
||||
"name": "Dual MIT/StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue