|
29 | 29 | "lint": "npm-run-all -l -p \"lint:**\"",
|
30 | 30 | "test:only": "cross-env NODE_ENV=test jest",
|
31 | 31 | "test:watch": "npm run test:only -- --watch",
|
32 |
| - "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage", |
| 32 | + "test:coverage": "npm run test:only -- --coverage", |
33 | 33 | "pretest": "npm run lint",
|
34 | 34 | "test": "npm run test:coverage",
|
35 | 35 | "prepare": "npm run build",
|
|
43 | 43 | "webpack": "^4.0.0 || ^5.0.0"
|
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 |
| - "html-minifier-terser": "^5.0.4", |
| 46 | + "html-minifier-terser": "^5.0.5", |
47 | 47 | "htmlparser2": "^4.1.0",
|
48 | 48 | "loader-utils": "^2.0.0",
|
49 | 49 | "parse-srcset": "^1.0.2",
|
50 | 50 | "schema-utils": "^2.6.5"
|
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 | 53 | "@babel/cli": "^7.8.4",
|
54 |
| - "@babel/core": "^7.8.7", |
55 |
| - "@babel/preset-env": "^7.8.7", |
| 54 | + "@babel/core": "^7.9.0", |
| 55 | + "@babel/preset-env": "^7.9.0", |
56 | 56 | "@commitlint/cli": "^8.3.5",
|
57 | 57 | "@commitlint/config-conventional": "^8.3.4",
|
58 | 58 | "@webpack-contrib/defaults": "^6.3.0",
|
59 | 59 | "@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
60 |
| - "babel-jest": "^25.1.0", |
| 60 | + "babel-jest": "^25.2.6", |
61 | 61 | "commitlint-azure-pipelines-cli": "^1.0.3",
|
62 | 62 | "cross-env": "^7.0.2",
|
63 | 63 | "del": "^5.1.0",
|
64 | 64 | "del-cli": "^3.0.0",
|
65 | 65 | "es-check": "^5.1.0",
|
66 | 66 | "eslint": "^6.8.0",
|
67 |
| - "eslint-config-prettier": "^6.10.0", |
68 |
| - "eslint-plugin-import": "^2.20.1", |
| 67 | + "eslint-config-prettier": "^6.10.1", |
| 68 | + "eslint-plugin-import": "^2.20.2", |
69 | 69 | "file-loader": "^6.0.0",
|
70 |
| - "handlebars": "^4.7.3", |
| 70 | + "handlebars": "^4.7.4", |
71 | 71 | "husky": "^4.2.3",
|
72 |
| - "jest": "^25.1.0", |
| 72 | + "jest": "^25.2.6", |
73 | 73 | "jest-junit": "^10.0.0",
|
74 |
| - "lint-staged": "^10.0.8", |
| 74 | + "lint-staged": "^10.1.1", |
75 | 75 | "memfs": "^3.1.2",
|
76 | 76 | "npm-run-all": "^4.1.5",
|
77 | 77 | "posthtml": "^0.12.0",
|
78 | 78 | "posthtml-webp": "^1.5.0",
|
79 |
| - "prettier": "^1.19.1", |
| 79 | + "prettier": "^2.0.2", |
80 | 80 | "standard-version": "^7.1.0",
|
81 | 81 | "webpack": "^4.42.0"
|
82 | 82 | },
|
|
0 commit comments