FIX test dependencies

This commit is contained in:
salomonelli 2018-08-19 15:26:21 +02:00
parent b3d375a17a
commit 74fbfa8a8f

View File

@ -19,7 +19,7 @@
"test:cafe": "testcafe chromium test/",
"test:e2e": "concurrently \"npm run dev\" \"npm run test:cafe\" --success first --kill-others --raw",
"test:export": "SCRIPT=export npm run test:deleteFiles && npm run export && mocha test/scripts/export.js",
"test:preview": "SCRIPT=preview npm run test:deleteFiles && npm run export && npm run preview && mocha test/scripts/preview.js",
"test:preview": "SCRIPT=preview npm run test:deleteFiles && npm run preview && mocha test/scripts/preview.js",
"test:docs": "npm run docs && concurrently \"npm run docs:serve\" \"npm run test:cafe\" --success first --kill-others --raw",
"test": "npm run test:export && npm run test:preview && npm run test:docs && npm run test:e2e",
"export": "concurrently \"npm run dev\" \"npm run pdf\" --success first --kill-others --raw",
@ -77,7 +77,7 @@
"less-loader": "4.0.5",
"local-web-server": "2.5.6",
"lolex": "2.3.2",
"mocha": "5.0.0",
"mocha": "^5.2.0",
"mv": "2.1.1",
"node": "9.5.0",
"opn": "5.2.0",
@ -95,7 +95,7 @@
"rxjs": "5.5.6",
"semver": "5.5.0",
"shelljs": "0.8.1",
"testcafe": "0.18.6",
"testcafe": "^0.18.6",
"testcafe-hammerhead": "13.1.0",
"url-exists": "1.0.3",
"url-loader": "0.6.2",