|
1 | 1 | {
|
2 | 2 | "name": "html-react-parser",
|
3 |
| - "version": "1.2.6", |
| 3 | + "version": "1.2.7", |
4 | 4 | "description": "HTML to React parser.",
|
5 | 5 | "author": "Mark <mark@remarkablemark.org>",
|
6 | 6 | "main": "index.js",
|
|
19 | 19 | "test": "jest --coverage --testPathIgnorePatterns test/integration/",
|
20 | 20 | "test:ci": "npm test -- --ci",
|
21 | 21 | "test:module": "node --experimental-modules test/module/index.mjs",
|
22 |
| - "test:integration": "npm run build && jest test/integration/", |
| 22 | + "test:integration": "npm run build && jest --env=jsdom test/integration/", |
23 | 23 | "test:watch": "npm test -- --watch"
|
24 | 24 | },
|
25 | 25 | "repository": {
|
|
37 | 37 | "dom"
|
38 | 38 | ],
|
39 | 39 | "dependencies": {
|
40 |
| - "domhandler": "4.0.0", |
41 |
| - "html-dom-parser": "1.0.0", |
| 40 | + "domhandler": "4.2.0", |
| 41 | + "html-dom-parser": "1.0.1", |
42 | 42 | "react-property": "1.0.1",
|
43 | 43 | "style-to-js": "1.1.0"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@commitlint/cli": "^12.1.1", |
47 |
| - "@commitlint/config-conventional": "^12.1.1", |
48 |
| - "@rollup/plugin-commonjs": "^19.0.0", |
| 46 | + "@commitlint/cli": "^13.1.0", |
| 47 | + "@commitlint/config-conventional": "^13.1.0", |
| 48 | + "@rollup/plugin-commonjs": "^20.0.0", |
49 | 49 | "@rollup/plugin-node-resolve": "^13.0.0",
|
50 |
| - "@size-limit/preset-big-lib": "^4.10.2", |
51 |
| - "@types/react": "^17.0.3", |
52 |
| - "@typescript-eslint/parser": "^4.22.0", |
| 50 | + "@size-limit/preset-big-lib": "^4.12.0", |
| 51 | + "@types/react": "^17.0.11", |
| 52 | + "@typescript-eslint/parser": "^4.26.1", |
53 | 53 | "benchmark": "^2.1.4",
|
54 |
| - "dtslint": "^4.0.9", |
55 |
| - "eslint": "^7.24.0", |
| 54 | + "dtslint": "^4.1.0", |
| 55 | + "eslint": "^7.28.0", |
56 | 56 | "eslint-plugin-prettier": "^3.4.0",
|
57 |
| - "husky": "^6.0.0", |
58 |
| - "jest": "^26.6.3", |
| 57 | + "husky": "^7.0.0", |
| 58 | + "jest": "^27.0.4", |
59 | 59 | "lint-staged": "^11.0.0",
|
60 | 60 | "pinst": "^2.1.6",
|
61 | 61 | "preact": "^10.5.13",
|
62 |
| - "prettier": "^2.2.1", |
63 |
| - "react": "^0.14 || ^15 || ^16 || ^17", |
| 62 | + "prettier": "^2.3.1", |
| 63 | + "react": "^17", |
64 | 64 | "react-dom": "^17",
|
65 | 65 | "rimraf": "^3.0.2",
|
66 |
| - "rollup": "^2.45.2", |
| 66 | + "rollup": "^2.51.2", |
67 | 67 | "rollup-plugin-terser": "^7.0.2",
|
68 |
| - "size-limit": "^4.10.2", |
69 |
| - "standard-version": "^9.2.0", |
70 |
| - "typescript": "^4.2.4" |
| 68 | + "size-limit": "^4.12.0", |
| 69 | + "standard-version": "^9.3.0", |
| 70 | + "typescript": "^4.3.2" |
71 | 71 | },
|
72 | 72 | "peerDependencies": {
|
73 | 73 | "react": "^0.14 || ^15 || ^16 || ^17"
|
|
0 commit comments