|
10 | 10 | "build:min": "cross-env NODE_ENV=production webpack -o dist/html-react-parser.min.js", |
11 | 11 | "build:unmin": "cross-env NODE_ENV=development webpack -o dist/html-react-parser.js", |
12 | 12 | "clean": "rimraf dist", |
13 | | - "cover": "istanbul cover _mocha -- -R spec \"test/**/*\"", |
14 | 13 | "coveralls": "cat coverage/lcov.info | coveralls", |
15 | 14 | "lint": "eslint --ignore-path .gitignore .", |
16 | 15 | "lint:fix": "npm run lint -- --fix", |
17 | 16 | "dtslint": "dtslint .", |
18 | 17 | "prepublishOnly": "npm run build", |
19 | 18 | "release": "standard-version --no-verify", |
20 | | - "test": "mocha" |
| 19 | + "test": "mocha", |
| 20 | + "test:cover": "istanbul cover _mocha -- -R spec \"test/**/*\"" |
21 | 21 | }, |
22 | 22 | "repository": { |
23 | 23 | "type": "git", |
|
35 | 35 | ], |
36 | 36 | "dependencies": { |
37 | 37 | "@types/domhandler": "2.4.1", |
38 | | - "html-dom-parser": "0.2.1", |
| 38 | + "html-dom-parser": "0.2.2", |
39 | 39 | "react-dom-core": "0.1.1", |
40 | 40 | "style-to-object": "0.2.2" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@commitlint/cli": "^7.2.1", |
44 | | - "@commitlint/config-conventional": "^7.1.2", |
45 | | - "@types/react": "16.8.8", |
46 | | - "benchmark": "2.1.4", |
| 43 | + "@commitlint/cli": "^8.0.0", |
| 44 | + "@commitlint/config-conventional": "^8.0.0", |
| 45 | + "@types/react": "^16.8.19", |
| 46 | + "benchmark": "^2.1.4", |
47 | 47 | "coveralls": "^3.0.2", |
48 | | - "cross-env": "5.2.0", |
49 | | - "dtslint": "0.5.5", |
| 48 | + "cross-env": "^5.2.0", |
| 49 | + "dtslint": "^0.7.9", |
50 | 50 | "eslint": "^5.10.0", |
51 | 51 | "eslint-plugin-prettier": "^3.0.0", |
52 | | - "husky": "^1.3.0", |
| 52 | + "husky": "^2.4.0", |
53 | 53 | "istanbul": "^0.4.5", |
54 | 54 | "lint-staged": "^8.1.0", |
55 | | - "mocha": "^5.2.0", |
| 55 | + "mocha": "^6.1.4", |
56 | 56 | "prettier": "^1.15.3", |
57 | 57 | "react": "^16", |
58 | 58 | "react-dom": "^16", |
59 | | - "rimraf": "2.6.3", |
60 | | - "standard-version": "^4.4.0", |
| 59 | + "rimraf": "^2.6.3", |
| 60 | + "standard-version": "^6.0.1", |
61 | 61 | "webpack": "^4.27.1", |
62 | 62 | "webpack-cli": "^3.1.2" |
63 | 63 | }, |
|
0 commit comments