@caweb/webpack 1.3.34 → 1.3.35

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ v1.3.35
2
+ - Updated npm packages
3
+
1
4
  v1.3.34
2
5
  - Updated npm packages
3
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.3.34",
3
+ "version": "1.3.35",
4
4
  "description": "CAWebPublishing Webpack Configuration",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -32,12 +32,12 @@
32
32
  },
33
33
  "homepage": "https://github.com/CAWebPublishing/webpack#readme",
34
34
  "devDependencies": {
35
- "webpack": "^5.99.5"
35
+ "webpack": "^5.99.6"
36
36
  },
37
37
  "dependencies": {
38
38
  "@caweb/a11y-webpack-plugin": "^1.0.9",
39
39
  "@caweb/css-audit-webpack-plugin": "^1.0.12",
40
- "@caweb/html-webpack-plugin": "^1.7.3",
40
+ "@caweb/html-webpack-plugin": "^1.7.4",
41
41
  "@caweb/jshint-webpack-plugin": "^2.0.1"
42
42
  }
43
43
  }
@@ -1,3 +1,7 @@
1
+ v1.7.4
2
+ - Increased anchor line-height from 1.5 to 1.75 to correct interactive element not meeting minimum size or spacing
3
+ - Updated npm packages
4
+
1
5
  v1.7.3
2
6
  - Search button focus outline has been lightened to correct color contrast a11y issue
3
7
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@caweb/html-webpack-plugin",
9
- "version": "1.7.3",
9
+ "version": "1.7.4",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@caweb/a11y-webpack-plugin": "^1.0.9",
@@ -20,7 +20,7 @@
20
20
  "html-webpack-skip-assets-plugin": "^1.0.4",
21
21
  "mini-css-extract-plugin": "^2.9.2",
22
22
  "rtlcss-webpack-plugin": "^4.0.7",
23
- "webpack": "^5.99.5",
23
+ "webpack": "^5.99.6",
24
24
  "webpack-cli": "^6.0.1",
25
25
  "webpack-remove-empty-scripts": "^1.0.4"
26
26
  },
@@ -22006,9 +22006,9 @@
22006
22006
  }
22007
22007
  },
22008
22008
  "node_modules/webpack": {
22009
- "version": "5.99.5",
22010
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.5.tgz",
22011
- "integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==",
22009
+ "version": "5.99.6",
22010
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz",
22011
+ "integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==",
22012
22012
  "license": "MIT",
22013
22013
  "dependencies": {
22014
22014
  "@types/eslint-scope": "^3.7.7",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/html-webpack-plugin",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "CAWebPublishing Sample Page and Configurations",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -126,7 +126,7 @@
126
126
  "html-webpack-skip-assets-plugin": "^1.0.4",
127
127
  "mini-css-extract-plugin": "^2.9.2",
128
128
  "rtlcss-webpack-plugin": "^4.0.7",
129
- "webpack": "^5.99.5",
129
+ "webpack": "^5.99.6",
130
130
  "webpack-cli": "^6.0.1",
131
131
  "webpack-remove-empty-scripts": "^1.0.4"
132
132
  }