@anansi/core 0.22.4 → 0.22.5

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
+ ## [0.22.5](/github.com/ntucker/anansi/compare/@anansi/core@0.22.4...@anansi/core@0.22.5) (2026-01-13)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update webpack packages ([#2934](/github.com/ntucker/anansi/issues/2934)) ([2bad27a](/github.com/ntucker/anansi/commit/2bad27a4ab4831bf720a2abd48dff03be23c0fad))
11
+
6
12
  ## [0.22.4](/github.com/ntucker/anansi/compare/@anansi/core@0.22.3...@anansi/core@0.22.4) (2026-01-10)
7
13
 
8
14
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.22.4",
3
+ "version": "0.22.5",
4
4
  "description": "React 19 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -108,7 +108,7 @@
108
108
  "source-map-support": "^0.5.21",
109
109
  "tmp": "^0.2.5",
110
110
  "unionfs": "^4.6.0",
111
- "webpack-dev-server": "^5.2.2",
111
+ "webpack-dev-server": "^5.2.3",
112
112
  "whatwg-fetch": "^3.6.2"
113
113
  },
114
114
  "peerDependencies": {