@texturehq/edges 2.2.4 → 2.2.5

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@texturehq/edges",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "author": "Nicholas Brown <nick@texturehq.com>",
5
5
  "description": "A shared component library for Texture",
6
6
  "type": "module",
@@ -72,6 +72,7 @@
72
72
  "react": "^19.0.0",
73
73
  "react-dom": "^19.0.0",
74
74
  "react-hook-form": "^7.x",
75
+ "react-map-gl": "^7.1.7",
75
76
  "zod": "^3.x || ^4.x"
76
77
  },
77
78
  "peerDependenciesMeta": {
@@ -81,6 +82,9 @@
81
82
  "react-hook-form": {
82
83
  "optional": true
83
84
  },
85
+ "react-map-gl": {
86
+ "optional": true
87
+ },
84
88
  "zod": {
85
89
  "optional": true
86
90
  }
@@ -126,7 +130,6 @@
126
130
  "react-ace": "^14.0.1",
127
131
  "react-aria-components": "^1.7.1",
128
132
  "react-colorful": "^5.6.1",
129
- "react-map-gl": "7.1.7",
130
133
  "react-stately": "^3.35.0",
131
134
  "tailwind-merge": "^3.2.0"
132
135
  },