@anansi/webpack-config 21.1.1 → 21.1.2
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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [21.1.2](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.1...@anansi/webpack-config@21.1.2) (2025-11-20)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update `webpack-bundle-analyzer` to v5 ([#2872](/github.com/ntucker/anansi/issues/2872)) ([6b7815c](/github.com/ntucker/anansi/commit/6b7815c08607fb8e8fc348720c4bbf098d8e93b1))
|
|
11
|
+
* Update all non-major dependencies ([#2874](/github.com/ntucker/anansi/issues/2874)) ([cb6a822](/github.com/ntucker/anansi/commit/cb6a8226a69cc70317e03e91b757238da54f850b))
|
|
12
|
+
|
|
6
13
|
## [21.1.1](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.1.0...@anansi/webpack-config@21.1.1) (2025-11-15)
|
|
7
14
|
|
|
8
15
|
### 📦 Package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/webpack-config",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.2",
|
|
4
4
|
"description": "Production ready webpack for React",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"events": "^3.3.0",
|
|
89
89
|
"file-loader": "^6.2.0",
|
|
90
90
|
"html-loader": "^5.1.0",
|
|
91
|
-
"html-webpack-plugin": "^5.6.
|
|
91
|
+
"html-webpack-plugin": "^5.6.5",
|
|
92
92
|
"https-browserify": "^1.0.0",
|
|
93
93
|
"is-wsl": "^2.2.0",
|
|
94
94
|
"mini-css-extract-plugin": "^2.9.4",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"url": "^0.11.4",
|
|
122
122
|
"util": "^0.12.5",
|
|
123
123
|
"vm-browserify": "^1.1.2",
|
|
124
|
-
"webpack-bundle-analyzer": "^
|
|
124
|
+
"webpack-bundle-analyzer": "^5.0.1",
|
|
125
125
|
"webpack-node-externals": "^3.0.0",
|
|
126
126
|
"webpack-remove-empty-scripts": "^1.1.1",
|
|
127
127
|
"webpack-stats-plugin": "^1.1.3",
|