@elliemae/ds-form 3.17.0-next.0 → 3.17.0-next.1
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 +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form",
|
|
3
|
-
"version": "3.17.0-next.
|
|
3
|
+
"version": "3.17.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form",
|
|
6
6
|
"files": [
|
|
@@ -475,24 +475,24 @@
|
|
|
475
475
|
"indent": 4
|
|
476
476
|
},
|
|
477
477
|
"dependencies": {
|
|
478
|
-
"@elliemae/ds-button": "3.17.0-next.0",
|
|
479
|
-
"@elliemae/ds-classnames": "3.17.0-next.0",
|
|
480
|
-
"@elliemae/ds-common": "3.17.0-next.0",
|
|
481
|
-
"@elliemae/ds-grid": "3.17.0-next.0",
|
|
482
|
-
"@elliemae/ds-icons": "3.17.0-next.0",
|
|
483
|
-
"@elliemae/ds-props-helpers": "3.17.0-next.0",
|
|
484
|
-
"@elliemae/ds-shared": "3.17.0-next.0",
|
|
485
|
-
"@elliemae/ds-system": "3.17.0-next.0",
|
|
486
|
-
"@elliemae/ds-text-wrapper": "3.17.0-next.0",
|
|
487
|
-
"@elliemae/ds-tooltip": "3.17.0-next.0",
|
|
488
|
-
"@elliemae/ds-truncated-tooltip-text": "3.17.0-next.0",
|
|
489
|
-
"@elliemae/ds-utilities": "3.17.0-next.0",
|
|
490
478
|
"memoize-one": "~6.0.0",
|
|
491
479
|
"moment": "~2.29.4",
|
|
492
480
|
"prop-types": "~15.8.1",
|
|
493
481
|
"react-select": "~4.3.1",
|
|
494
482
|
"resize-observer": "~1.0.4",
|
|
495
|
-
"text-mask-core": "5.1.2"
|
|
483
|
+
"text-mask-core": "5.1.2",
|
|
484
|
+
"@elliemae/ds-button": "3.17.0-next.1",
|
|
485
|
+
"@elliemae/ds-classnames": "3.17.0-next.1",
|
|
486
|
+
"@elliemae/ds-common": "3.17.0-next.1",
|
|
487
|
+
"@elliemae/ds-grid": "3.17.0-next.1",
|
|
488
|
+
"@elliemae/ds-props-helpers": "3.17.0-next.1",
|
|
489
|
+
"@elliemae/ds-shared": "3.17.0-next.1",
|
|
490
|
+
"@elliemae/ds-icons": "3.17.0-next.1",
|
|
491
|
+
"@elliemae/ds-system": "3.17.0-next.1",
|
|
492
|
+
"@elliemae/ds-text-wrapper": "3.17.0-next.1",
|
|
493
|
+
"@elliemae/ds-tooltip": "3.17.0-next.1",
|
|
494
|
+
"@elliemae/ds-truncated-tooltip-text": "3.17.0-next.1",
|
|
495
|
+
"@elliemae/ds-utilities": "3.17.0-next.1"
|
|
496
496
|
},
|
|
497
497
|
"devDependencies": {
|
|
498
498
|
"@testing-library/dom": "~8.19.0",
|