@elliemae/ds-controlled-form 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 +16 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-controlled-form",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Controllers",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -452,24 +452,31 @@
|
|
|
452
452
|
"build": "node ../../scripts/build/build.js"
|
|
453
453
|
},
|
|
454
454
|
"dependencies": {
|
|
455
|
-
"@elliemae/ds-
|
|
456
|
-
"@elliemae/ds-
|
|
457
|
-
"@elliemae/ds-
|
|
458
|
-
"@elliemae/ds-
|
|
459
|
-
"@elliemae/ds-icons": "2.0.0-rc.
|
|
460
|
-
"@elliemae/ds-props-helpers": "2.0.0-rc.
|
|
461
|
-
"@elliemae/ds-system": "2.0.0-rc.
|
|
462
|
-
"@elliemae/
|
|
455
|
+
"@elliemae/ds-button": "2.0.0-rc.9",
|
|
456
|
+
"@elliemae/ds-form-layout-blocks": "2.0.0-rc.9",
|
|
457
|
+
"@elliemae/ds-grid": "2.0.0-rc.9",
|
|
458
|
+
"@elliemae/ds-icon": "2.0.0-rc.9",
|
|
459
|
+
"@elliemae/ds-icons": "2.0.0-rc.9",
|
|
460
|
+
"@elliemae/ds-props-helpers": "2.0.0-rc.9",
|
|
461
|
+
"@elliemae/ds-system": "2.0.0-rc.9",
|
|
462
|
+
"@elliemae/ds-tooltip": "2.0.0-rc.9",
|
|
463
|
+
"@elliemae/ds-truncated-tooltip-text": "2.0.0-rc.9",
|
|
463
464
|
"prop-types": "~15.7.2",
|
|
464
465
|
"react-desc": "~4.1.3",
|
|
465
466
|
"react-popper": "~2.2.5",
|
|
466
467
|
"uid": "~2.0.0"
|
|
467
468
|
},
|
|
468
469
|
"devDependencies": {
|
|
470
|
+
"@elliemae/pui-theme": "~2.2.5",
|
|
471
|
+
"@testing-library/dom": "~8.11.1",
|
|
472
|
+
"@testing-library/jest-dom": "~5.15.0",
|
|
473
|
+
"@testing-library/react": "~12.1.2",
|
|
474
|
+
"@testing-library/user-event": "~13.5.0",
|
|
469
475
|
"styled-components": "~5.3.3",
|
|
470
476
|
"styled-system": "~5.1.5"
|
|
471
477
|
},
|
|
472
478
|
"peerDependencies": {
|
|
479
|
+
"@elliemae/pui-theme": "^2.2.5",
|
|
473
480
|
"react": "^17.0.2",
|
|
474
481
|
"react-dom": "^17.0.2",
|
|
475
482
|
"styled-components": "^5.3.3",
|