@kubb/react-fabric 0.2.5 → 0.2.6
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/react-fabric",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "React integration for Kubb, providing JSX runtime support and React component generation capabilities for code generation plugins.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -105,11 +105,11 @@
|
|
|
105
105
|
"react-reconciler": "0.32.0",
|
|
106
106
|
"signal-exit": "^4.1.0",
|
|
107
107
|
"react": "^19.2.0",
|
|
108
|
+
"@types/react": "^19.2.2",
|
|
108
109
|
"ws": "8.18.0",
|
|
109
|
-
"@kubb/fabric-core": "0.2.
|
|
110
|
+
"@kubb/fabric-core": "0.2.6"
|
|
110
111
|
},
|
|
111
112
|
"devDependencies": {
|
|
112
|
-
"@types/react": "^19.2.2",
|
|
113
113
|
"@types/react-reconciler": "0.32.0",
|
|
114
114
|
"@types/ws": "^8.18.1",
|
|
115
115
|
"tsdown": "^0.15.11",
|