@caweb/html-webpack-plugin 1.5.17 → 1.5.18
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.18",
|
|
4
4
|
"description": "CAWebPublishing Sample Page and Configurations",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -118,8 +118,7 @@
|
|
|
118
118
|
"chalk": "^5.4.1",
|
|
119
119
|
"cross-spawn": "^7.0.6",
|
|
120
120
|
"fast-xml-parser": "^4.5.1",
|
|
121
|
-
"mini-css-extract-plugin": "^2.9.2"
|
|
122
|
-
"rtlcss-webpack-plugin": "^4.0.7"
|
|
121
|
+
"mini-css-extract-plugin": "^2.9.2"
|
|
123
122
|
},
|
|
124
123
|
"dependencies": {
|
|
125
124
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
@@ -131,7 +130,8 @@
|
|
|
131
130
|
"html-webpack-link-type-plugin": "^1.1.1",
|
|
132
131
|
"html-webpack-plugin": "^5.6.3",
|
|
133
132
|
"html-webpack-skip-assets-plugin": "^1.0.4",
|
|
133
|
+
"rtlcss-webpack-plugin": "^4.0.7",
|
|
134
134
|
"webpack": "^5.97.1",
|
|
135
135
|
"webpack-cli": "^6.0.1"
|
|
136
136
|
}
|
|
137
|
-
}
|
|
137
|
+
}
|