@mieweb/ui 0.6.1-dev.139 → 0.6.1-dev.140

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": "@mieweb/ui",
3
- "version": "0.6.1-dev.139",
3
+ "version": "0.6.1-dev.140",
4
4
  "description": "A themeable, accessible React component library built with Tailwind CSS",
5
5
  "author": "Medical Informatics Engineering, Inc.",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -180,6 +180,7 @@
180
180
  "peerDependencies": {
181
181
  "@esheet/builder": ">=0.0.2",
182
182
  "@esheet/renderer": ">=0.0.2",
183
+ "@mieweb/datavis": "=0.0.0-PRE.2",
183
184
  "ag-grid-community": ">=32.0.0",
184
185
  "ag-grid-react": ">=32.0.0",
185
186
  "datavis-ace": "=4.0.0-PRE.2",
@@ -197,6 +198,9 @@
197
198
  "@esheet/renderer": {
198
199
  "optional": true
199
200
  },
201
+ "@mieweb/datavis": {
202
+ "optional": true
203
+ },
200
204
  "ag-grid-community": {
201
205
  "optional": true
202
206
  },