|
32 | 32 | "dom"
|
33 | 33 | ],
|
34 | 34 | "dependencies": {
|
35 |
| - "@types/htmlparser2": "3.10.1", |
| 35 | + "@types/htmlparser2": "3.10.2", |
36 | 36 | "html-dom-parser": "0.3.0",
|
37 | 37 | "react-property": "1.0.1",
|
38 | 38 | "style-to-js": "1.1.0"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "^8.3.5", |
42 |
| - "@commitlint/config-conventional": "^8.3.4", |
43 |
| - "@rollup/plugin-commonjs": "^12.0.0", |
44 |
| - "@rollup/plugin-node-resolve": "^8.0.0", |
45 |
| - "@types/react": "^16.9.35", |
46 |
| - "@typescript-eslint/parser": "^3.1.0", |
| 41 | + "@commitlint/cli": "^11.0.0", |
| 42 | + "@commitlint/config-conventional": "^11.0.0", |
| 43 | + "@rollup/plugin-commonjs": "^16.0.0", |
| 44 | + "@rollup/plugin-node-resolve": "^10.0.0", |
| 45 | + "@types/react": "^17.0.0", |
| 46 | + "@typescript-eslint/parser": "^4.8.2", |
47 | 47 | "benchmark": "^2.1.4",
|
48 |
| - "dtslint": "^3.6.10", |
49 |
| - "eslint": "^7.1.0", |
50 |
| - "eslint-plugin-prettier": "^3.1.3", |
51 |
| - "husky": "^4.2.5", |
52 |
| - "jest": "^26.0.1", |
53 |
| - "lint-staged": "^10.2.7", |
| 48 | + "dtslint": "^4.0.6", |
| 49 | + "eslint": "^7.14.0", |
| 50 | + "eslint-plugin-prettier": "^3.1.4", |
| 51 | + "husky": "^4.3.0", |
| 52 | + "jest": "^26.6.3", |
| 53 | + "lint-staged": "^10.5.2", |
54 | 54 | "preact": "^10.5.7",
|
55 |
| - "prettier": "^2.0.5", |
56 |
| - "react": "^16", |
57 |
| - "react-dom": "^16", |
| 55 | + "prettier": "^2.2.0", |
| 56 | + "react": "^17", |
| 57 | + "react-dom": "^17", |
58 | 58 | "rimraf": "^3.0.2",
|
59 |
| - "rollup": "^2.12.1", |
| 59 | + "rollup": "^2.33.3", |
60 | 60 | "rollup-plugin-terser": "^7.0.2",
|
61 | 61 | "standard-version": "5",
|
62 |
| - "typescript": "^3.9.3" |
| 62 | + "typescript": "^4.1.2" |
63 | 63 | },
|
64 | 64 | "peerDependencies": {
|
65 | 65 | "react": "^0.14 || ^15 || ^16 || ^17"
|
|
0 commit comments