@gtkx/react 1.1.0 → 1.2.0

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gtkx/react",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "React reconciler that renders GTK4 object trees, with the portals, signal handling, and hooks GTKX apps use",
5
5
  "keywords": [
6
6
  "gtkx",
@@ -86,9 +86,9 @@
86
86
  },
87
87
  "dependencies": {
88
88
  "react-reconciler": "^0.33.0",
89
- "@gtkx/config": "1.1.0",
90
- "@gtkx/runtime": "1.1.0",
91
- "@gtkx/utils": "1.1.0"
89
+ "@gtkx/config": "1.2.0",
90
+ "@gtkx/runtime": "1.2.0",
91
+ "@gtkx/utils": "1.2.0"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@types/react": "^19.2.18",