@elliemae/ds-treeview 3.0.4-rc.4 → 3.0.4-rc.5
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 +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-treeview",
|
|
3
|
-
"version": "3.0.4-rc.
|
|
3
|
+
"version": "3.0.4-rc.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tree View",
|
|
6
6
|
"files": [
|
|
@@ -222,15 +222,6 @@
|
|
|
222
222
|
"reportFile": "tests.xml",
|
|
223
223
|
"indent": 4
|
|
224
224
|
},
|
|
225
|
-
"scripts": {
|
|
226
|
-
"test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
|
|
227
|
-
"test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
|
|
228
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
229
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
230
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
231
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
232
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
233
|
-
},
|
|
234
225
|
"publishConfig": {
|
|
235
226
|
"access": "public",
|
|
236
227
|
"typeSafety": false
|
|
@@ -238,15 +229,15 @@
|
|
|
238
229
|
"dependencies": {
|
|
239
230
|
"@dnd-kit/core": "~4.0.3",
|
|
240
231
|
"@dnd-kit/sortable": "~5.0.0",
|
|
241
|
-
"@elliemae/ds-button": "3.0.4-rc.
|
|
242
|
-
"@elliemae/ds-circular-progress-indicator": "3.0.4-rc.
|
|
243
|
-
"@elliemae/ds-classnames": "3.0.4-rc.
|
|
244
|
-
"@elliemae/ds-drag-and-drop": "3.0.4-rc.
|
|
245
|
-
"@elliemae/ds-form": "3.0.4-rc.
|
|
246
|
-
"@elliemae/ds-icons": "3.0.4-rc.
|
|
247
|
-
"@elliemae/ds-shared": "3.0.4-rc.
|
|
248
|
-
"@elliemae/ds-truncated-tooltip-text": "3.0.4-rc.
|
|
249
|
-
"@elliemae/ds-utilities": "3.0.4-rc.
|
|
232
|
+
"@elliemae/ds-button": "3.0.4-rc.5",
|
|
233
|
+
"@elliemae/ds-circular-progress-indicator": "3.0.4-rc.5",
|
|
234
|
+
"@elliemae/ds-classnames": "3.0.4-rc.5",
|
|
235
|
+
"@elliemae/ds-drag-and-drop": "3.0.4-rc.5",
|
|
236
|
+
"@elliemae/ds-form": "3.0.4-rc.5",
|
|
237
|
+
"@elliemae/ds-icons": "3.0.4-rc.5",
|
|
238
|
+
"@elliemae/ds-shared": "3.0.4-rc.5",
|
|
239
|
+
"@elliemae/ds-truncated-tooltip-text": "3.0.4-rc.5",
|
|
240
|
+
"@elliemae/ds-utilities": "3.0.4-rc.5",
|
|
250
241
|
"@elliemae/react-sortable-hoc": "^1.0.0",
|
|
251
242
|
"react-desc": "~4.1.3",
|
|
252
243
|
"react-highlight-words": "~0.17.0",
|
|
@@ -263,5 +254,14 @@
|
|
|
263
254
|
"react": "~17.0.2",
|
|
264
255
|
"react-dom": "^17.0.2",
|
|
265
256
|
"styled-components": "^5.3.3"
|
|
257
|
+
},
|
|
258
|
+
"scripts": {
|
|
259
|
+
"test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
|
|
260
|
+
"test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
|
|
261
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
262
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
263
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
264
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
265
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
266
266
|
}
|
|
267
|
-
}
|
|
267
|
+
}
|