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