@elliemae/ds-shared 3.16.3 → 3.17.0-next.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shared",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.17.0-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shared components and utilities",
|
|
6
6
|
"files": [
|
|
@@ -215,6 +215,9 @@
|
|
|
215
215
|
"typeSafety": false
|
|
216
216
|
},
|
|
217
217
|
"dependencies": {
|
|
218
|
+
"@elliemae/ds-popover": "3.17.0-next.0",
|
|
219
|
+
"@elliemae/ds-props-helpers": "3.17.0-next.0",
|
|
220
|
+
"@elliemae/ds-utilities": "3.17.0-next.0",
|
|
218
221
|
"hoist-non-react-statics": "~3.3.2",
|
|
219
222
|
"hotkeys-js": "~3.10.1",
|
|
220
223
|
"prop-types": "~15.8.1",
|
|
@@ -223,10 +226,7 @@
|
|
|
223
226
|
"react-virtualized-auto-sizer": "~1.0.7",
|
|
224
227
|
"react-window": "~1.8.8",
|
|
225
228
|
"table-resolver": "~4.1.1",
|
|
226
|
-
"uuid": "~8.3.2"
|
|
227
|
-
"@elliemae/ds-popover": "3.16.3",
|
|
228
|
-
"@elliemae/ds-props-helpers": "3.16.3",
|
|
229
|
-
"@elliemae/ds-utilities": "3.16.3"
|
|
229
|
+
"uuid": "~8.3.2"
|
|
230
230
|
},
|
|
231
231
|
"peerDependencies": {
|
|
232
232
|
"lodash": "~4.17.21",
|