@elliemae/ds-global-header 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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-global-header",
3
- "version": "3.0.0-next.48",
3
+ "version": "3.0.0-next.51",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Global Header",
6
6
  "files": [
@@ -134,14 +134,21 @@
134
134
  "reportFile": "tests.xml",
135
135
  "indent": 4
136
136
  },
137
+ "scripts": {
138
+ "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
139
+ "test": "node ../../scripts/testing/test.mjs",
140
+ "lint": "node ../../scripts/lint.mjs",
141
+ "dts": "node ../../scripts/dts.mjs",
142
+ "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
143
+ },
137
144
  "dependencies": {
138
- "@elliemae/ds-app-picker": "3.0.0-next.48",
139
- "@elliemae/ds-form": "3.0.0-next.48",
140
- "@elliemae/ds-grid": "3.0.0-next.48",
141
- "@elliemae/ds-icon": "3.0.0-next.48",
142
- "@elliemae/ds-icons": "3.0.0-next.48",
143
- "@elliemae/ds-popperjs": "3.0.0-next.48",
144
- "@elliemae/ds-utilities": "3.0.0-next.48",
145
+ "@elliemae/ds-app-picker": "workspace:*",
146
+ "@elliemae/ds-form": "workspace:*",
147
+ "@elliemae/ds-grid": "workspace:*",
148
+ "@elliemae/ds-icon": "workspace:*",
149
+ "@elliemae/ds-icons": "workspace:*",
150
+ "@elliemae/ds-popperjs": "workspace:*",
151
+ "@elliemae/ds-utilities": "workspace:*",
145
152
  "react-desc": "~4.1.3",
146
153
  "uid": "~2.0.0"
147
154
  },
@@ -157,12 +164,5 @@
157
164
  "publishConfig": {
158
165
  "access": "public",
159
166
  "typeSafety": false
160
- },
161
- "scripts": {
162
- "dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
163
- "test": "node ../../scripts/testing/test.mjs",
164
- "lint": "node ../../scripts/lint.mjs",
165
- "dts": "node ../../scripts/dts.mjs",
166
- "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
167
167
  }
168
- }
168
+ }