@elliemae/ds-datagrids 3.22.0-next.1 → 3.22.0-next.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +24 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-datagrids",
3
- "version": "3.22.0-next.1",
3
+ "version": "3.22.0-next.3",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Data Grids",
6
6
  "files": [
@@ -556,31 +556,33 @@
556
556
  "sortabular": "~1.6.0",
557
557
  "stylesheet-helpers": "~0.2.2",
558
558
  "uuid": "~8.3.2",
559
- "@elliemae/ds-button": "3.22.0-next.1",
560
- "@elliemae/ds-controlled-form": "3.22.0-next.1",
561
- "@elliemae/ds-classnames": "3.22.0-next.1",
562
- "@elliemae/ds-dropdownmenu": "3.22.0-next.1",
563
- "@elliemae/ds-datagrids": "3.22.0-next.1",
564
- "@elliemae/ds-filterbar": "3.22.0-next.1",
565
- "@elliemae/ds-form": "3.22.0-next.1",
566
- "@elliemae/ds-grid": "3.22.0-next.1",
567
- "@elliemae/ds-menu": "3.22.0-next.1",
568
- "@elliemae/ds-popper": "3.22.0-next.1",
569
- "@elliemae/ds-props-helpers": "3.22.0-next.1",
570
- "@elliemae/ds-separator": "3.22.0-next.1",
571
- "@elliemae/ds-shared": "3.22.0-next.1",
572
- "@elliemae/ds-spinner": "3.22.0-next.1",
573
- "@elliemae/ds-system": "3.22.0-next.1",
574
- "@elliemae/ds-toolbar": "3.22.0-next.1",
575
- "@elliemae/ds-utilities": "3.22.0-next.1",
576
- "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.1",
577
- "@elliemae/ds-icons": "3.22.0-next.1"
559
+ "@elliemae/ds-button": "3.22.0-next.3",
560
+ "@elliemae/ds-classnames": "3.22.0-next.3",
561
+ "@elliemae/ds-datagrids": "3.22.0-next.3",
562
+ "@elliemae/ds-controlled-form": "3.22.0-next.3",
563
+ "@elliemae/ds-dropdownmenu": "3.22.0-next.3",
564
+ "@elliemae/ds-filterbar": "3.22.0-next.3",
565
+ "@elliemae/ds-form": "3.22.0-next.3",
566
+ "@elliemae/ds-grid": "3.22.0-next.3",
567
+ "@elliemae/ds-menu": "3.22.0-next.3",
568
+ "@elliemae/ds-icons": "3.22.0-next.3",
569
+ "@elliemae/ds-popper": "3.22.0-next.3",
570
+ "@elliemae/ds-props-helpers": "3.22.0-next.3",
571
+ "@elliemae/ds-separator": "3.22.0-next.3",
572
+ "@elliemae/ds-shared": "3.22.0-next.3",
573
+ "@elliemae/ds-spinner": "3.22.0-next.3",
574
+ "@elliemae/ds-system": "3.22.0-next.3",
575
+ "@elliemae/ds-toolbar": "3.22.0-next.3",
576
+ "@elliemae/ds-truncated-tooltip-text": "3.22.0-next.3",
577
+ "@elliemae/ds-utilities": "3.22.0-next.3"
578
578
  },
579
579
  "devDependencies": {
580
+ "@elliemae/pui-cli": "~9.0.0-next.17",
580
581
  "@testing-library/jest-dom": "~5.16.5",
581
582
  "@testing-library/react": "~12.1.3",
582
583
  "@testing-library/user-event": "~13.5.0",
583
- "styled-components": "~5.3.9"
584
+ "styled-components": "~5.3.9",
585
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.3"
584
586
  },
585
587
  "peerDependencies": {
586
588
  "lodash": "^4.17.21",
@@ -590,7 +592,7 @@
590
592
  },
591
593
  "scripts": {
592
594
  "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
593
- "test": "node ../../scripts/testing/test.mjs",
595
+ "test": "pui-cli test --passWithNoTests",
594
596
  "lint": "node ../../scripts/lint.mjs",
595
597
  "eslint:fix": "exit 0 | echo",
596
598
  "dts": "exit 0 | echo",