@caweb/webpack 1.3.21 → 1.3.23

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.txt CHANGED
@@ -1,3 +1,9 @@
1
+ v1.3.23
2
+ - Updated npm packages
3
+
4
+ v1.3.22
5
+ - Updated npm packages
6
+
1
7
  v1.3.21
2
8
  - Updated npm packages
3
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caweb/webpack",
3
- "version": "1.3.21",
3
+ "version": "1.3.23",
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.97.1"
35
+ "webpack": "^5.98.0"
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.5.22",
40
+ "@caweb/html-webpack-plugin": "^1.5.24",
41
41
  "@caweb/jshint-webpack-plugin": "^2.0.1"
42
42
  }
43
43
  }
@@ -1,3 +1,11 @@
1
+ v1.5.24
2
+ - Removed statewide alerts link
3
+ -Focus outline color updated from 2ea3f2 to 0D81CE
4
+
5
+ v1.5.23
6
+ - Fixed issue with header height being affected by non div elements before the header
7
+ - Updated npm packages
8
+
1
9
  v1.5.22
2
10
  - Fixed issue with alerts/utility header scroll height not being calculated correctly
3
11