@elliemae/ds-shuttle 3.17.0-next.0 → 3.17.0-next.2
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 +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shuttle",
|
|
3
|
-
"version": "3.17.0-next.
|
|
3
|
+
"version": "3.17.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shuttle",
|
|
6
6
|
"files": [
|
|
@@ -155,17 +155,6 @@
|
|
|
155
155
|
"indent": 4
|
|
156
156
|
},
|
|
157
157
|
"dependencies": {
|
|
158
|
-
"@elliemae/ds-breadcrumb": "3.17.0-next.0",
|
|
159
|
-
"@elliemae/ds-button": "3.17.0-next.0",
|
|
160
|
-
"@elliemae/ds-circular-progress-indicator": "3.17.0-next.0",
|
|
161
|
-
"@elliemae/ds-classnames": "3.17.0-next.0",
|
|
162
|
-
"@elliemae/ds-form": "3.17.0-next.0",
|
|
163
|
-
"@elliemae/ds-icons": "3.17.0-next.0",
|
|
164
|
-
"@elliemae/ds-indeterminate-progress-indicator": "3.17.0-next.0",
|
|
165
|
-
"@elliemae/ds-props-helpers": "3.17.0-next.0",
|
|
166
|
-
"@elliemae/ds-system": "3.17.0-next.0",
|
|
167
|
-
"@elliemae/ds-truncated-tooltip-text": "3.17.0-next.0",
|
|
168
|
-
"@elliemae/ds-utilities": "3.17.0-next.0",
|
|
169
158
|
"constate": "~1.3.2",
|
|
170
159
|
"prop-types": "~15.8.1",
|
|
171
160
|
"react-sortable-hoc": "~1.9.1",
|
|
@@ -173,7 +162,18 @@
|
|
|
173
162
|
"react-virtualized-auto-sizer": "1.0.6",
|
|
174
163
|
"react-window": "~1.8.8",
|
|
175
164
|
"react-window-infinite-loader": "~1.0.8",
|
|
176
|
-
"treetabular": "~3.6.0"
|
|
165
|
+
"treetabular": "~3.6.0",
|
|
166
|
+
"@elliemae/ds-breadcrumb": "3.17.0-next.2",
|
|
167
|
+
"@elliemae/ds-button": "3.17.0-next.2",
|
|
168
|
+
"@elliemae/ds-circular-progress-indicator": "3.17.0-next.2",
|
|
169
|
+
"@elliemae/ds-form": "3.17.0-next.2",
|
|
170
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.17.0-next.2",
|
|
171
|
+
"@elliemae/ds-icons": "3.17.0-next.2",
|
|
172
|
+
"@elliemae/ds-truncated-tooltip-text": "3.17.0-next.2",
|
|
173
|
+
"@elliemae/ds-props-helpers": "3.17.0-next.2",
|
|
174
|
+
"@elliemae/ds-classnames": "3.17.0-next.2",
|
|
175
|
+
"@elliemae/ds-utilities": "3.17.0-next.2",
|
|
176
|
+
"@elliemae/ds-system": "3.17.0-next.2"
|
|
177
177
|
},
|
|
178
178
|
"devDependencies": {
|
|
179
179
|
"@testing-library/jest-dom": "~5.16.5",
|