feature: package: html-webpack-plugin v5.5.0

This commit is contained in:
coderaiser 2023-01-29 19:09:25 +02:00
parent 9581270749
commit 2a607957c2

View file

@ -48,6 +48,7 @@
"build:start:dev": "madrun build:start:dev", "build:start:dev": "madrun build:start:dev",
"lint:all": "madrun lint:all", "lint:all": "madrun lint:all",
"lint": "madrun lint", "lint": "madrun lint",
"lint:progress": "madrun lint:progress",
"watch:lint": "madrun watch:lint", "watch:lint": "madrun watch:lint",
"fresh:lint": "madrun fresh:lint", "fresh:lint": "madrun fresh:lint",
"lint:fresh": "madrun lint:fresh", "lint:fresh": "madrun lint:fresh",
@ -65,6 +66,8 @@
"6to5": "madrun 6to5", "6to5": "madrun 6to5",
"6to5:client": "madrun 6to5:client", "6to5:client": "madrun 6to5:client",
"6to5:client:dev": "madrun 6to5:client:dev", "6to5:client:dev": "madrun 6to5:client:dev",
"pre6to5:client": "madrun pre6to5:client",
"pre6to5:client:dev": "madrun pre6to5:client:dev",
"watch:client": "madrun watch:client", "watch:client": "madrun watch:client",
"watch:client:dev": "madrun watch:client:dev", "watch:client:dev": "madrun watch:client:dev",
"watch:server": "madrun watch:server", "watch:server": "madrun watch:server",
@ -73,6 +76,7 @@
"watch:test:server": "madrun watch:test:server", "watch:test:server": "madrun watch:test:server",
"watch:coverage": "madrun watch:coverage", "watch:coverage": "madrun watch:coverage",
"build": "madrun build", "build": "madrun build",
"build:dev": "madrun build:dev",
"build:client": "madrun build:client", "build:client": "madrun build:client",
"build:client:dev": "madrun build:client:dev", "build:client:dev": "madrun build:client:dev",
"heroku-postbuild": "madrun heroku-postbuild" "heroku-postbuild": "madrun heroku-postbuild"
@ -171,7 +175,7 @@
"gritty": "^7.0.0", "gritty": "^7.0.0",
"gunzip-maybe": "^1.3.1", "gunzip-maybe": "^1.3.1",
"html-looks-like": "^1.0.2", "html-looks-like": "^1.0.2",
"html-webpack-plugin": "^4.0.1", "html-webpack-plugin": "^5.5.0",
"inherits": "^2.0.3", "inherits": "^2.0.3",
"just-capitalize": "^1.0.0", "just-capitalize": "^1.0.0",
"just-pascal-case": "^1.1.0", "just-pascal-case": "^1.1.0",