Skip to content

Commit 39ca5d8

Browse files
committed
Update dependencies
1 parent 820a240 commit 39ca5d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test": "npm run test:integration && npm run test:system",
1818
"test:integration": "multi='spec=- xunit=integration-test-results.xml' istanbul cover _mocha -- --reporter mocha-multi --compilers js:babel-register test/integration/**/*.js",
1919
"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)",
2121
"webpack-bundle-size": "webpack --json | webpack-bundle-size-analyzer"
2222
},
2323
"author": "Jeffrey Charles <jeffreycharles@beyondtechnicallycorrect.com>",
@@ -28,10 +28,10 @@
2828
},
2929
"devDependencies": {
3030
"babel-core": "^6.17.0",
31-
"babel-eslint": "^6.1.2",
31+
"babel-eslint": "^7.0.0",
3232
"babel-loader": "^6.2.5",
3333
"bootstrap": "^3.3.7",
34-
"css-loader": "^0.23.1",
34+
"css-loader": "^0.25.0",
3535
"eslint": "^3.8.0",
3636
"eslint-plugin-react": "^6.4.1",
3737
"extract-text-webpack-plugin": "^1.0.1",
@@ -41,12 +41,12 @@
4141
"less-loader": "^2.2.3",
4242
"mocha": "^3.1.2",
4343
"mocha-multi": "^0.9.1",
44-
"pm2": "^1.1.3",
44+
"pm2": "^2.0.18",
4545
"portfinder": "^1.0.7",
4646
"selenium-standalone": "^5.7.2",
4747
"style-loader": "^0.13.1",
4848
"supertest": "^2.0.0",
49-
"supertest-as-promised": "^3.2.0",
49+
"supertest-as-promised": "^4.0.0",
5050
"url-loader": "^0.5.7",
5151
"wdio-mocha-framework": "^0.4.3",
5252
"webdriverio": "^4.2.16",

0 commit comments

Comments
 (0)