@anansi/core 0.20.43 → 0.20.44
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 +6 -0
- package/package.json +4 -4
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.20.44](/github.com/ntucker/anansi/compare/@anansi/core@0.20.43...@anansi/core@0.20.44) (2025-11-29)
|
|
7
|
+
|
|
8
|
+
### 📦 Package
|
|
9
|
+
|
|
10
|
+
* Update `@ant-design/cssinjs` to v2 ([#2886](/github.com/ntucker/anansi/issues/2886)) ([91b6ad8](/github.com/ntucker/anansi/commit/91b6ad84d42dccd1a4b689ec1cd710e0082cd746))
|
|
11
|
+
|
|
6
12
|
## [0.20.43](/github.com/ntucker/anansi/compare/@anansi/core@0.20.42...@anansi/core@0.20.43) (2025-11-20)
|
|
7
13
|
|
|
8
14
|
### 📦 Package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anansi/core",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.44",
|
|
4
4
|
"description": "React 19 Framework",
|
|
5
5
|
"homepage": "https://github.com/ntucker/anansi/tree/master/packages/core#readme",
|
|
6
6
|
"repository": {
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"browser"
|
|
67
67
|
],
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@ant-design/cssinjs": "^
|
|
69
|
+
"@ant-design/cssinjs": "^2.0.0",
|
|
70
70
|
"@data-client/react": "^0.15.0-beta-20251022142546-a457d1596871fb28f1a91f2531cc259db4d55a9c",
|
|
71
71
|
"@types/compression": "1.8.1",
|
|
72
72
|
"@types/express": "^4.17.17",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"react-dom": "19.2.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@anansi/router": "^0.10.
|
|
84
|
+
"@anansi/router": "^0.10.18",
|
|
85
85
|
"@babel/runtime-corejs3": "^7.26.0",
|
|
86
86
|
"chalk": "^4.1.2",
|
|
87
87
|
"compression": "^1.8.1",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"whatwg-fetch": "^3.6.2"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
|
-
"@ant-design/cssinjs": "^1.5.1",
|
|
104
|
+
"@ant-design/cssinjs": "^1.5.1 || ^2.0.0",
|
|
105
105
|
"@data-client/react": "^0.12.15 || ^0.13.0 || ^0.14.0 || ^0.15.0-0",
|
|
106
106
|
"@types/react": "*",
|
|
107
107
|
"@types/react-dom": "*",
|