@elliemae/ds-mobile 3.0.0-next.48 → 3.0.0-next.51

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-mobile",
3
- "version": "3.0.0-next.48",
3
+ "version": "3.0.0-next.51",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - System",
6
6
  "files": [
@@ -430,25 +430,32 @@
430
430
  "reportFile": "tests.xml",
431
431
  "indent": 4
432
432
  },
433
+ "scripts": {
434
+ "test": "node ../../scripts/testing/test.mjs",
435
+ "lint": "node ../../scripts/lint.mjs",
436
+ "dts": "node ../../scripts/dts.mjs",
437
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
438
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
439
+ },
433
440
  "publishConfig": {
434
441
  "access": "public",
435
442
  "typeSafety": false
436
443
  },
437
444
  "dependencies": {
438
- "@elliemae/ds-accordion": "3.0.0-next.48",
439
- "@elliemae/ds-backdrop": "3.0.0-next.48",
440
- "@elliemae/ds-button": "3.0.0-next.48",
441
- "@elliemae/ds-circular-progress-indicator": "3.0.0-next.48",
442
- "@elliemae/ds-form": "3.0.0-next.48",
443
- "@elliemae/ds-grid": "3.0.0-next.48",
444
- "@elliemae/ds-icon": "3.0.0-next.48",
445
- "@elliemae/ds-icons": "3.0.0-next.48",
446
- "@elliemae/ds-indeterminate-progress-indicator": "3.0.0-next.48",
447
- "@elliemae/ds-shared": "3.0.0-next.48",
448
- "@elliemae/ds-system": "3.0.0-next.48",
449
- "@elliemae/ds-tabs": "3.0.0-next.48",
450
- "@elliemae/ds-truncated-expandable-text": "3.0.0-next.48",
451
- "@elliemae/ds-utilities": "3.0.0-next.48",
445
+ "@elliemae/ds-accordion": "workspace:*",
446
+ "@elliemae/ds-backdrop": "workspace:*",
447
+ "@elliemae/ds-button": "workspace:*",
448
+ "@elliemae/ds-circular-progress-indicator": "workspace:*",
449
+ "@elliemae/ds-form": "workspace:*",
450
+ "@elliemae/ds-grid": "workspace:*",
451
+ "@elliemae/ds-icon": "workspace:*",
452
+ "@elliemae/ds-icons": "workspace:*",
453
+ "@elliemae/ds-indeterminate-progress-indicator": "workspace:*",
454
+ "@elliemae/ds-shared": "workspace:*",
455
+ "@elliemae/ds-system": "workspace:*",
456
+ "@elliemae/ds-tabs": "workspace:*",
457
+ "@elliemae/ds-truncated-expandable-text": "workspace:*",
458
+ "@elliemae/ds-utilities": "workspace:*",
452
459
  "@xstyled/styled-components": "~3.1.2",
453
460
  "polished": "~3.6.7",
454
461
  "prop-types": "~15.8.1",
@@ -471,12 +478,5 @@
471
478
  "react-dom": "^17.0.2",
472
479
  "styled-components": "^5.3.3",
473
480
  "styled-system": "^5.1.5"
474
- },
475
- "scripts": {
476
- "test": "node ../../scripts/testing/test.mjs",
477
- "lint": "node ../../scripts/lint.mjs",
478
- "dts": "node ../../scripts/dts.mjs",
479
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
480
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch"
481
481
  }
482
- }
482
+ }