@elliemae/ds-treeview 3.34.0-next.2 → 3.34.0-next.4
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 +16 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-treeview",
|
|
3
|
-
"version": "3.34.0-next.
|
|
3
|
+
"version": "3.34.0-next.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tree View",
|
|
6
6
|
"files": [
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"types": "./dist/types/index.d.ts",
|
|
12
12
|
"exports": {
|
|
13
13
|
".": {
|
|
14
|
+
"types": "./dist/types/index.d.ts",
|
|
14
15
|
"import": "./dist/esm/index.js",
|
|
15
16
|
"require": "./dist/cjs/index.js"
|
|
16
17
|
},
|
|
@@ -231,23 +232,23 @@
|
|
|
231
232
|
"react-virtual": "~2.10.4",
|
|
232
233
|
"tree-model": "~1.0.7",
|
|
233
234
|
"uid": "~2.0.1",
|
|
234
|
-
"@elliemae/ds-button-v2": "3.34.0-next.
|
|
235
|
-
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.
|
|
236
|
-
"@elliemae/ds-classnames": "3.34.0-next.
|
|
237
|
-
"@elliemae/ds-controlled-form": "3.34.0-next.
|
|
238
|
-
"@elliemae/ds-drag-and-drop": "3.34.0-next.
|
|
239
|
-
"@elliemae/ds-form": "3.34.0-next.
|
|
240
|
-
"@elliemae/ds-
|
|
241
|
-
"@elliemae/ds-
|
|
242
|
-
"@elliemae/ds-
|
|
243
|
-
"@elliemae/ds-
|
|
244
|
-
"@elliemae/ds-
|
|
245
|
-
"@elliemae/ds-utilities": "3.34.0-next.
|
|
235
|
+
"@elliemae/ds-button-v2": "3.34.0-next.4",
|
|
236
|
+
"@elliemae/ds-circular-progress-indicator": "3.34.0-next.4",
|
|
237
|
+
"@elliemae/ds-classnames": "3.34.0-next.4",
|
|
238
|
+
"@elliemae/ds-controlled-form": "3.34.0-next.4",
|
|
239
|
+
"@elliemae/ds-drag-and-drop": "3.34.0-next.4",
|
|
240
|
+
"@elliemae/ds-form": "3.34.0-next.4",
|
|
241
|
+
"@elliemae/ds-system": "3.34.0-next.4",
|
|
242
|
+
"@elliemae/ds-icons": "3.34.0-next.4",
|
|
243
|
+
"@elliemae/ds-truncated-tooltip-text": "3.34.0-next.4",
|
|
244
|
+
"@elliemae/ds-typescript-helpers": "3.34.0-next.4",
|
|
245
|
+
"@elliemae/ds-props-helpers": "3.34.0-next.4",
|
|
246
|
+
"@elliemae/ds-utilities": "3.34.0-next.4"
|
|
246
247
|
},
|
|
247
248
|
"devDependencies": {
|
|
248
249
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
249
250
|
"styled-components": "~5.3.9",
|
|
250
|
-
"@elliemae/ds-monorepo-devops": "3.34.0-next.
|
|
251
|
+
"@elliemae/ds-monorepo-devops": "3.34.0-next.4"
|
|
251
252
|
},
|
|
252
253
|
"peerDependencies": {
|
|
253
254
|
"lodash": "^4.17.21",
|
|
@@ -260,10 +261,8 @@
|
|
|
260
261
|
"test": "pui-cli test --passWithNoTests --coverage=\"false\"",
|
|
261
262
|
"test:e2e": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/wdio run ../../../wdio.conf.js",
|
|
262
263
|
"test:reports": "../../../node_modules/pui-e2e-test-sdk/node_modules/.bin/allure open",
|
|
263
|
-
"lint": "node ../../../scripts/lint.mjs",
|
|
264
|
-
"eslint:fix": "eslint --ext='.js,.jsx,.test.js,.ts,.tsx' --fix --config='../../../.eslintrc.js' src/",
|
|
264
|
+
"lint": "node ../../../scripts/lint.mjs --fix",
|
|
265
265
|
"dts": "node ../../../scripts/dts.mjs",
|
|
266
|
-
"dts:withdeps": "pnpm --filter {.}... dts",
|
|
267
266
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
268
267
|
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
269
268
|
}
|