@anansi/core 0.22.8 → 0.22.10

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 +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.10](/github.com/ntucker/anansi/compare/@anansi/core@0.22.9...@anansi/core@0.22.10) (2026-04-10)
7
+
8
+ ### 📦 Package
9
+
10
+ * Update all non-major dependencies ([#3017](/github.com/ntucker/anansi/issues/3017)) ([88e783e](/github.com/ntucker/anansi/commit/88e783e831fa3205b90396de1c9f4d5ea68a2813))
11
+ * Update react to v19.2.5 ([#3034](/github.com/ntucker/anansi/issues/3034)) ([c162d4f](/github.com/ntucker/anansi/commit/c162d4f48a66d3001bd959e4421ae16b5d081f76))
12
+
13
+ ## [0.22.9](/github.com/ntucker/anansi/compare/@anansi/core@0.22.8...@anansi/core@0.22.9) (2026-03-20)
14
+
15
+ ### 📦 Package
16
+
17
+ * Update `enhanced-resolve` to ^5.20.1 ([#3005](/github.com/ntucker/anansi/issues/3005)) ([3b665e0](/github.com/ntucker/anansi/commit/3b665e0fdcbb96b1596f895b01a73fbaeb392550))
18
+
6
19
  ## [0.22.8](/github.com/ntucker/anansi/compare/@anansi/core@0.22.7...@anansi/core@0.22.8) (2026-03-02)
7
20
 
8
21
  ### 📦 Package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anansi/core",
3
- "version": "0.22.8",
3
+ "version": "0.22.10",
4
4
  "description": "React 19 Framework",
5
5
  "homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
6
6
  "repository": {
@@ -78,7 +78,7 @@
78
78
  ],
79
79
  "devDependencies": {
80
80
  "@ant-design/cssinjs": "^2.0.0",
81
- "@data-client/react": "^0.15.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c",
81
+ "@data-client/react": "^0.16.0",
82
82
  "@types/compression": "1.8.1",
83
83
  "@types/express": "^4.17.17",
84
84
  "@types/node": "^24.0.0",
@@ -88,17 +88,17 @@
88
88
  "@types/tmp": "0.2.6",
89
89
  "@types/webpack-hot-middleware": "2.25.12",
90
90
  "@types/webpack-node-externals": "^3",
91
- "react": "19.2.4",
92
- "react-dom": "19.2.4"
91
+ "react": "19.2.5",
92
+ "react-dom": "19.2.5"
93
93
  },
94
94
  "dependencies": {
95
- "@anansi/router": "^0.10.22",
95
+ "@anansi/router": "^0.10.23",
96
96
  "@babel/runtime-corejs3": "^7.26.0",
97
97
  "chalk": "^4.1.2",
98
98
  "compression": "^1.8.1",
99
99
  "core-js-pure": "^3.40.0",
100
100
  "cross-fetch": "^4.1.0",
101
- "enhanced-resolve": "^5.20.0",
101
+ "enhanced-resolve": "^5.20.1",
102
102
  "express": "^4.22.1",
103
103
  "fs-require": "^1.6.0",
104
104
  "history": "^5.3.0",
@@ -113,7 +113,7 @@
113
113
  },
114
114
  "peerDependencies": {
115
115
  "@ant-design/cssinjs": "^1.5.1 || ^2.0.0",
116
- "@data-client/react": "^0.12.15 || ^0.13.0 || ^0.14.0 || ^0.15.0-0",
116
+ "@data-client/react": "^0.12.15 || ^0.13.0 || ^0.14.0 || ^0.15.0-0 || ^0.16.0",
117
117
  "@types/react": "*",
118
118
  "@types/react-dom": "*",
119
119
  "react": "^18.0.0 || ^19.0.0",