|
21 | 21 | "test": "NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=text-summary mocha test/*test.js", |
22 | 22 | "dev": "nodemon test/fixtures/test-server/server.js --ignore db.json --ext js,json", |
23 | 23 | "lint": "eslint .", |
24 | | - "pretestDDD": "npm run lint", |
| 24 | + "pretest": "npm run lint", |
25 | 25 | "test:watch": "npm run test -- -w", |
26 | 26 | "coverage": "nyc report --reporter=text-lcov | coveralls", |
27 | 27 | "semantic-release": "semantic-release pre && npm publish && semantic-release post" |
|
30 | 30 | "dependencies": { |
31 | 31 | "amqp-stats": "https://github.com/fullcube/node-amqp-stats/tarball/fe86722fd278067969f03addde57ed53f0910cd8", |
32 | 32 | "amqplib": "0.5.1", |
33 | | - "bluebird": "3.4.7", |
34 | | - "debug": "2.6.6", |
| 33 | + "bluebird": "3.5.0", |
| 34 | + "debug": "2.6.8", |
35 | 35 | "lodash": "4.17.4", |
36 | 36 | "rabbot": "1.1.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "chai": "3.5.0", |
| 39 | + "chai": "4.0.2", |
40 | 40 | "compression": "1.6.2", |
41 | 41 | "condition-circle": "1.5.0", |
42 | | - "config": "1.24.0", |
43 | | - "coveralls": "2.11.15", |
44 | | - "dirty-chai": "1.2.2", |
45 | | - "eslint": "2.13.1", |
| 42 | + "config": "1.26.1", |
| 43 | + "coveralls": "2.13.1", |
| 44 | + "dirty-chai": "2.0.0", |
| 45 | + "eslint": "4.1.1", |
46 | 46 | "eslint-config-fullcube": "latest", |
47 | | - "eslint-config-loopback": "7.0.1", |
48 | | - "eslint-plugin-mocha": "4.7.0", |
49 | | - "loopback": "2.36.0", |
50 | | - "loopback-boot": "2.23.0", |
51 | | - "loopback-component-explorer": "2.7.0", |
52 | | - "loopback-component-fixtures": "1.0.2", |
53 | | - "loopback-datasource-juggler": "2.53.0", |
54 | | - "mocha": "3.3.0", |
| 47 | + "loopback": "3.8.0", |
| 48 | + "loopback-boot": "2.25.0", |
| 49 | + "loopback-component-explorer": "4.2.0", |
| 50 | + "loopback-component-fixtures": "1.1.0", |
| 51 | + "mocha": "3.4.2", |
55 | 52 | "mocha-sinon": "2.0.0", |
56 | 53 | "nodemon": "1.11.0", |
57 | | - "nyc": "10.3.2", |
58 | | - "semantic-release": "6.3.2", |
59 | | - "serve-favicon": "2.3.2", |
60 | | - "sinon": "2.2.0", |
61 | | - "sinon-chai": "2.10.0", |
62 | | - "supertest": "3.0.0", |
63 | | - "supertest-as-promised": "4.0.2" |
| 54 | + "nyc": "11.0.3", |
| 55 | + "semantic-release": "6.3.6", |
| 56 | + "serve-favicon": "2.4.3", |
| 57 | + "sinon": "2.3.6", |
| 58 | + "sinon-chai": "2.11.0", |
| 59 | + "strong-error-handler": "2.1.0", |
| 60 | + "supertest": "3.0.0" |
64 | 61 | }, |
65 | 62 | "repository": { |
66 | 63 | "type": "git", |
|
0 commit comments