|
17 | 17 | "test": "npm run test:integration && npm run test:system", |
18 | 18 | "test:integration": "multi='spec=- xunit=integration-test-results.xml' istanbul cover _mocha -- --reporter mocha-multi --compilers js:babel-register test/integration/**/*.js", |
19 | 19 | "test:system": "scripts/system-test.js", |
20 | | - "watch": "pm2-dev run api/index.js & (npm run build:assets && webpack -d --watch)", |
| 20 | + "watch": "pm2-dev start api/index.js & (npm run build:assets && webpack -d --watch)", |
21 | 21 | "webpack-bundle-size": "webpack --json | webpack-bundle-size-analyzer" |
22 | 22 | }, |
23 | 23 | "author": "Jeffrey Charles <jeffreycharles@beyondtechnicallycorrect.com>", |
|
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | 30 | "babel-core": "^6.17.0", |
31 | | - "babel-eslint": "^6.1.2", |
| 31 | + "babel-eslint": "^7.0.0", |
32 | 32 | "babel-loader": "^6.2.5", |
33 | 33 | "bootstrap": "^3.3.7", |
34 | | - "css-loader": "^0.23.1", |
| 34 | + "css-loader": "^0.25.0", |
35 | 35 | "eslint": "^3.8.0", |
36 | 36 | "eslint-plugin-react": "^6.4.1", |
37 | 37 | "extract-text-webpack-plugin": "^1.0.1", |
|
41 | 41 | "less-loader": "^2.2.3", |
42 | 42 | "mocha": "^3.1.2", |
43 | 43 | "mocha-multi": "^0.9.1", |
44 | | - "pm2": "^1.1.3", |
| 44 | + "pm2": "^2.0.18", |
45 | 45 | "portfinder": "^1.0.7", |
46 | 46 | "selenium-standalone": "^5.7.2", |
47 | 47 | "style-loader": "^0.13.1", |
48 | 48 | "supertest": "^2.0.0", |
49 | | - "supertest-as-promised": "^3.2.0", |
| 49 | + "supertest-as-promised": "^4.0.0", |
50 | 50 | "url-loader": "^0.5.7", |
51 | 51 | "wdio-mocha-framework": "^0.4.3", |
52 | 52 | "webdriverio": "^4.2.16", |
|
0 commit comments