@anansi/core 0.21.3 → 0.21.4

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 +8 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.21.4](/github.com/ntucker/anansi/compare/@anansi/core@0.21.3...@anansi/core@0.21.4) (2025-12-12)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update react to v19.2.2 ([#2904](/github.com/ntucker/anansi/issues/2904)) ([bd60070](/github.com/ntucker/anansi/commit/bd6007031129a628ecef29a8850a06ca88015663))
11
+ * Update react to v19.2.3 ([#2906](/github.com/ntucker/anansi/issues/2906)) ([d8ca016](/github.com/ntucker/anansi/commit/d8ca01691c059e1add5791dfd9bf04785406c5d0))
12
+ * Update webpack packages ([#2902](/github.com/ntucker/anansi/issues/2902)) ([5e324f5](/github.com/ntucker/anansi/commit/5e324f5e1a9a350bec85955053f2c4469c5e0a27))
13
+
6
14
  ## [0.21.3](/github.com/ntucker/anansi/compare/@anansi/core@0.21.2...@anansi/core@0.21.3) (2025-12-07)
7
15
 
8
16
  ### 💅 Enhancement
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.21.3",
3
+ "version": "0.21.4",
4
4
  "description": "React 19 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -76,17 +76,17 @@
76
76
  "@types/tmp": "0.2.6",
77
77
  "@types/webpack-hot-middleware": "2.25.12",
78
78
  "@types/webpack-node-externals": "^3",
79
- "react": "19.2.1",
80
- "react-dom": "19.2.1"
79
+ "react": "19.2.3",
80
+ "react-dom": "19.2.3"
81
81
  },
82
82
  "dependencies": {
83
- "@anansi/router": "^0.10.20",
83
+ "@anansi/router": "^0.10.21",
84
84
  "@babel/runtime-corejs3": "^7.26.0",
85
85
  "chalk": "^4.1.2",
86
86
  "compression": "^1.8.1",
87
87
  "core-js-pure": "^3.40.0",
88
88
  "cross-fetch": "^4.1.0",
89
- "enhanced-resolve": "^5.18.3",
89
+ "enhanced-resolve": "^5.18.4",
90
90
  "express": "^4.22.1",
91
91
  "fs-require": "^1.6.0",
92
92
  "history": "^5.3.0",