@anansi/webpack-config 21.0.6 → 21.0.7

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.0.7](/github.com/ntucker/anansi/compare/@anansi/webpack-config@21.0.6...@anansi/webpack-config@21.0.7) (2025-05-27)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update all non-major dependencies ([#2757](/github.com/ntucker/anansi/issues/2757)) ([99f3dd9](/github.com/ntucker/anansi/commit/99f3dd9b39b87052e28fef5fb6f3f1be21368365))
11
+
6
12
  ## <small>21.0.6 (2025-05-15)</small>
7
13
 
8
14
  * fix: React-refresh webpack plugin ([51558e1](https://github.com/ntucker/anansi/commit/51558e1))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "21.0.6",
3
+ "version": "21.0.7",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -119,7 +119,7 @@
119
119
  "vm-browserify": "^1.1.2",
120
120
  "webpack-bundle-analyzer": "^4.10.2",
121
121
  "webpack-node-externals": "^3.0.0",
122
- "webpack-remove-empty-scripts": "^1.0.4",
122
+ "webpack-remove-empty-scripts": "^1.1.1",
123
123
  "webpack-stats-plugin": "^1.1.3",
124
124
  "worker-loader": "^3.0.8"
125
125
  },