@caweb/html-webpack-plugin 2.1.8 → 2.1.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v2.1.9
2
+ - Updated npm packages
3
+
1
4
  v2.1.8
2
5
  - Added check before files are emitted, this prevents error where multiple files emit the same filename
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "CAWebPublishing Site Generation HTML Webpack Plugin",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -25,9 +25,9 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@caweb/framework": "^1.9.10",
28
+ "@caweb/framework": "^1.9.11",
29
29
  "@caweb/icon-library": "^1.1.7",
30
- "@caweb/template": "^1.0.18",
30
+ "@caweb/template": "^1.0.19",
31
31
  "html-webpack-plugin": "^5.6.6"
32
32
  },
33
33
  "scripts": {
@@ -37,7 +37,7 @@
37
37
  "test": "echo \"Error: run tests from root\" && exit 0"
38
38
  },
39
39
  "devDependencies": {
40
- "webpack": "^5.105.2",
40
+ "webpack": "^5.105.3",
41
41
  "webpack-cli": "^6.0.1"
42
42
  }
43
43
  }