@caweb/webpack 1.3.20 → 1.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.23",
|
|
4
4
|
"description": "CAWebPublishing Sample Page and Configurations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -106,27 +106,27 @@
|
|
|
106
106
|
},
|
|
107
107
|
"homepage": "https://github.com/CAWebPublishing/webpack/plugins/html#readme",
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@inquirer/prompts": "^7.2
|
|
109
|
+
"@inquirer/prompts": "^7.3.2",
|
|
110
110
|
"animate.css": "^4.1.1",
|
|
111
111
|
"bootstrap": "^5.3.3",
|
|
112
112
|
"bootstrap-forced-colors-css": "^1.0.7",
|
|
113
113
|
"chalk": "^5.4.1",
|
|
114
114
|
"cross-spawn": "^7.0.6",
|
|
115
|
-
"fast-xml-parser": "^
|
|
115
|
+
"fast-xml-parser": "^5.0.1",
|
|
116
116
|
"mini-css-extract-plugin": "^2.9.2"
|
|
117
117
|
},
|
|
118
118
|
"dependencies": {
|
|
119
119
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
120
120
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
121
|
-
"@caweb/jshint-webpack-plugin": "^
|
|
122
|
-
"@wordpress/scripts": "^30.
|
|
121
|
+
"@caweb/jshint-webpack-plugin": "^2.0.1",
|
|
122
|
+
"@wordpress/scripts": "^30.11.0",
|
|
123
123
|
"css-minimizer-webpack-plugin": "^7.0.0",
|
|
124
124
|
"handlebars-loader": "^1.7.3",
|
|
125
125
|
"html-webpack-link-type-plugin": "^1.1.1",
|
|
126
126
|
"html-webpack-plugin": "^5.6.3",
|
|
127
127
|
"html-webpack-skip-assets-plugin": "^1.0.4",
|
|
128
128
|
"rtlcss-webpack-plugin": "^4.0.7",
|
|
129
|
-
"webpack": "^5.
|
|
129
|
+
"webpack": "^5.98.0",
|
|
130
130
|
"webpack-cli": "^6.0.1"
|
|
131
131
|
}
|
|
132
132
|
}
|