@elliemae/ds-shuttle 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 +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-shuttle",
3
- "version": "3.0.0-next.48",
3
+ "version": "3.0.0-next.51",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Shuttle",
6
6
  "files": [
@@ -154,17 +154,24 @@
154
154
  "reportFile": "tests.xml",
155
155
  "indent": 4
156
156
  },
157
+ "scripts": {
158
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
159
+ "test": "node ../../scripts/testing/test.mjs",
160
+ "lint": "node ../../scripts/lint.mjs",
161
+ "dts": "node ../../scripts/dts.mjs",
162
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
163
+ },
157
164
  "dependencies": {
158
- "@elliemae/ds-breadcrumb": "3.0.0-next.48",
159
- "@elliemae/ds-button": "3.0.0-next.48",
160
- "@elliemae/ds-circular-progress-indicator": "3.0.0-next.48",
161
- "@elliemae/ds-classnames": "3.0.0-next.48",
162
- "@elliemae/ds-form": "3.0.0-next.48",
163
- "@elliemae/ds-icons": "3.0.0-next.48",
164
- "@elliemae/ds-indeterminate-progress-indicator": "3.0.0-next.48",
165
- "@elliemae/ds-system": "3.0.0-next.48",
166
- "@elliemae/ds-truncated-tooltip-text": "3.0.0-next.48",
167
- "@elliemae/ds-utilities": "3.0.0-next.48",
165
+ "@elliemae/ds-breadcrumb": "workspace:*",
166
+ "@elliemae/ds-button": "workspace:*",
167
+ "@elliemae/ds-circular-progress-indicator": "workspace:*",
168
+ "@elliemae/ds-classnames": "workspace:*",
169
+ "@elliemae/ds-form": "workspace:*",
170
+ "@elliemae/ds-icons": "workspace:*",
171
+ "@elliemae/ds-indeterminate-progress-indicator": "workspace:*",
172
+ "@elliemae/ds-system": "workspace:*",
173
+ "@elliemae/ds-truncated-tooltip-text": "workspace:*",
174
+ "@elliemae/ds-utilities": "workspace:*",
168
175
  "constate": "~1.3.2",
169
176
  "prop-types": "~15.8.1",
170
177
  "react-desc": "~4.1.3",
@@ -190,12 +197,5 @@
190
197
  "publishConfig": {
191
198
  "access": "public",
192
199
  "typeSafety": false
193
- },
194
- "scripts": {
195
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
196
- "test": "node ../../scripts/testing/test.mjs",
197
- "lint": "node ../../scripts/lint.mjs",
198
- "dts": "node ../../scripts/dts.mjs",
199
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
200
200
  }
201
- }
201
+ }