@elliemae/ds-treeview 3.33.0-next.4 → 3.33.0-next.9
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-treeview",
|
|
3
|
-
"version": "3.33.0-next.
|
|
3
|
+
"version": "3.33.0-next.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tree View",
|
|
6
6
|
"files": [
|
|
@@ -231,23 +231,23 @@
|
|
|
231
231
|
"react-virtual": "~2.10.4",
|
|
232
232
|
"tree-model": "~1.0.7",
|
|
233
233
|
"uid": "~2.0.1",
|
|
234
|
-
"@elliemae/ds-button-v2": "3.33.0-next.
|
|
235
|
-
"@elliemae/ds-circular-progress-indicator": "3.33.0-next.
|
|
236
|
-
"@elliemae/ds-
|
|
237
|
-
"@elliemae/ds-
|
|
238
|
-
"@elliemae/ds-
|
|
239
|
-
"@elliemae/ds-
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-
|
|
242
|
-
"@elliemae/ds-
|
|
243
|
-
"@elliemae/ds-
|
|
244
|
-
"@elliemae/ds-utilities": "3.33.0-next.
|
|
245
|
-
"@elliemae/ds-
|
|
234
|
+
"@elliemae/ds-button-v2": "3.33.0-next.9",
|
|
235
|
+
"@elliemae/ds-circular-progress-indicator": "3.33.0-next.9",
|
|
236
|
+
"@elliemae/ds-drag-and-drop": "3.33.0-next.9",
|
|
237
|
+
"@elliemae/ds-controlled-form": "3.33.0-next.9",
|
|
238
|
+
"@elliemae/ds-form": "3.33.0-next.9",
|
|
239
|
+
"@elliemae/ds-icons": "3.33.0-next.9",
|
|
240
|
+
"@elliemae/ds-props-helpers": "3.33.0-next.9",
|
|
241
|
+
"@elliemae/ds-system": "3.33.0-next.9",
|
|
242
|
+
"@elliemae/ds-truncated-tooltip-text": "3.33.0-next.9",
|
|
243
|
+
"@elliemae/ds-typescript-helpers": "3.33.0-next.9",
|
|
244
|
+
"@elliemae/ds-utilities": "3.33.0-next.9",
|
|
245
|
+
"@elliemae/ds-classnames": "3.33.0-next.9"
|
|
246
246
|
},
|
|
247
247
|
"devDependencies": {
|
|
248
248
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
249
249
|
"styled-components": "~5.3.9",
|
|
250
|
-
"@elliemae/ds-monorepo-devops": "3.33.0-next.
|
|
250
|
+
"@elliemae/ds-monorepo-devops": "3.33.0-next.9"
|
|
251
251
|
},
|
|
252
252
|
"peerDependencies": {
|
|
253
253
|
"lodash": "^4.17.21",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
"scripts": {
|
|
259
259
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|
|
260
|
-
"test": "pui-cli test --passWithNoTests",
|
|
260
|
+
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
261
261
|
"test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
|
|
262
262
|
"test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
|
|
263
263
|
"lint": "node ../../../scripts/lint.mjs",
|