@elliemae/ds-datagrids 3.19.1-rc.0 → 3.20.0-next.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +21 -21
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-datagrids",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.20.0-next.1",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Data Grids",
|
6
6
|
"files": [
|
@@ -543,25 +543,6 @@
|
|
543
543
|
"typeSafety": false
|
544
544
|
},
|
545
545
|
"dependencies": {
|
546
|
-
"@elliemae/ds-button": "3.19.1-rc.0",
|
547
|
-
"@elliemae/ds-classnames": "3.19.1-rc.0",
|
548
|
-
"@elliemae/ds-controlled-form": "3.19.1-rc.0",
|
549
|
-
"@elliemae/ds-datagrids": "3.19.1-rc.0",
|
550
|
-
"@elliemae/ds-dropdownmenu": "3.19.1-rc.0",
|
551
|
-
"@elliemae/ds-filterbar": "3.19.1-rc.0",
|
552
|
-
"@elliemae/ds-form": "3.19.1-rc.0",
|
553
|
-
"@elliemae/ds-grid": "3.19.1-rc.0",
|
554
|
-
"@elliemae/ds-icons": "3.19.1-rc.0",
|
555
|
-
"@elliemae/ds-menu": "3.19.1-rc.0",
|
556
|
-
"@elliemae/ds-popper": "3.19.1-rc.0",
|
557
|
-
"@elliemae/ds-props-helpers": "3.19.1-rc.0",
|
558
|
-
"@elliemae/ds-separator": "3.19.1-rc.0",
|
559
|
-
"@elliemae/ds-shared": "3.19.1-rc.0",
|
560
|
-
"@elliemae/ds-spinner": "3.19.1-rc.0",
|
561
|
-
"@elliemae/ds-system": "3.19.1-rc.0",
|
562
|
-
"@elliemae/ds-toolbar": "3.19.1-rc.0",
|
563
|
-
"@elliemae/ds-truncated-tooltip-text": "3.19.1-rc.0",
|
564
|
-
"@elliemae/ds-utilities": "3.19.1-rc.0",
|
565
546
|
"comparejs": "~1.0.3",
|
566
547
|
"memoize-one": "~6.0.0",
|
567
548
|
"moment": "~2.29.4",
|
@@ -574,7 +555,26 @@
|
|
574
555
|
"segmentize": "~0.4.1",
|
575
556
|
"sortabular": "~1.6.0",
|
576
557
|
"stylesheet-helpers": "~0.2.2",
|
577
|
-
"uuid": "~8.3.2"
|
558
|
+
"uuid": "~8.3.2",
|
559
|
+
"@elliemae/ds-button": "3.20.0-next.1",
|
560
|
+
"@elliemae/ds-classnames": "3.20.0-next.1",
|
561
|
+
"@elliemae/ds-dropdownmenu": "3.20.0-next.1",
|
562
|
+
"@elliemae/ds-form": "3.20.0-next.1",
|
563
|
+
"@elliemae/ds-grid": "3.20.0-next.1",
|
564
|
+
"@elliemae/ds-controlled-form": "3.20.0-next.1",
|
565
|
+
"@elliemae/ds-menu": "3.20.0-next.1",
|
566
|
+
"@elliemae/ds-popper": "3.20.0-next.1",
|
567
|
+
"@elliemae/ds-separator": "3.20.0-next.1",
|
568
|
+
"@elliemae/ds-icons": "3.20.0-next.1",
|
569
|
+
"@elliemae/ds-props-helpers": "3.20.0-next.1",
|
570
|
+
"@elliemae/ds-shared": "3.20.0-next.1",
|
571
|
+
"@elliemae/ds-spinner": "3.20.0-next.1",
|
572
|
+
"@elliemae/ds-filterbar": "3.20.0-next.1",
|
573
|
+
"@elliemae/ds-system": "3.20.0-next.1",
|
574
|
+
"@elliemae/ds-truncated-tooltip-text": "3.20.0-next.1",
|
575
|
+
"@elliemae/ds-toolbar": "3.20.0-next.1",
|
576
|
+
"@elliemae/ds-utilities": "3.20.0-next.1",
|
577
|
+
"@elliemae/ds-datagrids": "3.20.0-next.1"
|
578
578
|
},
|
579
579
|
"devDependencies": {
|
580
580
|
"@testing-library/jest-dom": "~5.16.5",
|