@elliemae/ds-left-navigation 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.
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-left-navigation",
|
|
3
|
-
"version": "3.0.0-next.
|
|
3
|
+
"version": "3.0.0-next.51",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Left Navigation",
|
|
6
6
|
"files": [
|
|
@@ -230,16 +230,23 @@
|
|
|
230
230
|
"reportFile": "tests.xml",
|
|
231
231
|
"indent": 4
|
|
232
232
|
},
|
|
233
|
+
"scripts": {
|
|
234
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
235
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
236
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
237
|
+
"dev": "node ../../scripts/build/build.js -w",
|
|
238
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
239
|
+
},
|
|
233
240
|
"publishConfig": {
|
|
234
241
|
"access": "public",
|
|
235
242
|
"typeSafety": false
|
|
236
243
|
},
|
|
237
244
|
"dependencies": {
|
|
238
|
-
"@elliemae/ds-circular-progress-indicator": "
|
|
239
|
-
"@elliemae/ds-grid": "
|
|
240
|
-
"@elliemae/ds-icons": "
|
|
241
|
-
"@elliemae/ds-system": "
|
|
242
|
-
"@elliemae/ds-truncated-tooltip-text": "
|
|
245
|
+
"@elliemae/ds-circular-progress-indicator": "workspace:*",
|
|
246
|
+
"@elliemae/ds-grid": "workspace:*",
|
|
247
|
+
"@elliemae/ds-icons": "workspace:*",
|
|
248
|
+
"@elliemae/ds-system": "workspace:*",
|
|
249
|
+
"@elliemae/ds-truncated-tooltip-text": "workspace:*",
|
|
243
250
|
"overlayscrollbars": "1.13.1",
|
|
244
251
|
"prop-types": "~15.8.1",
|
|
245
252
|
"react-desc": "~4.1.3"
|
|
@@ -254,12 +261,5 @@
|
|
|
254
261
|
"react": "~17.0.2",
|
|
255
262
|
"react-dom": "^17.0.2",
|
|
256
263
|
"styled-components": "^5.3.3"
|
|
257
|
-
},
|
|
258
|
-
"scripts": {
|
|
259
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
260
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
261
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
262
|
-
"dev": "node ../../scripts/build/build.js -w",
|
|
263
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
264
264
|
}
|
|
265
|
-
}
|
|
265
|
+
}
|