|
12 | 12 | "test": "mocha 'test/**/*.spec.js'",
|
13 | 13 | "test-cov": "nyc mocha 'test/**/*.spec.js'",
|
14 | 14 | "lint": "eslint .",
|
15 |
| - "check": "npm run format-check && npm run lint && npm run test && npm run check-ts", |
16 |
| - "check-ci": "npm run format-check && npm run lint && npm run test-cov && npm run check-ts", |
| 15 | + "check": "run-s format-check lint test check-ts", |
| 16 | + "check-ci": "run-s format-check lint test-cov check-ts", |
17 | 17 | "check-ts": "tsc index.d.ts --noEmit",
|
18 | 18 | "dev": "cross-env EXAMPLE=duplicates-esm node bin/webpack-dashboard.js -- webpack-cli --config examples/config/webpack.config.js --watch",
|
19 | 19 | "format": "prettier --write './{bin,examples,plugin,test,utils}/**/*.js'",
|
|
50 | 50 | "socket.io-client": "^2.1.1"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 |
| - "babel-eslint": "^8.2.3", |
| 53 | + "babel-eslint": "^10.0.1", |
54 | 54 | "chai": "^4.1.2",
|
55 | 55 | "cross-env": "^5.2.0",
|
56 |
| - "eslint": "^4.19.1", |
| 56 | + "eslint": "^5.16.0", |
57 | 57 | "eslint-config-formidable": "^4.0.0",
|
58 | 58 | "eslint-config-prettier": "^4.0.0",
|
59 | 59 | "eslint-plugin-filenames": "^1.1.0",
|
60 | 60 | "eslint-plugin-import": "^2.12.0",
|
61 | 61 | "eslint-plugin-prettier": "^3.0.1",
|
62 | 62 | "eslint-plugin-promise": "^3.7.0",
|
63 | 63 | "mocha": "^5.2.0",
|
64 |
| - "nyc": "^13.3.0", |
| 64 | + "npm-run-all": "^4.1.5", |
| 65 | + "nyc": "^14.0.0", |
65 | 66 | "prettier": "^1.16.4",
|
66 | 67 | "sinon": "^5.0.7",
|
67 | 68 | "sinon-chai": "^3.0.0",
|
|
0 commit comments