|
1 | 1 | {
|
2 | 2 | "name": "html5parser",
|
3 | 3 | "description": "A super fast & tiny HTML5 parser",
|
4 |
| - "version": "2.0.1", |
| 4 | + "version": "2.0.2", |
5 | 5 | "author": "acrazing <[email protected]>",
|
6 | 6 | "keywords": [
|
7 | 7 | "html5",
|
|
34 | 34 | },
|
35 | 35 | "homepage": "https://github.com/acrazing/html5parser#readme",
|
36 | 36 | "devDependencies": {
|
37 |
| - "@rollup/plugin-commonjs": "^16.0.0", |
38 |
| - "@rollup/plugin-node-resolve": "^10.0.0", |
39 |
| - "@types/fs-extra": "^9.0.3", |
40 |
| - "@types/jest": "^26.0.15", |
41 |
| - "@types/node": "^14.14.7", |
42 |
| - "@types/node-fetch": "^2.5.7", |
43 |
| - "fs-extra": "^9.0.1", |
| 37 | + "@rollup/plugin-commonjs": "^19.0.0", |
| 38 | + "@rollup/plugin-node-resolve": "^13.0.0", |
| 39 | + "@types/fs-extra": "^9.0.11", |
| 40 | + "@types/jest": "^26.0.23", |
| 41 | + "@types/node": "^15.0.2", |
| 42 | + "@types/node-fetch": "^2.5.10", |
| 43 | + "fs-extra": "^10.0.0", |
44 | 44 | "husky": "^4.3.0",
|
45 | 45 | "jest": "^26.6.3",
|
46 |
| - "lint-staged": "^10.5.1", |
| 46 | + "lint-staged": "^11.0.0", |
47 | 47 | "node-fetch": "^2.6.1",
|
48 | 48 | "npm-run-all": "^4.1.5",
|
49 |
| - "prettier": "^2.1.2", |
50 |
| - "rollup": "^2.33.1", |
| 49 | + "prettier": "^2.3.0", |
| 50 | + "rollup": "^2.47.0", |
51 | 51 | "rollup-plugin-sourcemaps": "^0.6.3",
|
52 | 52 | "rollup-plugin-terser": "^7.0.2",
|
53 |
| - "rollup-plugin-typescript2": "^0.29.0", |
54 |
| - "ts-jest": "^26.4.4", |
55 |
| - "typescript": "^4.0.5" |
| 53 | + "rollup-plugin-typescript2": "^0.30.0", |
| 54 | + "ts-jest": "^26.5.6", |
| 55 | + "typescript": "^4.2.4" |
56 | 56 | },
|
57 | 57 | "jest": {
|
58 | 58 | "moduleFileExtensions": [
|
|
107 | 107 | "endOfLine": "lf"
|
108 | 108 | },
|
109 | 109 | "dependencies": {
|
110 |
| - "tslib": "^2.0.3" |
| 110 | + "tslib": "^2.2.0" |
111 | 111 | }
|
112 | 112 | }
|
0 commit comments