Skip to content

Commit a309148

Browse files
committed
chore: update deps
1 parent 498201a commit a309148

File tree

7 files changed

+1607
-3483
lines changed

7 files changed

+1607
-3483
lines changed

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,24 @@
4545
},
4646
"homepage": "https://github.com/Runjuu/html-inline-css-webpack-plugin#readme",
4747
"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",
5556
"tslint-eslint-rules": "^5.4.0",
5657
"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"
5960
},
6061
"peerDependencies": {
6162
"html-webpack-plugin": "^3.0.0 || ^4.0.0 || ^5.0.0"
6263
},
6364
"dependencies": {
64-
"lodash": "^4.17.15",
65-
"tslib": "^1.9.3"
65+
"lodash": "^4.17.21",
66+
"tslib": "^2.6.0"
6667
}
6768
}

0 commit comments

Comments
 (0)