@elliemae/ds-shuttle 2.0.0-rc.8 → 2.0.0-rc.9
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 +23 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shuttle",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shuttle",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -152,11 +152,16 @@
|
|
|
152
152
|
"build": "node ../../scripts/build/build.js"
|
|
153
153
|
},
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@elliemae/ds-basic": "2.0.0-rc.
|
|
156
|
-
"@elliemae/ds-
|
|
157
|
-
"@elliemae/ds-
|
|
158
|
-
"@elliemae/ds-
|
|
159
|
-
"@elliemae/ds-
|
|
155
|
+
"@elliemae/ds-basic": "2.0.0-rc.9",
|
|
156
|
+
"@elliemae/ds-button": "2.0.0-rc.9",
|
|
157
|
+
"@elliemae/ds-circular-progress-indicator": "2.0.0-rc.9",
|
|
158
|
+
"@elliemae/ds-classnames": "2.0.0-rc.9",
|
|
159
|
+
"@elliemae/ds-form": "2.0.0-rc.9",
|
|
160
|
+
"@elliemae/ds-icons": "2.0.0-rc.9",
|
|
161
|
+
"@elliemae/ds-indeterminate-progress-indicator": "2.0.0-rc.9",
|
|
162
|
+
"@elliemae/ds-system": "2.0.0-rc.9",
|
|
163
|
+
"@elliemae/ds-truncated-tooltip-text": "2.0.0-rc.9",
|
|
164
|
+
"@elliemae/ds-utilities": "2.0.0-rc.9",
|
|
160
165
|
"constate": "~1.3.2",
|
|
161
166
|
"prop-types": "~15.7.2",
|
|
162
167
|
"react-desc": "~4.1.3",
|
|
@@ -167,14 +172,21 @@
|
|
|
167
172
|
"react-window-infinite-loader": "~1.0.5",
|
|
168
173
|
"treetabular": "~3.6.0"
|
|
169
174
|
},
|
|
170
|
-
"
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
175
|
+
"devDependencies": {
|
|
176
|
+
"@testing-library/jest-dom": "~5.15.0",
|
|
177
|
+
"@testing-library/react": "~12.1.2",
|
|
178
|
+
"@testing-library/user-event": "~13.5.0",
|
|
179
|
+
"styled-components": "~5.3.3"
|
|
174
180
|
},
|
|
175
181
|
"peerDependencies": {
|
|
176
182
|
"lodash": "^4.17.21",
|
|
177
183
|
"react": "~17.0.2",
|
|
178
|
-
"react-dom": "^17.0.2"
|
|
184
|
+
"react-dom": "^17.0.2",
|
|
185
|
+
"styled-components": "^5.3.3"
|
|
186
|
+
},
|
|
187
|
+
"publishConfig": {
|
|
188
|
+
"access": "public",
|
|
189
|
+
"directory": "dist",
|
|
190
|
+
"generateSubmodules": true
|
|
179
191
|
}
|
|
180
192
|
}
|