@elliemae/ds-mobile 3.22.0-next.2 → 3.22.0-next.4

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 +22 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-mobile",
3
- "version": "3.22.0-next.2",
3
+ "version": "3.22.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -439,31 +439,33 @@
439
439
  "prop-types": "~15.8.1",
440
440
  "react-window": "~1.8.8",
441
441
  "react-window-infinite-loader": "~1.0.8",
442
- "@elliemae/ds-accordion": "3.22.0-next.2",
443
- "@elliemae/ds-backdrop": "3.22.0-next.2",
444
- "@elliemae/ds-button-v2": "3.22.0-next.2",
445
- "@elliemae/ds-button": "3.22.0-next.2",
446
- "@elliemae/ds-circular-progress-indicator": "3.22.0-next.2",
447
- "@elliemae/ds-form": "3.22.0-next.2",
448
- "@elliemae/ds-grid": "3.22.0-next.2",
449
- "@elliemae/ds-icon": "3.22.0-next.2",
450
- "@elliemae/ds-icons": "3.22.0-next.2",
451
- "@elliemae/ds-form-checkbox": "3.22.0-next.2",
452
- "@elliemae/ds-props-helpers": "3.22.0-next.2",
453
- "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.2",
454
- "@elliemae/ds-shared": "3.22.0-next.2",
455
- "@elliemae/ds-system": "3.22.0-next.2",
456
- "@elliemae/ds-truncated-expandable-text": "3.22.0-next.2",
457
- "@elliemae/ds-utilities": "3.22.0-next.2",
458
- "@elliemae/ds-tabs": "3.22.0-next.2"
442
+ "@elliemae/ds-accordion": "3.22.0-next.4",
443
+ "@elliemae/ds-backdrop": "3.22.0-next.4",
444
+ "@elliemae/ds-button": "3.22.0-next.4",
445
+ "@elliemae/ds-button-v2": "3.22.0-next.4",
446
+ "@elliemae/ds-form": "3.22.0-next.4",
447
+ "@elliemae/ds-circular-progress-indicator": "3.22.0-next.4",
448
+ "@elliemae/ds-grid": "3.22.0-next.4",
449
+ "@elliemae/ds-form-checkbox": "3.22.0-next.4",
450
+ "@elliemae/ds-icon": "3.22.0-next.4",
451
+ "@elliemae/ds-icons": "3.22.0-next.4",
452
+ "@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.4",
453
+ "@elliemae/ds-props-helpers": "3.22.0-next.4",
454
+ "@elliemae/ds-shared": "3.22.0-next.4",
455
+ "@elliemae/ds-system": "3.22.0-next.4",
456
+ "@elliemae/ds-tabs": "3.22.0-next.4",
457
+ "@elliemae/ds-truncated-expandable-text": "3.22.0-next.4",
458
+ "@elliemae/ds-utilities": "3.22.0-next.4"
459
459
  },
460
460
  "devDependencies": {
461
+ "@elliemae/pui-cli": "~9.0.0-next.17",
461
462
  "@elliemae/pui-theme": "~2.7.0",
462
463
  "@testing-library/jest-dom": "~5.16.5",
463
464
  "@testing-library/react": "~12.1.3",
464
465
  "@testing-library/user-event": "~13.5.0",
465
466
  "styled-components": "~5.3.9",
466
- "styled-system": "~5.1.5"
467
+ "styled-system": "~5.1.5",
468
+ "@elliemae/ds-monorepo-devops": "3.22.0-next.4"
467
469
  },
468
470
  "peerDependencies": {
469
471
  "@elliemae/pui-theme": "^2.6.0",
@@ -474,7 +476,7 @@
474
476
  "styled-system": "^5.1.5"
475
477
  },
476
478
  "scripts": {
477
- "test": "node ../../scripts/testing/test.mjs",
479
+ "test": "pui-cli test --passWithNoTests",
478
480
  "lint": "node ../../scripts/lint.mjs",
479
481
  "eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../.eslintrc.js' src/",
480
482
  "dts": "exit 0 | echo",