@anansi/core 0.20.32 → 0.20.34
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.
- package/CHANGELOG.md +13 -0
- package/package.json +8 -8
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.20.34](/github.com/ntucker/anansi/compare/@anansi/core@0.20.33...@anansi/core@0.20.34) (2025-07-29)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update all non-major dependencies ([#2801](/github.com/ntucker/anansi/issues/2801)) ([28e1365](/github.com/ntucker/anansi/commit/28e1365cbecb2b4c992079a6e40984aaa437f881))
|
|
11
|
+
* Update react to v19.1.1 ([#2799](/github.com/ntucker/anansi/issues/2799)) ([524c78c](/github.com/ntucker/anansi/commit/524c78c3032c3feef9b7fbdf1fae2dbe16350ef1))
|
|
12
|
+
|
|
13
|
+
## [0.20.33](/github.com/ntucker/anansi/compare/@anansi/core@0.20.32...@anansi/core@0.20.33) (2025-07-22)
|
|
14
|
+
|
|
15
|
+
### 📦 Package
|
|
16
|
+
|
|
17
|
+
* Update all non-major dependencies ([#2794](/github.com/ntucker/anansi/issues/2794)) ([28668c3](/github.com/ntucker/anansi/commit/28668c3df24ef06a4c6211c0580db5dd0742892c))
|
|
18
|
+
|
|
6
19
|
## [0.20.32](/github.com/ntucker/anansi/compare/@anansi/core@0.20.31...@anansi/core@0.20.32) (2025-06-26)
|
|
7
20
|
|
|
8
21
|
### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/core",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.34",
|
|
4
4
|
"description": "React 19 Framework",
|
|
5
5
|
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
|
|
6
6
|
"repository": {
|
|
@@ -71,20 +71,20 @@
|
|
|
71
71
|
"@types/compression": "1.8.1",
|
|
72
72
|
"@types/express": "^4.17.17",
|
|
73
73
|
"@types/node": "^24.0.0",
|
|
74
|
-
"@types/react": "19.1.
|
|
75
|
-
"@types/react-dom": "19.1.
|
|
74
|
+
"@types/react": "19.1.9",
|
|
75
|
+
"@types/react-dom": "19.1.7",
|
|
76
76
|
"@types/source-map-support": "0.5.10",
|
|
77
77
|
"@types/tmp": "0.2.6",
|
|
78
78
|
"@types/webpack-hot-middleware": "2.25.9",
|
|
79
79
|
"@types/webpack-node-externals": "^3",
|
|
80
|
-
"react": "19.1.
|
|
81
|
-
"react-dom": "19.1.
|
|
80
|
+
"react": "19.1.1",
|
|
81
|
+
"react-dom": "19.1.1"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@anansi/router": "^0.10.
|
|
84
|
+
"@anansi/router": "^0.10.16",
|
|
85
85
|
"@babel/runtime-corejs3": "^7.26.0",
|
|
86
86
|
"chalk": "^4.1.2",
|
|
87
|
-
"compression": "^1.8.
|
|
87
|
+
"compression": "^1.8.1",
|
|
88
88
|
"core-js-pure": "^3.40.0",
|
|
89
89
|
"cross-fetch": "^4.1.0",
|
|
90
90
|
"enhanced-resolve": "^5.18.2",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"ora": "^6.3.1",
|
|
97
97
|
"source-map-support": "^0.5.21",
|
|
98
98
|
"tmp": "^0.2.3",
|
|
99
|
-
"unionfs": "^4.
|
|
99
|
+
"unionfs": "^4.6.0",
|
|
100
100
|
"webpack-dev-server": "^5.2.2",
|
|
101
101
|
"whatwg-fetch": "^3.6.2"
|
|
102
102
|
},
|