dotdata_widgets 1.5.0-b2.dev28.gd2ebfcad → 1.5.0-b2.dev29

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 (2) hide show
  1. package/dist/index.js +19 -19
  2. package/package.json +9 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dotdata_widgets",
3
- "version": "1.5.0-b2.dev28.gd2ebfcad",
3
+ "version": "1.5.0-b2.dev29",
4
4
  "description": "A dotdata widget",
5
5
  "keywords": [
6
6
  "dotdata",
@@ -106,8 +106,14 @@
106
106
  "bundled": false,
107
107
  "singleton": true
108
108
  },
109
- "react": false,
110
- "react-dom": false
109
+ "react": {
110
+ "bundled": true,
111
+ "singleton": true
112
+ },
113
+ "react-dom": {
114
+ "bundled": true,
115
+ "singleton": true
116
+ }
111
117
  }
112
118
  }
113
119
  }