|
45 | 45 | },
|
46 | 46 | "homepage": "https://github.com/Runjuu/html-inline-css-webpack-plugin#readme",
|
47 | 47 | "devDependencies": {
|
48 | | - "@types/html-webpack-plugin": "^3.2.1", |
49 | | - "@types/lodash": "^4.14.137", |
50 | | - "@types/webpack": "^4.4.0", |
51 | | - "husky": "^1.3.1", |
52 | | - "lint-staged": "^8.1.0", |
53 | | - "prettier": "^1.15.3", |
54 | | - "tslint": "^5.12.1", |
| 48 | + "@types/lodash": "^4.14.195", |
| 49 | + "@types/node": "^20.4.2", |
| 50 | + "html-webpack-plugin": "^5.5.3", |
| 51 | + "husky": "^8.0.3", |
| 52 | + "lint-staged": "^13.2.3", |
| 53 | + "prettier": "^3.0.0", |
| 54 | + "tapable": "^2.2.1", |
| 55 | + "tslint": "^5.20.1", |
55 | 56 | "tslint-eslint-rules": "^5.4.0",
|
56 | 57 | "tslint-sonarts": "^1.8.0",
|
57 | | - "typescript": "^3.2.2", |
58 | | - "webpack": "^4.11.1" |
| 58 | + "typescript": "^5.1.6", |
| 59 | + "webpack": "^5.88.2" |
59 | 60 | },
|
60 | 61 | "peerDependencies": {
|
61 | 62 | "html-webpack-plugin": "^3.0.0 || ^4.0.0 || ^5.0.0"
|
62 | 63 | },
|
63 | 64 | "dependencies": {
|
64 | | - "lodash": "^4.17.15", |
65 | | - "tslib": "^1.9.3" |
| 65 | + "lodash": "^4.17.21", |
| 66 | + "tslib": "^2.6.0" |
66 | 67 | }
|
67 | 68 | }
|
0 commit comments