@elliemae/ds-form 3.0.0-next.49 → 3.0.0-next.52

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-form",
3
- "version": "3.0.0-next.49",
3
+ "version": "3.0.0-next.52",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form",
6
6
  "files": [
@@ -474,18 +474,25 @@
474
474
  "reportFile": "tests.xml",
475
475
  "indent": 4
476
476
  },
477
+ "scripts": {
478
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
479
+ "test": "node ../../scripts/testing/test.mjs",
480
+ "lint": "node ../../scripts/lint.mjs",
481
+ "dts": "node ../../scripts/dts.mjs",
482
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
483
+ },
477
484
  "dependencies": {
478
- "@elliemae/ds-button": "3.0.0-next.49",
479
- "@elliemae/ds-classnames": "3.0.0-next.49",
480
- "@elliemae/ds-common": "3.0.0-next.49",
481
- "@elliemae/ds-grid": "3.0.0-next.49",
482
- "@elliemae/ds-icons": "3.0.0-next.49",
483
- "@elliemae/ds-shared": "3.0.0-next.49",
484
- "@elliemae/ds-system": "3.0.0-next.49",
485
- "@elliemae/ds-text-wrapper": "3.0.0-next.49",
486
- "@elliemae/ds-tooltip": "3.0.0-next.49",
487
- "@elliemae/ds-truncated-tooltip-text": "3.0.0-next.49",
488
- "@elliemae/ds-utilities": "3.0.0-next.49",
485
+ "@elliemae/ds-button": "workspace:*",
486
+ "@elliemae/ds-classnames": "workspace:*",
487
+ "@elliemae/ds-common": "workspace:*",
488
+ "@elliemae/ds-grid": "workspace:*",
489
+ "@elliemae/ds-icons": "workspace:*",
490
+ "@elliemae/ds-shared": "workspace:*",
491
+ "@elliemae/ds-system": "workspace:*",
492
+ "@elliemae/ds-text-wrapper": "workspace:*",
493
+ "@elliemae/ds-tooltip": "workspace:*",
494
+ "@elliemae/ds-truncated-tooltip-text": "workspace:*",
495
+ "@elliemae/ds-utilities": "workspace:*",
489
496
  "memoize-one": "~5.1.1",
490
497
  "moment": "~2.29.1",
491
498
  "prop-types": "~15.8.1",
@@ -512,12 +519,5 @@
512
519
  "publishConfig": {
513
520
  "access": "public",
514
521
  "typeSafety": false
515
- },
516
- "scripts": {
517
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
518
- "test": "node ../../scripts/testing/test.mjs",
519
- "lint": "node ../../scripts/lint.mjs",
520
- "dts": "node ../../scripts/dts.mjs",
521
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
522
522
  }
523
- }
523
+ }