@elliemae/ds-datagrids 3.0.0-next.3 → 3.0.0-next.7

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.
Files changed (1) hide show
  1. package/package.json +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-datagrids",
3
- "version": "3.0.0-next.3",
3
+ "version": "3.0.0-next.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Grids",
6
6
  "files": [
@@ -543,24 +543,24 @@
543
543
  "typeSafety": false
544
544
  },
545
545
  "dependencies": {
546
- "@elliemae/ds-button": "3.0.0-next.3",
547
- "@elliemae/ds-classnames": "3.0.0-next.3",
548
- "@elliemae/ds-controlled-form": "3.0.0-next.3",
549
- "@elliemae/ds-datagrids": "3.0.0-next.3",
550
- "@elliemae/ds-dropdownmenu": "3.0.0-next.3",
551
- "@elliemae/ds-filterbar": "3.0.0-next.3",
552
- "@elliemae/ds-form": "3.0.0-next.3",
553
- "@elliemae/ds-grid": "3.0.0-next.3",
554
- "@elliemae/ds-icons": "3.0.0-next.3",
555
- "@elliemae/ds-menu": "3.0.0-next.3",
556
- "@elliemae/ds-popper": "3.0.0-next.3",
557
- "@elliemae/ds-separator": "3.0.0-next.3",
558
- "@elliemae/ds-shared": "3.0.0-next.3",
559
- "@elliemae/ds-spinner": "3.0.0-next.3",
560
- "@elliemae/ds-system": "3.0.0-next.3",
561
- "@elliemae/ds-toolbar": "3.0.0-next.3",
562
- "@elliemae/ds-truncated-tooltip-text": "3.0.0-next.3",
563
- "@elliemae/ds-utilities": "3.0.0-next.3",
546
+ "@elliemae/ds-button": "3.0.0-next.7",
547
+ "@elliemae/ds-classnames": "3.0.0-next.7",
548
+ "@elliemae/ds-controlled-form": "3.0.0-next.7",
549
+ "@elliemae/ds-datagrids": "3.0.0-next.7",
550
+ "@elliemae/ds-dropdownmenu": "3.0.0-next.7",
551
+ "@elliemae/ds-filterbar": "3.0.0-next.7",
552
+ "@elliemae/ds-form": "3.0.0-next.7",
553
+ "@elliemae/ds-grid": "3.0.0-next.7",
554
+ "@elliemae/ds-icons": "3.0.0-next.7",
555
+ "@elliemae/ds-menu": "3.0.0-next.7",
556
+ "@elliemae/ds-popper": "3.0.0-next.7",
557
+ "@elliemae/ds-separator": "3.0.0-next.7",
558
+ "@elliemae/ds-shared": "3.0.0-next.7",
559
+ "@elliemae/ds-spinner": "3.0.0-next.7",
560
+ "@elliemae/ds-system": "3.0.0-next.7",
561
+ "@elliemae/ds-toolbar": "3.0.0-next.7",
562
+ "@elliemae/ds-truncated-tooltip-text": "3.0.0-next.7",
563
+ "@elliemae/ds-utilities": "3.0.0-next.7",
564
564
  "comparejs": "~1.0.3",
565
565
  "memoize-one": "~5.1.1",
566
566
  "moment": "~2.29.1",
@@ -589,10 +589,10 @@
589
589
  "styled-components": "^5.3.3"
590
590
  },
591
591
  "scripts": {
592
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
592
593
  "test": "node ../../scripts/testing/test.mjs",
593
594
  "lint": "node ../../scripts/lint.mjs",
594
595
  "dts": "node ../../scripts/dts.mjs",
595
- "dev": "node ../../scripts/build/build.js -w",
596
596
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
597
597
  }
598
598
  }