@elliemae/ds-data-table 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 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -634,43 +634,45 @@
|
|
|
634
634
|
"dependencies": {
|
|
635
635
|
"@dnd-kit/core": "~4.0.1",
|
|
636
636
|
"@dnd-kit/sortable": "~5.0.0",
|
|
637
|
-
"@elliemae/ds-
|
|
638
|
-
"@elliemae/ds-
|
|
639
|
-
"@elliemae/ds-
|
|
640
|
-
"@elliemae/ds-
|
|
641
|
-
"@elliemae/ds-
|
|
642
|
-
"@elliemae/ds-form": "2.0.0-rc.
|
|
643
|
-
"@elliemae/ds-grid": "2.0.0-rc.
|
|
644
|
-
"@elliemae/ds-icons": "2.0.0-rc.
|
|
645
|
-
"@elliemae/ds-indeterminate-progress-indicator": "2.0.0-rc.
|
|
646
|
-
"@elliemae/ds-pagination": "2.0.0-rc.
|
|
647
|
-
"@elliemae/ds-pills": "2.0.0-rc.
|
|
648
|
-
"@elliemae/ds-
|
|
649
|
-
"@elliemae/ds-
|
|
650
|
-
"@elliemae/ds-
|
|
651
|
-
"@
|
|
637
|
+
"@elliemae/ds-button": "2.0.0-rc.9",
|
|
638
|
+
"@elliemae/ds-circular-progress-indicator": "2.0.0-rc.9",
|
|
639
|
+
"@elliemae/ds-controlled-form": "2.0.0-rc.9",
|
|
640
|
+
"@elliemae/ds-dropdownmenu": "2.0.0-rc.9",
|
|
641
|
+
"@elliemae/ds-form": "2.0.0-rc.9",
|
|
642
|
+
"@elliemae/ds-form-layout-blocks": "2.0.0-rc.9",
|
|
643
|
+
"@elliemae/ds-grid": "2.0.0-rc.9",
|
|
644
|
+
"@elliemae/ds-icons": "2.0.0-rc.9",
|
|
645
|
+
"@elliemae/ds-indeterminate-progress-indicator": "2.0.0-rc.9",
|
|
646
|
+
"@elliemae/ds-pagination": "2.0.0-rc.9",
|
|
647
|
+
"@elliemae/ds-pills": "2.0.0-rc.9",
|
|
648
|
+
"@elliemae/ds-popperjs": "2.0.0-rc.9",
|
|
649
|
+
"@elliemae/ds-system": "2.0.0-rc.9",
|
|
650
|
+
"@elliemae/ds-toolbar": "2.0.0-rc.9",
|
|
651
|
+
"@elliemae/ds-truncated-tooltip-text": "2.0.0-rc.9",
|
|
652
|
+
"@elliemae/ds-utilities": "2.0.0-rc.9",
|
|
652
653
|
"@reduxjs/toolkit": "~1.6.2",
|
|
653
|
-
"array-move": "~3.0.1",
|
|
654
654
|
"csstype": "~3.0.9",
|
|
655
|
-
"memoize-one": "~5.1.1",
|
|
656
655
|
"moment": "~2.29.1",
|
|
657
656
|
"prop-types": "~15.7.2",
|
|
658
657
|
"react-desc": "~4.1.3",
|
|
659
|
-
"react-popper": "~2.2.5",
|
|
660
658
|
"react-redux": "~7.2.6",
|
|
661
659
|
"react-virtual": "~2.8.2",
|
|
662
660
|
"redux": "~4.1.2",
|
|
663
661
|
"uid": "~2.0.0"
|
|
664
662
|
},
|
|
665
663
|
"devDependencies": {
|
|
664
|
+
"@testing-library/react": "~12.1.2",
|
|
665
|
+
"@testing-library/user-event": "~13.5.0",
|
|
666
666
|
"@types/styled-components": "~5.1.15",
|
|
667
|
-
"styled-components": "~5.3.3"
|
|
667
|
+
"styled-components": "~5.3.3",
|
|
668
|
+
"styled-system": "~5.1.5"
|
|
668
669
|
},
|
|
669
670
|
"peerDependencies": {
|
|
670
671
|
"lodash": "^4.17.21",
|
|
671
672
|
"react": "~17.0.2",
|
|
672
673
|
"react-dom": "^17.0.2",
|
|
673
|
-
"styled-components": "^5.3.3"
|
|
674
|
+
"styled-components": "^5.3.3",
|
|
675
|
+
"styled-system": "^5.1.5"
|
|
674
676
|
},
|
|
675
677
|
"publishConfig": {
|
|
676
678
|
"access": "public",
|