@anansi/webpack-config 21.0.4 → 21.0.6

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 +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ ## <small>21.0.6 (2025-05-15)</small>
7
+
8
+ * fix: React-refresh webpack plugin ([51558e1](https://github.com/ntucker/anansi/commit/51558e1))
9
+
10
+ ### [21.0.5](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@21.0.4...@anansi/webpack-config@21.0.5) (2025-05-14)
11
+
12
+ ### 📦 Package
13
+
14
+ * Update all non-major dependencies ([#2745](https://github.com/ntucker/anansi/issues/2745)) ([f8d770c](https://github.com/ntucker/anansi/commit/f8d770c91bfdd16e4769b728bcea70c7a25165dc))
15
+
6
16
  ### [21.0.4](https://github.com/ntucker/anansi/compare/@anansi/webpack-config@21.0.3...@anansi/webpack-config@21.0.4) (2025-05-01)
7
17
 
8
18
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/webpack-config",
3
- "version": "21.0.4",
3
+ "version": "21.0.6",
4
4
  "description": "Production ready webpack for React",
5
5
  "main": "lib/index.js",
6
6
  "types": "./index.d.ts",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime-corejs3": "^7.26.0",
63
- "@pmmmwh/react-refresh-webpack-plugin": "^0.6.0",
63
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.0",
64
64
  "@svgr/webpack": "^8.1.0",
65
65
  "@types/sass-loader": "^8.0.9",
66
66
  "@types/webpack-bundle-analyzer": "^4.7.0",
@@ -103,7 +103,7 @@
103
103
  "readable-stream": "^4.7.0",
104
104
  "sass-loader": "^16.0.5",
105
105
  "sass-resources-loader": "^2.2.5",
106
- "semver": "^7.7.1",
106
+ "semver": "^7.7.2",
107
107
  "stream-browserify": "^3.0.0",
108
108
  "stream-http": "^3.2.0",
109
109
  "string_decoder": "^1.3.0",