@elliemae/ds-treeview 3.22.0-next.1 → 3.22.0-next.3
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 +15 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-treeview",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tree View",
|
|
6
6
|
"files": [
|
|
@@ -231,21 +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.22.0-next.
|
|
235
|
-
"@elliemae/ds-
|
|
236
|
-
"@elliemae/ds-circular-progress-indicator": "3.22.0-next.
|
|
237
|
-
"@elliemae/ds-
|
|
238
|
-
"@elliemae/ds-
|
|
239
|
-
"@elliemae/ds-icons": "3.22.0-next.
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-
|
|
242
|
-
"@elliemae/ds-
|
|
243
|
-
"@elliemae/ds-utilities": "3.22.0-next.
|
|
234
|
+
"@elliemae/ds-button-v2": "3.22.0-next.3",
|
|
235
|
+
"@elliemae/ds-classnames": "3.22.0-next.3",
|
|
236
|
+
"@elliemae/ds-circular-progress-indicator": "3.22.0-next.3",
|
|
237
|
+
"@elliemae/ds-drag-and-drop": "3.22.0-next.3",
|
|
238
|
+
"@elliemae/ds-form": "3.22.0-next.3",
|
|
239
|
+
"@elliemae/ds-icons": "3.22.0-next.3",
|
|
240
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.3",
|
|
241
|
+
"@elliemae/ds-system": "3.22.0-next.3",
|
|
242
|
+
"@elliemae/ds-truncated-tooltip-text": "3.22.0-next.3",
|
|
243
|
+
"@elliemae/ds-utilities": "3.22.0-next.3"
|
|
244
244
|
},
|
|
245
245
|
"devDependencies": {
|
|
246
|
+
"@elliemae/pui-cli": "~9.0.0-next.17",
|
|
246
247
|
"@testing-library/jest-dom": "~5.16.5",
|
|
247
248
|
"@testing-library/react": "~12.1.3",
|
|
248
|
-
"styled-components": "~5.3.9"
|
|
249
|
+
"styled-components": "~5.3.9",
|
|
250
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.3"
|
|
249
251
|
},
|
|
250
252
|
"peerDependencies": {
|
|
251
253
|
"lodash": "^4.17.21",
|
|
@@ -255,7 +257,7 @@
|
|
|
255
257
|
},
|
|
256
258
|
"scripts": {
|
|
257
259
|
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
258
|
-
"test": "
|
|
260
|
+
"test": "pui-cli test --passWithNoTests",
|
|
259
261
|
"test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
|
|
260
262
|
"test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
|
|
261
263
|
"lint": "node ../../scripts/lint.mjs",
|